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: Richard Stallman
Subject: Re: C-r and C-s in minibuffer should search completion
Date: Sun, 20 Apr 2008 23:07:35 -0400

    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)))




reply via email to

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