From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: Re: pop-to-buffer and friends new behavior or bug? Date: Tue, 21 Jun 2011 15:25:35 +0200 Message-ID: <8739j3gvu8.fsf@gmail.com> References: <87zklhhcys.fsf@gmail.com> <87ei2tzg3o.fsf@gmail.com> <4DFA690A.20205@gmx.at> <87d3iccuqo.fsf@gmail.com> <4DFCCDE6.30007@gmx.at> <87boxu3oic.fsf@gmail.com> <4DFDF921.5090407@gmx.at> <87aadckisk.fsf@gmail.com> <4DFF11E3.5070503@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308662965 11914 80.91.229.12 (21 Jun 2011 13:29:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2011 13:29:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 21 15:29:22 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QZ116-0001jD-4L for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2011 15:29:20 +0200 Original-Received: from localhost ([::1]:46036 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ115-0006dK-B8 for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2011 09:29:19 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ0xn-0005ta-TB for emacs-devel@gnu.org; Tue, 21 Jun 2011 09:25:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZ0xl-0000Ov-Je for emacs-devel@gnu.org; Tue, 21 Jun 2011 09:25:55 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:47259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ0xk-0000Om-Kq for emacs-devel@gnu.org; Tue, 21 Jun 2011 09:25:53 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QZ0xj-0008UU-VU for emacs-devel@gnu.org; Tue, 21 Jun 2011 15:25:51 +0200 Original-Received: from 43.77.197.77.rev.sfr.net ([77.197.77.43]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jun 2011 15:25:51 +0200 Original-Received: from thierry.volpiatto by 43.77.197.77.rev.sfr.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jun 2011 15:25:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 38 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 43.77.197.77.rev.sfr.net User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:31Y0hVn1dPD5X6zJC7qKv57C4rY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140773 Archived-At: Hi Martin, martin rudalics 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