|
From: | Kevin Rodgers |
Subject: | Re: not in history because I didn't personally type it in |
Date: | Mon, 14 Apr 2003 10:58:03 -0600 |
User-agent: | Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 |
Dan Jacobson wrote:
But, unpleasant indeed when you want to do it again, and that entry didn't wind up on the history list because you didn't type it personally in:
I agree. It's been that way for as long as I can remember, but I wish I could do something like (setq minibuffer-history-defaults t) to get those values. I think it would only require a relatively simple change to this code in minibuf.c:read_minibuf(): /* Add the value to the appropriate history list unless it is empty. */ if (XSTRING (val)->size != 0 && SYMBOLP (Vminibuffer_history_variable)) -- <a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
[Prev in Thread] | Current Thread | [Next in Thread] |