emacs-devel
[Top][All Lists]
Advanced

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

Saving minibuffer history


From: Hrvoje Niksic
Subject: Saving minibuffer history
Date: 14 Oct 2005 15:40:35 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

[ Please keep me in the Cc as I am not subscribed to the list. ]

Is there a straightforward way to persist minibuffer histories across
Emacs invocations?

If not, I'd like to suggest importing this small package.  It was
originally written for XEmacs, but it also works in Emacs.  Its
copyright should be assigned to the FSF along with my other XEmacs
changes.  Usage is best desribed by this NEWS entry:

** Emacs can now save the minibuffer histories from various
minibuffers.  To use this feature, add the line:

   (savehist-load)

to your .emacs.  This will load the minibuffer histories (if any) at
startup, as well as instruct Emacs to save them before exiting.  You
can use Customize to add or remove the histories being saved.


The source follows:

Attachment: savehist.el
Description: application/emacs-lisp


reply via email to

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