help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: regexp matches, but in some cases changes replace-match


From: Gijs Hillenius
Subject: Re: regexp matches, but in some cases changes replace-match
Date: Mon, 20 Aug 2012 12:17:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

On 20 Aug 2012, Gijs Hillenius wrote:

>
> I use the following function to put some basic html tags in a

Doh.

Never mind. 

Re-read the function description and now noticed the word 'fixedcase'. 

so I should use

(replace-match "foo" t nil)
instead of 
(replace-match "foo" nil nil)


-- 
You get along very well with everyone except animals and people.


reply via email to

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