* look also in .emacs
@ 2007-11-08 21:48 jidanni
0 siblings, 0 replies; only message in thread
From: jidanni @ 2007-11-08 21:48 UTC (permalink / raw)
To: bug-gnu-emacs
Why of course, it is in ~/.emacs, not .emacs.el. Error seen upon clicking.:
emacs-version "22.1.1"
C-x g runs the command gnus-toggle
which is an interactive compiled Lisp function in `/home/jidanni/.emacs.elc'.
It is bound to C-x g.
(gnus-toggle)
Into gnus and out
Debugger entered--Lisp error: (error "Can't find library
/home/jidanni/.emacs.el") signal(error ("Can't find library
/home/jidanni/.emacs.el")) error("Can't find library %s"
"/home/jidanni/.emacs.el")
find-library-name("/home/jidanni/.emacs.el")
find-function-search-for-symbol(gnus-toggle nil
"/home/jidanni/.emacs.elc") #[(fun file) "!=!\"#\n@!\nA'\nAb*!)"
[file fun location require find-func C-source help-C-file-name
indirect-function find-function-search-for-symbol nil pop-to-buffer
message "Unable to find location in file"] 4](gnus-toggle
"/home/jidanni/.emacs.elc") apply(#[(fun file)
"!=!\"#\n@!\nA'\nAb*!)" [file fun location require find-func
C-source help-C-file-name indirect-function
find-function-search-for-symbol nil pop-to-buffer message "Unable to
find location in file"] 4] (gnus-toggle "/home/jidanni/.emacs.elc"))
help-do-xref(89 #[(fun file) "!=!\"#\n@!\nA'\nAb*!)" [file fun
location require find-func C-source help-C-file-name
indirect-function find-function-search-for-symbol nil pop-to-buffer
message "Unable to find location in file"] 4] (gnus-toggle
"/home/jidanni/.emacs.elc")) help-button-action(#<marker (moves
after insertion) at 106 in *Help*>) push-button(106 t)
push-button((mouse-2 (#<window 11 on *Backtrace*> 106 (560 . 27)
271582 nil 106 (70 . 1) nil (0 . 11) (8 . 16))))
call-interactively(push-button)
You see I use
(add-hook ;A. Swann
'emacs-lisp-mode-hook
'(lambda ()
(turn-on-auto-fill)
(make-local-hook 'after-save-hook)
(add-hook
'after-save-hook
'(lambda ()
(byte-compile-file buffer-file-name)
) nil t)))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-08 21:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-08 21:48 look also in .emacs jidanni
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.