bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#10221: load-library doesn't add filenames to history


From: Chong Yidong
Subject: bug#10221: load-library doesn't add filenames to history
Date: Tue, 06 Dec 2011 16:21:56 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

jidanni@jidanni.org writes:

> I do M-x load-library /some/file/name .
> Then later I do another command that asks for a file name.
> I find /some/file/name has not been added to the history list so I have
> to type it all in again instead of being able to use the arrows, etc.
> emacs-version "24.0.91.1"

load-library uses the default history list, `minibuffer-history'.  It's
generally used to read Lisp symbols (package names), not file names.
The find-file command uses a different history list.





reply via email to

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