emacs-devel
[Top][All Lists]
Advanced

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

Re: C-r and C-s in minibuffer should search completion


From: Juri Linkov
Subject: Re: C-r and C-s in minibuffer should search completion
Date: Tue, 22 Apr 2008 01:54:42 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)

>     That is why I propose creating a function `buffer-alist' that returns
>     a copy of Vbuffer_alist, not using this variable directly.  So 
> modifications
>     on this alist would be impossible.
>
> (defun buffer-alist ()
>   (mapcar (lambda (b) (cons (buffer-name b) b))
>           (buffer-list)))

If this is so simple, then what problems would cause moving
`internal-complete-buffer' to Lisp?

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




reply via email to

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