[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
find-library-name perhaps should try .emacs
From: |
jidanni |
Subject: |
find-library-name perhaps should try .emacs |
Date: |
Mon, 21 Jan 2008 11:05:55 +0800 |
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"
- find-library-name perhaps should try .emacs,
jidanni <=