emacs-devel
[Top][All Lists]
Advanced

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

Re: Bug in file name completion


From: Miles Bader
Subject: Re: Bug in file name completion
Date: Thu, 17 Nov 2005 20:15:36 +0900

Actually, now that I think about it, I've decided I prefer Lennart's
suggestion to the two I made -- I had been thinking about the
"pattern" argument to the function as a "thing" to be matched, but
Lennart's name emphasizes that it's really a bunch of alternatives.

I think it would read well in source code too:

   (when (string-match-any name possible-names)
      ... do something ...)

-miles
--
Do not taunt Happy Fun Ball.




reply via email to

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