all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Miles Bader <snogglethorpe@gmail.com>
Cc: Eli Zaretskii <eliz@gnu.org>, Kenichi Handa <handa@m17n.org>,
	"Richard M. Stallman" <rms@gnu.org>,
	emacs-devel@gnu.org
Subject: Re: Bug in file name completion
Date: Thu, 17 Nov 2005 20:15:36 +0900	[thread overview]
Message-ID: <fc339e4a0511170315h1d266b7v@mail.gmail.com> (raw)
In-Reply-To: <fc339e4a0511170310w697555b0t@mail.gmail.com>

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	other threads:[~2005-11-17 11:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-15 23:39 Bug in file name completion Lennart Borgman
2005-11-16 22:01 ` Richard M. Stallman
2005-11-16 22:45   ` Lennart Borgman
2005-11-17  4:39     ` Eli Zaretskii
2005-11-17  9:02       ` Lennart Borgman
2005-11-17 11:10         ` Miles Bader
2005-11-17 11:15           ` Miles Bader [this message]
2005-11-18 16:56       ` Richard M. Stallman
2005-11-18 16:55     ` Richard M. Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fc339e4a0511170315h1d266b7v@mail.gmail.com \
    --to=snogglethorpe@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    --cc=miles@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.