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

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

Re: [features request] String transformation in replacement


From: Daniel 'NebuchadnezzaR' Dehennin
Subject: Re: [features request] String transformation in replacement
Date: Wed, 06 Jul 2005 14:59:32 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Le 4326 Septembre 1993, Lute Kamstra a tapoté:
> (let ((s "ONE TWO"))
>   (string-match "\\<t\\(\\w+\\)" s)
>   (replace-match (downcase (match-string 1 s)) t t s 1))

Well, in interactive replacement like query-replace-regexp, I can not
make lisp call in the replacement part :-(
-- 
Daniel 'NebuchadnezzaR' Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69




reply via email to

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