[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7530: describe-function etc. should remember locations from $HOME to
From: |
Chong Yidong |
Subject: |
bug#7530: describe-function etc. should remember locations from $HOME too |
Date: |
Tue, 21 Dec 2010 10:47:56 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
jidanni@jidanni.org writes:
>>>>>> "CY" == Chong Yidong <cyd@stupidchicken.com> writes:
>
> CY> Please provide a minimal recipe for reproducing this bug, including a
> CY> minimal .emacs file.
>
> http://jidanni.org/comp/configuration/.emacs
> (describe-function (quote jidanni-tidy-buffer))
> Why doesn't it tell us that it came from ~/.emacs or ~/.emacs.elc?
Please provide a MINIMAL recipe for reproducing this bug. The
configuration file you specified contains links to various third-party
packages, any one of which could be causing the bug.
I tried with a .emacs file containing just the line
(defun foo () 1)
Then, in emacs,
C-h f foo RET
=> foo is a Lisp function in `.emacs'.
as expected; no bug here.