emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: find-library-name perhaps should try .emacs]


From: Richard Stallman
Subject: address@hidden: find-library-name perhaps should try .emacs]
Date: Mon, 21 Jan 2008 15:31:02 -0500

Would someone please DTRT and ack?

------- Start of forwarded message -------
To: address@hidden
From: address@hidden
Date: Mon, 21 Jan 2008 11:05:55 +0800
Message-ID: <address@hidden>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Subject: find-library-name perhaps should try .emacs 

  C-h k runs the command describe-key
which showed me
  C-x t runs the command jidanni-tidy-buffer
  which is an interactive compiled Lisp function in `/home/jidanni/.emacs.elc'.
But when I clicked that filename, I got
  find-library-name: Can't find library /home/jidanni/.emacs.el
Why of course. It's in .emacs, not .emacs.el.

(I use (add-hook 'emacs-lisp-mode-hook '(lambda () (add-hook
 'after-save-hook '(lambda () (byte-compile-file buffer-file-name) )
 nil t))) to make it.) emacs-version "22.1.1"
------- End of forwarded message -------




reply via email to

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