Note that there are some explanatory texts on larger screens.

plurals
  1. POEmacs basic setting for scala developement: Initialization error
    primarykey
    data
    text
    <p>I am following the steps given in this <a href="http://www.yilmazhuseyin.com/blog/dev/basic-emacs-setup/" rel="nofollow">post</a> to set up my emacs environment for scala development. Here is what I have written in <i>~/.emacs</i> file:</p> <pre class="lang-lisp prettyprint-override"><code>(add-to-list 'load-path “~/.emacs.d/”) (add-to-list 'load-path “~/.emacs.d/plugins/”) (require 'ido) (ido-mode t) (setq ido-enable-flex-matching t) ;; enable fuzzy matching (add-to-list 'load-path "~/.emacs.d/plugins/autocomplete/") (require 'auto-complete-config) (add-to-list 'ac-dictionary-directories "~/.emacs.d/plugins/autocomplete/ac-dict") (ac-config-default) (add-to-list 'load-path "~/.emacs.d/plugins/yasnippet") (require 'yasnippet) (yas-global-mode 1) (setq frame-title-format '("Emacs @ " system-name ": %b %+%+ %f")) (add-to-list 'load-path "/usr/share/emacs24/site-lisp/emacs-goodies-el/color-theme.el") (require 'color-theme) (color-theme-initialize) (color-theme-gnome2) (add-to-list 'load-path "~/install/scala-mode2") (require 'scala-mode2) </code></pre> <p>but when I start emacs I can see the following error after running it with <i>--debug-init</i> option:</p> <pre><code>Debugger entered--Lisp error: (void-variable \u201C~/\.emacs\.d/\u201D) (add-to-list (quote load-path) \u201C~/\.emacs\.d/\u201D) eval-buffer(#&lt;buffer *load*&gt; nil "/home/vraj11/.emacs" nil t) ; Reading at $ load-with-code-conversion("/home/vraj11/.emacs" "/home/vraj11/.emacs" t t) load("~/.emacs" t t) #[0 "^H\205\262^@ \306=\203^Q^@\307^H\310Q\202;^@ \311=\204^^^@\307^H\312$ command-line() normal-top-level() </code></pre> <p>I am not able to guess what's going wrong. Please help me get rid of this.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload