From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stephan Stahl" Newsgroups: gmane.emacs.devel Subject: Default via M-n for M-x occur Date: Thu, 8 Jul 2004 17:33:41 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3769.217.194.34.123.1089300821.squirrel@wwws.franken.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Trace: sea.gmane.org 1089301041 20937 80.91.224.253 (8 Jul 2004 15:37:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Jul 2004 15:37:21 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jul 08 17:37:08 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BiaxQ-0000X6-00 for ; Thu, 08 Jul 2004 17:37:08 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BiaxQ-0003bM-00 for ; Thu, 08 Jul 2004 17:37:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BiazX-0008Ny-IQ for emacs-devel@quimby.gnus.org; Thu, 08 Jul 2004 11:39:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Biays-0008Fq-Lg for emacs-devel@gnu.org; Thu, 08 Jul 2004 11:38:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Biayo-0008El-TP for emacs-devel@gnu.org; Thu, 08 Jul 2004 11:38:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Biayo-0008EL-FV for emacs-devel@gnu.org; Thu, 08 Jul 2004 11:38:34 -0400 Original-Received: from [193.175.24.27] (helo=ilsa.franken.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Biawf-0001uy-LE for emacs-devel@gnu.org; Thu, 08 Jul 2004 11:36:21 -0400 Original-Received: from wwws.franken.de (mail-n.franken.de [193.175.24.27]) by ilsa.franken.de (Postfix) with SMTP id 6C77F245C4 for ; Thu, 8 Jul 2004 17:33:41 +0200 (CEST) Original-Received: from 217.194.34.123 (SquirrelMail authenticated user eos) by wwws.franken.de with HTTP; Thu, 8 Jul 2004 17:33:41 +0200 (CEST) Original-To: emacs-devel@gnu.org User-Agent: SquirrelMail/1.4.0 X-Priority: 3 Importance: Normal X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25541 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25541 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