From unknown Thu Aug 14 21:51:25 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#2087 <2087@debbugs.gnu.org> To: bug#2087 <2087@debbugs.gnu.org> Subject: Status: 23.0.60; problem with display-buffer and pop-to-buffer Reply-To: bug#2087 <2087@debbugs.gnu.org> Date: Fri, 15 Aug 2025 04:51:25 +0000 retitle 2087 23.0.60; problem with display-buffer and pop-to-buffer reassign 2087 emacs submitter 2087 MJ Chan severity 2087 normal thanks From mjchan.inbox@gmail.com Tue Jan 27 08:15:03 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 27 Jan 2009 16:15:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.9 required=4.0 tests=FOURLA,MSGID_FROM_MTA_HEADER autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0RGEtJE031045 for ; Tue, 27 Jan 2009 08:14:57 -0800 Received: from mx10.gnu.org ([199.232.76.166]:60550) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LRqYv-0004C3-Ly for emacs-pretest-bug@gnu.org; Tue, 27 Jan 2009 11:13:17 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LRqaU-0006eZ-JX for emacs-pretest-bug@gnu.org; Tue, 27 Jan 2009 11:14:55 -0500 Received: from mail-qy0-f17.google.com ([209.85.221.17]:33648) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRqaU-0006eP-AD for emacs-pretest-bug@gnu.org; Tue, 27 Jan 2009 11:14:54 -0500 Received: by qyk10 with SMTP id 10so8021101qyk.18 for ; Tue, 27 Jan 2009 08:14:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:sender :received:from:to:subject:x-spam-processed:x-mdremoteip :x-return-path:x-mdaemon-deliver-to; bh=ebMKz4cQyWjx7CZMaRM/eVCtiyrUH5uPofsZ7XKt+YM=; b=vTypsMWMfok8xx0RHQLuXJuEPd2+nCu7hC49O41O1zpJZKkWRrgJHIjzvMbtmu1Fsp kz7VFGFYEpjP4LeWDTeZxRhhz/uU4NpVALcNOnQ90nkFOVvvxABrYE/RgwuUQNUpVGjm GoxRwK/wMZOBDg5H+ZO03IPPtS/yJNrby5gac= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:sender:from:to:subject:x-spam-processed :x-mdremoteip:x-return-path:x-mdaemon-deliver-to; b=n6ZhlSI4XTrHrtQXI9yigj8Okp7ycq3+yphOEQkTTu4UT4bU3r1PmwKGMQvef197E/ kbqNgITA46/KEu5olhSr68xFHXcsSxZmcOlC31go5J2iQw0es7+SJRoQEuN6m4MRXNS/ 9YF9OjJn0nojFdIIqjAMVzlAGgVYTYOkmXxU8= Received: by 10.229.81.136 with SMTP id x8mr3533880qck.95.1233072892382; Tue, 27 Jan 2009 08:14:52 -0800 (PST) Received: from greenplace.page.us (c-68-33-70-96.hsd1.md.comcast.net [68.33.70.96]) by mx.google.com with ESMTPS id 6sm19905015ywn.37.2009.01.27.08.14.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Jan 2009 08:14:51 -0800 (PST) Message-ID: <497f32fb.060ec00a.2370.276f@mx.google.com> Date: Tue, 27 Jan 2009 08:14:51 -0800 (PST) Sender: MJ Chan Received: from T42 ([127.0.0.1]) by local (greenplace.page.us [127.0.0.1]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 6-md50000000001.tmp for ; Tue, 27 Jan 2009 11:14:44 -0500 From: MJ Chan To: emacs-pretest-bug@gnu.org Subject: 23.0.60; problem with display-buffer and pop-to-buffer X-MDRemoteIP: 127.0.0.1 X-Return-Path: mjchan.inbox@gmail.com X-MDaemon-Deliver-To: emacs-pretest-bug@gnu.org X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) I recently switched to CVS Emacs (of 1/15/2009 version). In this version compilation-goto-locus (in compile.el) and Man-notify-when-ready (in man.el), which are two that I've seen problem so far, called either display-buffer or pop-to-buffer with a non-nil and non-t value of 'other-window' parameter. It appears display-buffer is having a problem with such value. And, as a result, the buffer intended to be popped up does not show. To reproduce this problem, start "runemacs -q" and then M-x man RET procmail RET. The man page will not be displayed (even it has been prepared in a buffer). Please take a look, thanks. --------------------------------------------------------------- In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2009-01-15 on LENNART-69DE564 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENU value of $XMODIFIERS: nil locale-coding-system: chinese-big5 default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: auto-image-file-mode: t shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t From rudalics@gmx.at Wed Jan 28 01:58:49 2009 Received: (at 2087-done) by emacsbugs.donarmstrong.com; 28 Jan 2009 09:58:49 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id n0S9weMM008398 for <2087-done@emacsbugs.donarmstrong.com>; Wed, 28 Jan 2009 01:58:42 -0800 Received: (qmail invoked by alias); 28 Jan 2009 09:58:33 -0000 Received: from 62-47-43-86.adsl.highway.telekom.at (EHLO [62.47.43.86]) [62.47.43.86] by mail.gmx.net (mp040) with SMTP; 28 Jan 2009 10:58:33 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/OEnEofBPO3v4gaLVAg9W7Oc8z9SzGnowNrRnQAp jG53Ub2xmdISO7 Message-ID: <49802C00.1040509@gmx.at> Date: Wed, 28 Jan 2009 10:57:20 +0100 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: MJ Chan , 2087-done@debbugs.gnu.org Subject: Re: bug#2087: 23.0.60; problem with display-buffer and pop-to-buffer References: <497f32fb.060ec00a.2370.276f@mx.google.com> In-Reply-To: <497f32fb.060ec00a.2370.276f@mx.google.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.57 > I recently switched to CVS Emacs (of 1/15/2009 version). In > this version compilation-goto-locus (in compile.el) and > Man-notify-when-ready (in man.el), which are two that I've seen > problem so far, called either display-buffer or pop-to-buffer with a > non-nil and non-t value of 'other-window' parameter. > > It appears display-buffer is having a problem with such value. And, as > a result, the buffer intended to be popped up does not show. > > To reproduce this problem, start "runemacs -q" and then M-x man RET > procmail RET. The man page will not be displayed (even it has been > prepared in a buffer). > > Please take a look, thanks. > > --------------------------------------------------------------- > In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) > of 2009-01-15 on LENNART-69DE564 > Windowing system distributor `Microsoft Corp.', version 5.1.2600 > configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping' This is due to a silly variant of `display-buffer' residing in Emacs' CVS repository from 2009-01-15 07:57:01 until 2009-01-16 16:51:54. Apparently, your build was drawn from there. Please try to get a more recent build. See also bug#1929 and bug#1930. Sorry for the inconvenience and thanks for the precise report, martin. From unknown Thu Aug 14 21:51:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Wed, 25 Feb 2009 15:24:06 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator