unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Default via M-n for M-x occur
@ 2004-07-08 15:33 Stephan Stahl
  2004-07-08 16:55 ` Juri Linkov
  0 siblings, 1 reply; 5+ messages in thread
From: Stephan Stahl @ 2004-07-08 15:33 UTC (permalink / raw)


Hi.

I'm a big fan of M-n in read-from-minibuffer and co. I think this change
to occur-read-primary-args in replace.el would be useful:

diff -c "replace.el.~1.170.~" "replace.el"
*** replace.el.~1.170.~ Mon Apr 26 12:13:32 2004
--- replace.el Thu Jul  8 17:25:39 2004
***************
*** 682,688 ****
  		 nil
  		 nil
  		 nil
! 		 'regexp-history)))
  	  (if (equal input "")
  	      default
  	    input))
--- 682,689 ----
  		 nil
  		 nil
  		 nil
! 		 'regexp-history
! 		 default)))
  	  (if (equal input "")
  	      default
  	    input))

Stephan "M-n everywhere" :)
-- 
Stephan Stahl

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-07-09 20:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-08 15:33 Default via M-n for M-x occur Stephan Stahl
2004-07-08 16:55 ` Juri Linkov
2004-07-09 16:05   ` Richard Stallman
2004-07-09 16:09     ` David Kastrup
2004-07-09 20:57       ` Juri Linkov

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).