From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Thomas L Roche" Newsgroups: gmane.emacs.windows,gmane.emacs.help Subject: wdired, was: isearch-rename-all-matching-filenames-in-tree? Date: Mon, 14 Oct 2002 18:47:18 -0400 Sender: help-emacs-windows-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1034635695 15626 80.91.224.249 (14 Oct 2002 22:48:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2002 22:48:15 +0000 (UTC) Cc: help-emacs-windows@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 181E0S-00043k-00 for ; Tue, 15 Oct 2002 00:48:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 181E0f-0000WX-00; Mon, 14 Oct 2002 18:48:25 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 181Dzm-0007lG-00 for help-emacs-windows@gnu.org; Mon, 14 Oct 2002 18:47:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 181Dzi-0007dk-00 for help-emacs-windows@gnu.org; Mon, 14 Oct 2002 18:47:28 -0400 Original-Received: from e4.ny.us.ibm.com ([32.97.182.104]) by monty-python.gnu.org with esmtp (Exim 4.10) id 181Dze-0007bX-00; Mon, 14 Oct 2002 18:47:22 -0400 Original-Received: from northrelay02.pok.ibm.com (northrelay02.pok.ibm.com [9.56.224.150]) by e4.ny.us.ibm.com (8.12.2/8.12.2) with ESMTP id g9EMlLc9218608; Mon, 14 Oct 2002 18:47:21 -0400 Original-Received: from d03nm120.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.193.82]) by northrelay02.pok.ibm.com (8.12.3/NCO/VER6.4) with ESMTP id g9EMlItM028090; Mon, 14 Oct 2002 18:47:18 -0400 Original-To: help-gnu-emacs@gnu.org X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 X-MIMETrack: Serialize by Router on D03NM120/03/M/IBM(Release 5.0.10 |March 22, 2002) at 10/14/2002 04:47:20 PM, Serialize complete at 10/14/2002 04:47:20 PM Errors-To: help-emacs-windows-admin@gnu.org X-BeenThere: help-emacs-windows@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Discussion forum for users of the GNU Emacs port to Windows List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.windows:983 gmane.emacs.help:2608 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2608 I wrote: >> Use case: I'm in a dired buffer in GNU Emacs 21.1.1 on w2k. I >> want to _interactively_ rename any file >> - in the directory tree below the current directory >> - with name matching '*GenericAction*' >> to '*ActionClass*', in the same directory. Stefan Monnier replied: > Try wdired, it's great for those kind of things. Indeed! Just one small annoyance: it (i.e. 1.9.2pre3 http://groups.google.com/groups?q=wdired+group:gnu.emacs.sources&hl=en&lr=&ie=UTF-8&scoring=d&selm=08z7ewvxy.fsf%40or170137.tecsidel.es&rnum=1 ) won't byte-compile on my GNU Emacs 21.1.1 (i386-msvc-nt5.0.2195) of 2001-10-22 on buffy: *Compile-Log* > Compiling file t:/tlroche/emacs/wdired.el at Mon Oct 14 18:41:14 2002 > ** assignment to free variable wdired-xemacs-menu > ** reference to free variable wdired-xemacs-menu > While compiling wdired-normalize-filename: > ** reference to free variable dired-internal-switches > While compiling wdired-finish-edit: > ** dired-log-summary called with 3 arguments, but accepts only 2 > While compiling the end of the data: > ** The following functions are not known to be defined: push-tag-mark, > add-menu-button, add-submenu, delete-menu-item Is there a recommended version that does byte-compile?