unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Markus Rost <rost@math.ohio-state.edu>
Cc: emacs-devel@gnu.org
Subject: persistent file history
Date: Thu, 8 May 2003 16:20:43 -0400 (EDT)	[thread overview]
Message-ID: <200305082020.h48KKhlv020848@hampton.math.ohio-state.edu> (raw)
In-Reply-To: buovfwm40f2.fsf@mcspd15.ucom.lsi.nec.co.jp

   I have the following entry in my `recentf-mode-hook':

      (lambda ()
	(dolist (f (reverse recentf-list))
	  (add-to-list 'file-name-history f)))

I like this very much.  What about using abbreviate-file-name in that
function?  I mean here something like:

 (lambda nil
   (dolist
       (f
	(reverse recentf-list))
     (add-to-list 'file-name-history
		  (abbreviate-file-name f)))))

Since we are about values of history variables:  What about setting
the default value of yes-or-no-p-history as follows:

(setq yes-or-no-p-history (list "yes" "no"))

             reply	other threads:[~2003-05-08 20:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-08 20:20 Markus Rost [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-05-08  2:50 persistent file history Miles Bader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200305082020.h48KKhlv020848@hampton.math.ohio-state.edu \
    --to=rost@math.ohio-state.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).