From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [peter@runestig.com: Fwd: Re: C-x z, repeat, changed behaviour] Date: Mon, 16 Feb 2004 14:53:05 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1076961849 31646 80.91.224.253 (16 Feb 2004 20:04:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2004 20:04:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Feb 16 21:03:57 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 1AsoyD-00076V-00 for ; Mon, 16 Feb 2004 21:03:57 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsoyD-00055i-00 for ; Mon, 16 Feb 2004 21:03:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsoxE-0003gc-Lt for emacs-devel@quimby.gnus.org; Mon, 16 Feb 2004 15:02:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AsosX-0001Wm-EA for emacs-devel@gnu.org; Mon, 16 Feb 2004 14:58:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Asoqp-0000Mv-JC for emacs-devel@gnu.org; Mon, 16 Feb 2004 14:56:56 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Asoqo-0000MK-MF for emacs-devel@gnu.org; Mon, 16 Feb 2004 14:56:18 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1Asonh-0008UY-6t; Mon, 16 Feb 2004 14:53:05 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:19991 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19991 I don't have time to work on this--can someone else look at it? ------- Start of forwarded message ------- Date: Thu, 12 Feb 2004 17:29:03 +0100 From: "Peter 'Luna' Runestig" X-Accept-Language: en-us, en To: rms@gnu.org Subject: Fwd: Re: C-x z, repeat, changed behaviour X-Spam-Status: No, hits=-1.4 required=5.0 tests=EMAIL_ATTRIBUTION,FWD_MSG,QUOTED_EMAIL_TEXT, USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Hi! Has anything happened concerning this? I just built today's CVS (on Windows), and it seems to still be there. Thanks, - - Peter - -------- Original Message -------- Subject: Re: C-x z, repeat, changed behaviour Date: Mon, 29 Sep 2003 22:25:33 +0200 From: Peter 'Luna' Runestig To: rms@gnu.org References: On 2003-09-29 21:32, Richard Stallman wrote: > Previously, at least with cvs code from March, I could search for a > string, and then use C-x z to repeat that search. Now, if I do that, I > get the "Search:" prompt in the mini-buffer, asking for the string to > search for. I.e. it seems that the argument to `search-forward' is lost > when `repeat' is run. > > t h e > > That is a rather hard test case to repeat. It involves copying from > another window, I think. I suspect that you redefined f3, since I > can't make sense of using its standard definition here. Yeah, I have f3 redefined to search-forward. Sorry about that, didn't intentionally trying to confuse you. > Can you tell me a way to reproduce this using the keyboard alone? In the following two cases, I start Emacs (with my .emacs removed), start the tutorial, search-forward for string "en", and trying to use C-x z to search for it again (after the first match). Here is the bug report output when I get the "Search:" prompt back when pressing C-x z (after that, I press C-g to break): - ---------------------------------------------------------------------- In GNU Emacs 21.3.50.1 (i386-msvc-nt5.1.2600) of 2003-09-24 on BOLL-R2 configured using `configure --with-msvc (12.00)' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: sve locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t Recent input: e n C-x z C-g Recent messages: Loading mwheel...done (D:\tmp\emacs\bin\emacs.exe) Loading tool-bar...done Loading image...done Loading tooltip...done Loading help-fns...done Loading repeat...done Repeating command nonincremental-search-forward Quit Loading emacsbug...done - ---------------------------------------------------------------------- And here is the same from the version of Emacs I have, that has my "expected behaviour": - ---------------------------------------------------------------------- In GNU Emacs 21.3.50.1 (i386-msvc-nt5.1.2600) of 2003-02-21 on BOLL-R2 configured using `configure --with-msvc (12.00)' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: sve locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t Recent input: e n C-x z C-x z C-x z Recent messages: (D:\Program Files\Emacs_\bin\emacs.exe) Loading tool-bar...done Loading image...done Loading tooltip...done For information about the GNU Project and its goals, type C-h C-p. Loading help-fns...done Loading repeat...done Repeating (nonincremental-search-forward "en") [3 times] Loading emacsbug...done - ---------------------------------------------------------------------- - -- Peter 'Luna' Runestig (fd. Altberg), Sweden PGP Key ID: 0xD07BBE13 Fingerprint: 7B5C 1F48 2997 C061 DE4B 42EA CB99 A35C D07B BE13 AOL Instant Messenger Screen name: PRunestig Yahoo! Messenger profile name: altberg ------- End of forwarded message -------