[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rename-buffer and ido-everythwere
From: |
Stefan Monnier |
Subject: |
Re: rename-buffer and ido-everythwere |
Date: |
Tue, 11 Dec 2007 09:57:08 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) |
>> When ido-everythwere is turned on, M-x rename-buffer now would prompt up
>> a list of opened buffers for selection, which is awkward. I think the
>> old behavior that prompts nothing is a lot better.
> Does this fix the problem?
> (put rename-buffer 'ido 'ignore)
Maybe a better solution (not specific to ido) is to replace
`read-buffer' with `read-string'.
Stefan