emacs-devel
[Top][All Lists]
Advanced

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

Re: pop-to-buffer and friends new behavior or bug?


From: Thierry Volpiatto
Subject: Re: pop-to-buffer and friends new behavior or bug?
Date: Tue, 21 Jun 2011 15:25:35 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Hi Martin,

martin rudalics <address@hidden> writes:

>> You don't need to have image support enabled, because the same bug is in
>> anything-M-x:
>
> What is anything-M-x?
>
>> Try f5-a M-x and on any command hit C-z.
>
> What is f5-a?
>
>> The expected (old) behavior is to have describe-function displayed in
>> other window.
>> Now it is displayed in minibuffer!
>
> Please try to give me a recipe starting with emacs -Q which I can
> follow.
I have fixed my problem in anything.el using this:

--8<---------------cut here---------------start------------->8---
[...]
    (when (boundp 'display-buffer-alist)
      (setq not-this-window '((reuse-window same other nil)
                              (pop-up-window (other)))))
    (display-buffer buf not-this-window)))
--8<---------------cut here---------------end--------------->8---

It is working fine like this, but i would like to know if that is
correct.

Thanks.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




reply via email to

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