[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS directories in completion-ignored-extensions
From: |
Kenichi Handa |
Subject: |
Re: CVS directories in completion-ignored-extensions |
Date: |
Tue, 6 Jan 2004 09:52:42 +0900 (JST) |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) |
FCC: ~/mailbox/MINE
In article <address@hidden>, Miles Bader <address@hidden> writes:
> Richard Stallman <address@hidden> writes:
>> > I've always thought it would be nice, instead of having multiple
>> > variables each of which contain a different types of entry, to have
>> > something like `completion-ignored-names', where each element could
>> > be either: a string (which is matched using just `equal'), or a list
>> > like (regexp REGEXP), which the matcher would treat accordingly.
>>
>> That is a good idea.
> Ok, how about something like:
> (defun string-matcher-member (string matcher)
Thank you. As this function is quite handy, I want it
implemented in C so that C code can use it. There are many
places in C code that can use it.
And, while reading this discussion, I remember one feature
implemented only in the old mule. That is `regexp-compile'.
It compiles a regular expression and returns a special
object that represent the result of compilation, and the
object can be given to any function that accept a regular
expression. What do you think about this feature? If we
implement this feature, we can directry use that object in
MATCHER, which I think is better than the form `(regexp
REGEXP)'.
---
Ken'ichi HANDA
address@hidden
- Re: CVS directories in completion-ignored-extensions, (continued)
- Re: CVS directories in completion-ignored-extensions, Kim F. Storm, 2004/01/01
- Re: CVS directories in completion-ignored-extensions, Richard Stallman, 2004/01/01
- Re: CVS directories in completion-ignored-extensions, Kim F. Storm, 2004/01/01
- Re: CVS directories in completion-ignored-extensions, Eli Zaretskii, 2004/01/02
- Re: CVS directories in completion-ignored-extensions, Eli Zaretskii, 2004/01/03
- Re: CVS directories in completion-ignored-extensions, Richard Stallman, 2004/01/04
- Re: CVS directories in completion-ignored-extensions, Stefan Monnier, 2004/01/04
- Re: CVS directories in completion-ignored-extensions, Miles Bader, 2004/01/04
- Re: CVS directories in completion-ignored-extensions, Richard Stallman, 2004/01/05
- Re: CVS directories in completion-ignored-extensions, Miles Bader, 2004/01/05
- Re: CVS directories in completion-ignored-extensions,
Kenichi Handa <=
- Re: CVS directories in completion-ignored-extensions, Miles Bader, 2004/01/05
- Re: CVS directories in completion-ignored-extensions, Kenichi Handa, 2004/01/05
- Re: CVS directories in completion-ignored-extensions, Eli Zaretskii, 2004/01/06
- Re: CVS directories in completion-ignored-extensions, Miles Bader, 2004/01/06
- Re: CVS directories in completion-ignored-extensions, Richard Stallman, 2004/01/06
Re: CVS directories in completion-ignored-extensions, Miles Bader, 2004/01/01