bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#12916: 24.2; Completion for "C-x b" does not include current buffer


From: Richard Stallman
Subject: bug#12916: 24.2; Completion for "C-x b" does not include current buffer
Date: Wed, 21 Nov 2012 03:14:55 -0500

    I'm not sure this deserves such a customization variable.  But in any
    case, in the mean time, you can get back the previous behavior with the
    following hack:

       (defadvice internal-complete-buffer-except (around rc-all-buffers 
activate)
         (setq ad-return-value #'internal-complete-buffer))

Thanks.  Must better!

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use Ekiga or an ordinary phone call






reply via email to

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