From unknown Tue Aug 19 22:01:09 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#797 <797@debbugs.gnu.org> To: bug#797 <797@debbugs.gnu.org> Subject: Status: list-faces-display imposes its own background,doesn't respect special-display-frame-alist Reply-To: bug#797 <797@debbugs.gnu.org> Date: Wed, 20 Aug 2025 05:01:09 +0000 retitle 797 list-faces-display imposes its own background,doesn't respect s= pecial-display-frame-alist reassign 797 emacs submitter 797 "Drew Adams" severity 797 normal tag 797 notabug wontfix thanks From drew.adams@oracle.com Wed Aug 27 09:55:07 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.2 required=4.0 tests=AWL,BAYES_00,FOURLA, RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 27 Aug 2008 16:55:08 +0000 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 m7RGt0qe007221 for ; Wed, 27 Aug 2008 09:55:02 -0700 Received: from mx10.gnu.org ([199.232.76.166]:52103) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KYOGx-0005ib-3b for emacs-pretest-bug@gnu.org; Wed, 27 Aug 2008 12:53:31 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KYOIL-0007i1-7k for emacs-pretest-bug@gnu.org; Wed, 27 Aug 2008 12:55:00 -0400 Received: from rgminet01.oracle.com ([148.87.113.118]:64485) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KYOIK-0007gw-6O for emacs-pretest-bug@gnu.org; Wed, 27 Aug 2008 12:54:57 -0400 Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.186.110]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m7RGsq90030815 for ; Wed, 27 Aug 2008 10:54:52 -0600 Received: from acsmt702.oracle.com (acsmt702.oracle.com [141.146.40.80]) by rgmgw1.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id m7RGspap027804 for ; Wed, 27 Aug 2008 10:54:51 -0600 Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 27 Aug 2008 09:54:50 -0700 From: "Drew Adams" To: Subject: list-faces-display imposes its own background,doesn't respect special-display-frame-alist Date: Wed, 27 Aug 2008 09:54:51 -0700 Message-ID: <001301c90865$9fb99ab0$c2b22382@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AckIZZ9jBzmHf7lkTUeA2z05nXedbA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 Filed this bug in 2007, so it probably wasn't added to the new bug database. Below is the original report. This is an update to say that the problem remains in the pretest (Emacs 22.2.91). Now, the symptom is that the parameters (e.g. background) of `default-frame-alist' are used for buffer *Faces*, instead of the parameters of `special-display-frame-alist'. Dunno why. Other special-display buffers, such as *Pp Eval Output*, use the correct frame parameters (from `special-display-frame-alist'). Another, perhaps related problem: When I hit C-c C-c in the bug-reporting buffer, that buffer was replaced in the same frame with buffer *Pp Eval Output*, so this buffer has the frame parameters of `default-frame-alist'. This is not right: *Pp Eval Output* should always be in its own, dedicated frame with the `special-display-frame-alist' frame parameters (given my setup, described below). IOW, if *Pp Eval Output* is shown via `pp-eval-expression' it is shown correctly, but C-c C-c in the bug report buffer placed *Pp Eval Output* in the same frame, not respecting `special-display-regexps' and `special-display-frame-alist'. Here's the original bug report: ------------8<--------------------------- > From: Drew Adams > Sent: Thursday, November 22, 2007 8:38 AM > To: Bug-Gnu-Emacs > Subject: RE: list-faces-display imposes its own > background,doesn't respect special-display-frame-alist > > Resending, consolidating the three separate mails, in case > this got lost. > > > From: Drew Adams Sent: Tuesday, October 23, 2007 3:33 PM > > > > emacs -Q > > > > Evaluate these sexps: > > > > (setq special-display-regexps '("[ ]?[*][^*]+[*]")) > > > > (setq special-display-frame-alist > > '((foreground-color . "Black") > > (background-color . "LightSteelBlue"))) > > > > (setq pop-up-frames t) > > > > (defun special-display-popup-frame (buffer &optional args) > > "Display BUFFER in its own frame, reusing an existing > window if any. > > Return the window chosen. Window is not selected within its frame. > > > > If a new frame is needed, then `make-frame' is called to create it, > > with BUFFER as the current buffer. > > > > If ARGS is an alist, use it as a list of frame parameter specs. > > If ARGS is a list whose car is a symbol, use (car ARGS) as > a function > > to do the work. Pass it BUFFER as first arg, and (cdr ARGS) as the > > rest of its args." > > (if (and args (symbolp (car args))) > > (let* ((window (apply (car args) buffer (cdr args))) > > (frame (window-frame window))) > > (when (fboundp 'fit-frame) (fit-frame (window-frame > window))) > > (raise-frame frame) > > window) ; Return the window. > > (let ((window (get-buffer-window buffer 0))) > > (or > > ;; If we have a window already, make it visible. > > (when window > > (let ((frame (window-frame window))) > > (make-frame-visible frame) > > (raise-frame frame) > > (when (fboundp 'fit-frame) (fit-frame frame)) > > window)) ; Return the window. > > ;; Reuse the current window if the user requested it. > > (when (cdr (assq 'same-window args)) > > (condition-case nil > > (progn (switch-to-buffer buffer) (selected-window)) > > (error nil))) > > ;; Stay on the same frame if requested. > > (when (or (cdr (assq 'same-frame args)) (cdr (assq > 'same-window > > args))) > > (let* ((pop-up-frames nil) (pop-up-windows t) > > special-display-regexps special-display-buffer-names > > (window (display-buffer buffer))) > > ;; Only do it if this is a new window: > > ;; (set-window-dedicated-p window t) > > window)) ; Return the window. > > > > ;; If no window yet, make one in a new frame. > > (let ((frame (with-current-buffer buffer > > (make-frame (append args > > special-display-frame-alist))))) > > (when (and (fboundp 'fit-frame) > > (not (memq 'fit-frame > after-make-frame-functions))) > > (with-current-buffer buffer (fit-frame frame))) > > (set-window-buffer (frame-selected-window frame) buffer) > > (set-window-dedicated-p (frame-selected-window frame) t) > > (frame-selected-window frame)))))) ; Return the window. > > > > Try C-h f setq - no problem. The frame background is LightSteelBlue. > > > > Try M-x list-faces-display. The frame background, or at least the > > background of buffer *Faces*, is white. The frame background appears > > to be LightSteelBlue, which is correct, but that only shows in the > > fringe and the minibuffer. (So, for a frame without minibuffer and > > fringe, no LightSteelBlue background is seen. > > > > `list-faces-display' should not impose a special background for its > > window/buffer. (And how does it do that, anyway?) > > > > I should add that list-colors-display does not have this problem. > > list-faces-display should act the same way. > > > > Also, in case it helps, the background is not imposed as white. > > It appears that the default frame background is what is imposed > > for the *Faces* buffer. > > > > > > In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) > > of 2007-06-02 on RELEASE > > Windowing system distributor `Microsoft Corp.', version 5.1.2600 > > configured using `configure --with-gcc (3.4) --cflags > > -Ic:/gnuwin32/include' > > > > 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 > > locale-coding-system: cp1252 > > default-enable-multibyte-characters: t > > > > Major mode: Emacs-Lisp > > > > Minor modes in effect: > > encoded-kbd-mode: t > > tooltip-mode: t > > tool-bar-mode: t > > mouse-wheel-mode: t > > menu-bar-mode: t > > file-name-shadow-mode: t > > global-font-lock-mode: t > > font-lock-mode: t > > blink-cursor-mode: t > > unify-8859-on-encoding-mode: t > > utf-translate-cjk-mode: t > > auto-compression-mode: t > > line-number-mode: t > > > > Recent input: > > C-x C-f o o o . e l > > > > M-x l o a d - f C-h f > > C-x k M-x l i s d > > t - t - f a c e > > C-x k C-g > > > > > > > > > > Recent messages: > > ("C:\\Emacs-22.1\\bin\\emacs.exe" "-Q" "--debug-init" > "C:\\drews-lisp-20") > > Loading encoded-kb...done > > For information about the GNU Project and its goals, type C-h C-p. > > Loading dired... > > Loading regexp-opt...done > > Loading dired...done > > Loading c:/drews-lisp-20/ooo.el (source)...done > > Loading help-fns...done > > Quit > > Loading emacsbug...done In GNU Emacs 22.2.91.1 (i386-mingw-nt5.1.2600) of 2008-08-27 on SOFT-MJASON Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4)' 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 locale-coding-system: cp1252 default-enable-multibyte-characters: t Major mode: Help Minor modes in effect: display-time-mode: t savehist-mode: t icomplete-mode: t tool-bar-pop-up-mode: t icicle-mode: t minibuffer-depth-indicate-mode: t pretty-control-l-mode: t delete-selection-mode: t tabbar-mode: t show-paren-mode: t encoded-kbd-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t view-mode: t From rgm@gnu.org Thu Sep 25 00:09:58 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-11.6 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED,VALID_BTS_CONTROL,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 797) by emacsbugs.donarmstrong.com; 25 Sep 2008 07:09:58 +0000 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 m8P79oRd024446; Thu, 25 Sep 2008 00:09:51 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Kikww-0001Jq-Jb; Thu, 25 Sep 2008 03:07:42 -0400 From: Glenn Morris To: 797@debbugs.gnu.org Subject: Re: list-faces-display imposes its own background,doesn't respect special-display-frame-alist References: <001301c90865$9fb99ab0$c2b22382@us.oracle.com> X-Spook: Kosovo Jiang Zemin NWO White Water AFSPC STARLAN Islam X-Ran: xL,{!:JFML@An}M4}_6.QXLq}'A4l-)b!0~LfM$,^@Z0eb]thtC:F<)LYeA\3udOo7f=:W X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 25 Sep 2008 03:07:42 -0400 In-Reply-To: <001301c90865$9fb99ab0$c2b22382@us.oracle.com> (Drew Adams's message of "Wed, 27 Aug 2008 09:54:51 -0700") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii tags 797 notabug wontfix stop "Drew Adams" wrote: > Filed this bug in 2007, so it probably wasn't added to the new bug > database. Below is the original report. Thanks for taking the time to tidy up and trim your report! > Now, the symptom is that the parameters (e.g. background) of > `default-frame-alist' are used for buffer *Faces*, instead of the > parameters of `special-display-frame-alist'. By design, M-x list-faces-display shows faces as they appear in the frame from which it was called. Try calling it from a special frame, or scrolling to the end of the sample faces. From drew.adams@oracle.com Thu Sep 25 09:09:26 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.2 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 797) by emacsbugs.donarmstrong.com; 25 Sep 2008 16:09:26 +0000 Received: from agminet01.oracle.com (agminet01.oracle.com [141.146.126.228]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8PG9J8C030612 for <797@emacsbugs.donarmstrong.com>; Thu, 25 Sep 2008 09:09:20 -0700 Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.186.110]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m8PG97HC019023; Thu, 25 Sep 2008 11:09:08 -0500 Received: from acsmt704.oracle.com (acsmt704.oracle.com [141.146.40.82]) by rgmgw1.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id m8PG93w3007512; Thu, 25 Sep 2008 10:09:05 -0600 Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 25 Sep 2008 16:09:03 +0000 From: "Drew Adams" To: "'Glenn Morris'" , <797@debbugs.gnu.org> References: <001301c90865$9fb99ab0$c2b22382@us.oracle.com> Subject: RE: bug#797: list-faces-display imposes its own background,doesn't respect special-display-frame-alist Date: Thu, 25 Sep 2008 09:09:00 -0700 Message-ID: <009301c91f29$087eaed0$c2b22382@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Acke4i/KB4cVnTc5QWKKwGxoP5j7dwARaFTg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE > tags 797 notabug wontfix > > > Filed this bug in 2007, so it probably wasn't added to the new bug > > database. Below is the original report. > > Thanks for taking the time to tidy up and trim your report! > > > Now, the symptom is that the parameters (e.g. background) of > > `default-frame-alist' are used for buffer *Faces*, instead of the > > parameters of `special-display-frame-alist'. > > By design, M-x list-faces-display shows faces as they appear in the > frame from which it was called. Try calling it from a special frame, > or scrolling to the end of the sample faces. Hi Glenn, That is a bad design, IMO, if design it is. It contradicts the user's settings for special-display buffers. There is no excuse for that. If the user wants the `list-faces-display' output (buffer *Faces*) to be in a Hello Kitty frame color scheme, then that wish should be respected. Where does the `list-faces-display' programmer get off redesigning this to conflict with this Emacs rule? BTW, scrolling to the end of *Faces*, as you suggest, shows that the user's preferred frame background is in fact respected, but all of the text (including the whitespace) displayed in the buffer overrides this frame background color, so the frame background is smothered. That explains the mechanism, but it doesn't justify the effect: the user's preference is overridden, and it should not be. What is the rationale for this? There is nothing that says that the previous frame - the frame from which `list-faces-display' was called (interactively or by program) has the background that the user wants for *Faces*. Nothing whatsoever - no logical connection. This is a bad "feature" - it's what I would call an intentional bug. From rgm@gnu.org Tue Jan 13 15:03:27 2009 Received: (at control) by emacsbugs.donarmstrong.com; 13 Jan 2009 23:03:27 +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=2.3 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, VALID_BTS_CONTROL 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 n0DN3KKs018031 for ; Tue, 13 Jan 2009 15:03:22 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LMsGm-0004nP-B9; Tue, 13 Jan 2009 18:02:00 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18797.7528.264358.718068@fencepost.gnu.org> Date: Tue, 13 Jan 2009 18:02:00 -0500 From: Glenn Morris To: control severity 1887 minor reassign 1892 emacs,erc merge 797 1894 From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 11 13:35:25 2011 Received: (at control) by debbugs.gnu.org; 11 Sep 2011 17:35:25 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2nwD-0003bR-GO for submit@debbugs.gnu.org; Sun, 11 Sep 2011 13:35:25 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2nwA-0003bI-RQ for control@debbugs.gnu.org; Sun, 11 Sep 2011 13:35:23 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R2nrw-0003Yw-CR for control@debbugs.gnu.org; Sun, 11 Sep 2011 19:31:00 +0200 Date: Sun, 11 Sep 2011 19:27:59 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #797 X-MailScanner-ID: 1R2nrw-0003Yw-CR X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316367060.56649@m9eHehN9Pd4UM4fn6PjW9Q X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) close 797 From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 11 15:11:51 2011 Received: (at 797) by debbugs.gnu.org; 11 Sep 2011 19:11:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2pRX-0002Ak-Mn for submit@debbugs.gnu.org; Sun, 11 Sep 2011 15:11:51 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2pRU-0002AT-MS; Sun, 11 Sep 2011 15:11:49 -0400 Received: from rtcsinet22.oracle.com (rtcsinet22.oracle.com [66.248.204.30]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p8BJ7S92009328 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 11 Sep 2011 19:07:30 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by rtcsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p8BJ7R11007674 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Sep 2011 19:07:27 GMT Received: from abhmt113.oracle.com (abhmt113.oracle.com [141.146.116.65]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p8BJ7LYk016167; Sun, 11 Sep 2011 14:07:21 -0500 Received: from dradamslap1 (/10.159.62.110) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 11 Sep 2011 12:07:21 -0700 From: "Drew Adams" To: <797@emacsbugs.donarmstrong.com>, <1894@emacsbugs.donarmstrong.com> References: <001301c90865$9fb99ab0$c2b22382@us.oracle.com> Subject: RE: bug#797: list-faces-display imposes its own background, doesn't respect special-display-frame-alist Date: Sun, 11 Sep 2011 12:07:25 -0700 Message-ID: <23021F4CA6A645B79F4144CD8987BD90@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <001301c90865$9fb99ab0$c2b22382@us.oracle.com> Thread-Index: AckIZZ9jBzmHf7lkTUeA2z05nXedbIbQoAoQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: rtcsinet22.oracle.com [66.248.204.30] X-CT-RefId: str=0001.0A090209.4E6D06F2.00C9,ss=1,re=0.000,fgs=0 X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: 797 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.7 (-) The bug should not be closed with no comment. It should either be fixed or declared not a bug. But it is a bug. And a regression at that. From unknown Tue Aug 19 22:01:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 10 Oct 2011 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator