all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jadamson@partners.org (Joel J. Adamson)
To: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Easy way to rename files sequentially?
Date: Tue, 27 Nov 2007 17:00:38 -0500	[thread overview]
Message-ID: <877ik3s60p.fsf@W0053328.mgh.harvard.edu> (raw)
In-Reply-To: <871wabv0bf.fsf@thievol.homelinux.org> (Thierry Volpiatto's message of "Tue, 27 Nov 2007 22:35:32 +0100")

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

> jadamson@partners.org (Joel J. Adamson) writes:
>
>> reader@newsguy.com writes:
>>
>>> Eli Zaretskii <eliz@gnu.org> writes:
>>>
>>>> You should be able to use the \, construct to invoke `format' or some
>>>> similar function and advance the counter.  See the example in
>>>
>>> Thats not available in dired either is it?
>>
>> M-x wdired-change-to-wdired-mode
>>
>> and then you can edit filenames freely as you would edit a file,
>> i.e. you can use any of the search and replace functions.  To rename
>> files sequentially, as long as they are in the order you expect them to
>> be, you can use a regex with "\#" which represents the number of
>> substitutions.
>>
>> Joel
>
> It work really well with "\#", thank you Joel.

[...]

You're welcome, I'm glad to help.

> So which one is the counter, "\" or "#" ?
>

`\' and `#' together are a symbol meaning a counter in a replacement
pattern.  `\,' is the construct that says "LISP IS COMING!"

In case I failed to mention, I often use `(string-to-int \1)' for
addition, e.g.

\,(+ \# (string-to-int \1))

to add number of replacements to the captured regex.

Joel
-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.

  reply	other threads:[~2007-11-27 22:00 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-25 19:39 Easy way to rename files sequentially? cothrige
2007-11-25 20:35 ` Sven Bretfeld
2007-11-25 21:12 ` Eli Zaretskii
2007-11-25 21:46   ` reader
2007-11-26  3:39     ` Eli Zaretskii
2007-11-26  7:33       ` reader
2007-11-26 12:49         ` David Hansen
2007-11-26 17:56           ` reader
2007-11-26 18:26             ` David Hansen
2007-11-26 20:40               ` Eli Zaretskii
     [not found]               ` <mailman.4145.1196109649.18990.help-gnu-emacs@gnu.org>
2007-11-26 21:00                 ` David Kastrup
2007-11-26 20:08             ` Thierry Volpiatto
2007-11-27  7:07               ` Sebastian Tennant
2007-11-27  7:18                 ` Thierry Volpiatto
2007-11-27 15:14                 ` Thierry Volpiatto
2007-11-27 15:20                   ` Sebastian Tennant
2007-11-26 20:03         ` Eli Zaretskii
2007-11-27 19:31           ` reader
     [not found]           ` <mailman.4195.1196192427.18990.help-gnu-emacs@gnu.org>
2007-11-27 20:12             ` Joel J. Adamson
2007-11-27 21:35               ` Thierry Volpiatto
2007-11-27 22:00                 ` Joel J. Adamson [this message]
     [not found]                 ` <mailman.4203.1196200844.18990.help-gnu-emacs@gnu.org>
2007-11-27 23:40                   ` Johan Bockgård
2007-11-27 23:43                   ` David Kastrup
2007-11-28 15:27                     ` Joel J. Adamson
     [not found]         ` <mailman.4117.1196081659.18990.help-gnu-emacs@gnu.org>
2007-11-28  4:17           ` cothrige
2007-11-28  6:43             ` Thierry Volpiatto
2007-11-28 14:27             ` Ted Zlatanov
2007-11-28 15:35             ` Joel J. Adamson
2007-11-28 17:18               ` cothrige
2007-11-28 21:20                 ` cothrige
     [not found]       ` <mailman.4107.1196062436.18990.help-gnu-emacs@gnu.org>
2007-11-28  3:48         ` cothrige
2007-11-25 21:19 ` Xah Lee
2007-11-25 22:40   ` reader
2007-11-25 23:16     ` Peter Dyballa
2007-11-25 23:50       ` reader
2007-11-26  9:20         ` Peter Dyballa
2007-11-26 18:11           ` reader
2007-11-26 22:23             ` Peter Dyballa
2007-11-27 19:28               ` reader
2007-11-25 21:51 ` Peter Dyballa
2007-11-25 23:34   ` reader
2007-11-25 23:11 ` Bastien
     [not found] ` <mailman.4087.1196027477.18990.help-gnu-emacs@gnu.org>
2007-11-28  3:36   ` cothrige
     [not found] ` <mailman.4081.1196022933.18990.help-gnu-emacs@gnu.org>
2007-11-29  3:29   ` cothrige

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877ik3s60p.fsf@W0053328.mgh.harvard.edu \
    --to=jadamson@partners.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=thierry.volpiatto@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.