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: Stefan Monnier
Subject: Re: C-r and C-s in minibuffer should search completion
Date: Tue, 15 Apr 2008 22:08:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> + (defun internal-complete-buffer (string predicate flag)
> +   (let ((table (mapcar 'buffer-name (buffer-list))))

Why not just use (mapcar 'buffer-name (buffer-list)) rather than using
a function as the completion table?

If it's because of the hide-spaces argument to all-completions, then
please write a comment about it,


        Stefan




reply via email to

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