all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jidanni@jidanni.org
To: bug-gnu-emacs@gnu.org
Subject: look also in .emacs
Date: Fri, 09 Nov 2007 05:48:20 +0800	[thread overview]
Message-ID: <873avgcst7.fsf@jidanni.org> (raw)

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)))




                 reply	other threads:[~2007-11-08 21:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873avgcst7.fsf@jidanni.org \
    --to=jidanni@jidanni.org \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.