emacs-devel
[Top][All Lists]
Advanced

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

Re: kill-ring visualization


From: Juri Linkov
Subject: Re: kill-ring visualization
Date: Thu, 25 Mar 2010 09:04:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu)

> PS: I do not know how to do regexp-style completion, to tell you the
> truth.  I.e. I know how to implement the all-completions part of it,
> obviously, but I don't know how to then merge the matches into something
> suitable for try-completion.  I guess you could just apply
> try-completion to the list of matches, but that would only lead to
> something useful if the matches share some prefix.

Currently a `*' in the completion string acts as the simplest regexp
(wildcard), and it does its job pretty well.  Couldn't this be extended
to the true regular expressions?

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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