help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

elpa loading error: invalid-function "auto"


From: Lawrence Bottorff
Subject: elpa loading error: invalid-function "auto"
Date: Sat, 1 Nov 2014 08:53:47 -0700 (PDT)
User-agent: G2/1.0

I get this error when I start up emacs --debug-init:

------------------
Debugger entered--Lisp error: (invalid-function "auto")
  "auto"("indentation")
  byte-code("\300\301\302\303\304\305\306\307\310\311!&\207" [define-package 
"auto-indent-mode" "20140505.655" "Auto indent Minor mode" nil :url 
"https://github.com/mlf176f2/auto-indent-mode.el/"; :keywords "auto" 
"indentation"] 10)
  
load("/home/olwe/.emacs.d/elpa/auto-indent-mode-20140505.655/auto-indent-mode-pkg"
 nil t)
  package-load-descriptor("~/.emacs.d/elpa" "auto-indent-mode-20140505.655")
  package-maybe-load-descriptor("auto-indent-mode" "20140505.655" 
"~/.emacs.d/elpa")
  package-load-all-descriptors()
  package-initialize()
  eval-buffer(#<buffer  *load*> nil "/home/olwe/.emacs" nil t)  ; Reading at 
buffer position 3674
  load-with-code-conversion("/home/olwe/.emacs" "/home/olwe/.emacs" t t)
  load("~/.emacs" t t)
  #[0 "\205\262       \306=\203\307\310Q\202;     
\311=\204\307\312Q\202;\313\307\314\315#\203*\316\202;\313\307\314\317#\203:\320\nB\321\202;\316\322\323\322\211#\210
\322=\203a\324\325\326\307\327Q!\"\323\322\211#\210\322=\203`\210
\203\243\330!\331\232\203\243\332
!\211\333P\334!\203}\211\202\210\334!\203\207\202\210\314\262\203\241\335
\"\203\237\336\337
#\210\340\341!\210\266\f?\205\260\314\323\342\322\211#)\262\207" 
[init-file-user system-type delayed-warnings-list user-init-file 
inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt 
"/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" 
"^_emacs\\(\\.elc?\\)?$" (initialization "`_emacs' init file is deprecated, 
please use `.emacs'") "~/_emacs" t load expand-file-name "init" 
file-name-as-directory "/.emacs.d" file-name-extension "elc" 
file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message 
"Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"]()
  command-line()
  normal-top-level()
-------------------

I'm using a combined .emacs and .emacs.d/ on my Ubuntu 14.10 (GNU Emacs 24.3.1 
x86_64-pc-linux-gnu, GTK+ Version 3.10.9). This behavior came up after I 
installed a mozart/oz .deb package. mozart/oz uses emacs as its IDE. Maybe just 
coincidence, though.

Normally, I start emacs as a client (/usr/bin/emacsclient.emacs-snapshot -c -a 
''), but it doesn't come up normally and ps shows too many "daemons" (there 
should be just one "daemon"):

$ ps aux | grep emacs
me      6764  0.0  0.0  12780  2036 ?        S    11:48   0:00 
/usr/bin/emacsclient.emacs-snapshot -c -a 
me      6766  0.0  0.1 255572 13952 ?        S    11:48   0:00 emacs --daemon
me      6768  4.4  0.3 267372 25660 ?        Ss   11:48   0:00 emacs --daemon
me      6771  0.0  0.0  13676  2168 pts/17   S+   11:48   0:00 grep 
--color=auto emacs

Thanks,
LB





reply via email to

[Prev in Thread] Current Thread [Next in Thread]