Note that there are some explanatory texts on larger screens.

plurals
  1. POEmacs cannot save customizations- init file not fully loaded
    primarykey
    data
    text
    <p>When I try to check the "do not show this screen again" box and save at the Emacs default start buffer, I get an error: <code>custom-save-all: Cannot save customizations, init file not fully loaded</code></p> <p>My full output looks like:</p> <pre><code>Loading 00debian-vars... No /etc/mailname. Reverting to default... Loading 00debian-vars...done Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)... Loading debian-ispell... Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...done Loading debian-ispell...done Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done Loading /etc/emacs/site-start.d/50slime.el (source)... Loading /usr/share/emacs23/site-lisp/slime/slime-autoloads.elc...done Loading /etc/emacs/site-start.d/50slime.el (source)...done Loading /home/nathan/elisp/autoloads...done For information about GNU Emacs and the GNU system, type C-h C-a. (New file) custom-save-all: Cannot save customizations; init file was not fully loaded </code></pre> <p>I have been tinkering with my <code>.emacs</code> file to no avail. It looks like this (I am trying to get <code>install.el</code> to work properly):</p> <pre><code>(load "~/elisp/autoloads" 'install) (add-to-list 'load-path "~/elisp") (require 'install.el) </code></pre> <p>If I try to <code>C - X - C - E</code> this code, I get errors in the buffer:</p> <pre><code>Debugger entered--Lisp error: (error "Required feature `install.el' was not provided") require(install\.el) eval((require (quote install\.el))) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil) </code></pre> <p><code>~/elisp</code> directory is present, and that's where my <code>*.el</code> files are located. So I'm kind of confused what's going wrong, as it seems I have the proper path names and syntax.</p> <p>Any help would be amazing. Thank you, fellow Emacs hackers!</p>
    singulars
    1. This table or related slice is empty.
    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.
 

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