emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wdired and query-replace


From: David Hansen
Subject: wdired and query-replace
Date: Fri, 23 Dec 2005 10:53:44 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Do

$ mkdir /tmp/wdtst
$ touch /tmp/wdtst/01\ a
$ touch /tmp/wdtst/02\ a
$ emacs -Q

C-x d /tmp/wdtst/
M-x wdired-change-to-wdired-mode RET
C-M-% \([0-9]\{2\}\)  RET foo\1 RET
!

Note: the regexp is "\([0-9]\{2\}}\) " (w/ one space at the end).

Only the first file gets renamed.

David





reply via email to

[Prev in Thread] Current Thread [Next in Thread]