emacs-devel
[Top][All Lists]
Advanced

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

Re: find-file-noselect needs save-match-data


From: Miles Bader
Subject: Re: find-file-noselect needs save-match-data
Date: Tue, 12 Jun 2007 13:06:30 +0900

Bob Rogers <address@hidden> writes:
> The only possible use for a "string-match" that doesn't set the match
> data is the boolean return value, right?  So how about "string-match-p"?

Er, no.  string-match returns the index of the match (or nil for no match),
which is actually quite useful.

-miles
-- 
((lambda (x) (list x x)) (lambda (x) (list x x)))





reply via email to

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