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

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

Re: Temporary case-folding in string-match()


From: Stephen Berman
Subject: Re: Temporary case-folding in string-match()
Date: Thu, 18 Dec 2008 12:42:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

On Thu, 18 Dec 2008 01:30:09 -0800 (PST) Nordlöw <per.nordlow@gmail.com> wrote:

> If I normally use case-folding, how do I *temporarily* set case-fold-
> search to nil when doing string-match()?

(let (case-fold-search)
  (string-match ...)
  ...)
     
Steve Berman





reply via email to

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