From unknown Wed Jun 18 00:26:41 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#3628 <3628@debbugs.gnu.org> To: bug#3628 <3628@debbugs.gnu.org> Subject: Status: Python-Mode Ignores Global Font Lock Reply-To: bug#3628 <3628@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:26:41 +0000 retitle 3628 Python-Mode Ignores Global Font Lock reassign 3628 emacs submitter 3628 "Sean B. Palmer" severity 3628 normal thanks From sean.b.palmer@googlemail.com Sat Jun 20 08:47:08 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 20 Jun 2009 15:47:09 +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.0 required=4.0 tests=none autolearn=ham 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.14.3/8.14.3/Debian-5) with ESMTP id n5KFl3Dp007759 for ; Sat, 20 Jun 2009 08:47:04 -0700 Received: from mx10.gnu.org ([199.232.76.166]:54604) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MI2mU-0006sy-C3 for emacs-pretest-bug@gnu.org; Sat, 20 Jun 2009 11:47:02 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MI2mS-00063G-J2 for emacs-pretest-bug@gnu.org; Sat, 20 Jun 2009 11:47:02 -0400 Received: from mail-ew0-f220.google.com ([209.85.219.220]:49440) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MI2mS-000633-8s for emacs-pretest-bug@gnu.org; Sat, 20 Jun 2009 11:47:00 -0400 Received: by ewy20 with SMTP id 20so242517ewy.42 for ; Sat, 20 Jun 2009 08:46:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=7jvG5uPpWJURP7oBC7HhYKlg05qjZi+RyEuYQtSubXI=; b=ZIBNTTVluhSkQAN0uRi7PVpWyPPGHuzJ3RhvwT6qhST8Uq1DFTqDUzK13gu7DfOilu aq+2y3SlW9R8Uq6fzcT95Kp9yU7BpAyuyQ9KCjTiToDTuKAEJGxr/2lUXWPhD+Qw8GRo BB5MO2CBGu9/GbCa/T08mpt01NUtOstoJUQu8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=FiOKveYHRFgIQlo0qtVQyBHPhp+7e6ccsv6ElhfQzsBvyfpVVIXpy3WlqW8ZqKyagR Pop7/mr1/KqTxIRF/WxsGT/2vtWdq0HlPX3KtWb6P2V+GusR4keHa9AVNJD9SLdq/d7r +DrdZ3+ZZm1XOv+2KQfwmSaKlcLKarBjxA6pM= MIME-Version: 1.0 Sender: sean.b.palmer@googlemail.com Received: by 10.210.135.20 with SMTP id i20mr2214788ebd.69.1245512818924; Sat, 20 Jun 2009 08:46:58 -0700 (PDT) Date: Sat, 20 Jun 2009 16:46:58 +0100 X-Google-Sender-Auth: 476b9fd00c74fead Message-ID: Subject: Python-Mode Ignores Global Font Lock From: "Sean B. Palmer" To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) In my .emacs file I turn off global font lock: (global-font-lock-mode 0) The effect is to turn syntax highlighting OFF in modes where there would normally be syntax highlighting by default. The result in emacs 22.1.1 was to remove syntax highlighting from Perl, C, and Python files. In emacs 23.0.95.1 (build details below), this no longer works for Python files. That is to say, various *.py files that I've tested have syntax highlighting ON when I edit them in emacs with a normal command: $ emacs example.py $ emacs api.py Perl and C files have syntax highlighting OFF, on the other hand. When editing one of the Python files, syntax highlighting can be turned OFF by using the following procedure: M-x eval-expression (global-font-lock-mode 0) In other words, by evaluating the expression from my .emacs file manually. On repeating the expression, syntax highlighting remains OFF, so it is apparently not acting as a toggle. When I use emacs -q, syntax highlighting is ON by default when editing any Perl, C, or Python file as expected. I've tried using different positions for the global font lock line in my .emacs file, moving it to the top, to the middle, and to the bottom, and that has no effect: syntax highlighting is always ON in Python-Mode. My full .emacs file is available here: http://inamidst.com/config/emacs I'm using the following version of emacs from CVS: GNU Emacs 23.0.95.1 (i386-apple-darwin8.11.1, X toolkit) of 2009-06-20 Compiled with: $ ./configure --prefix=$PACKAGES/emacs \ --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no And there doesn't appear to be any mention of this bug in etc/PROBLEMS; I also asked in #emacs on freenode about this bug before they advised me to file this bug by email. Thanks, -- Sean B. Palmer, http://inamidst.com/sbp/ From lawrence.mitchell@ed.ac.uk Mon Jun 22 02:10:44 2009 Received: (at 3628) by emacsbugs.donarmstrong.com; 22 Jun 2009 09:10:44 +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=-6.2 required=4.0 tests=AWL,HAS_BUG_NUMBER, MDO_DATING2 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from treacle.ucs.ed.ac.uk (treacle.ucs.ed.ac.uk [129.215.16.102]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5M9AYpx015379 for <3628@emacsbugs.donarmstrong.com>; Mon, 22 Jun 2009 02:10:36 -0700 Received: from wrath.ph.ed.ac.uk (wrath.ph.ed.ac.uk [129.215.73.7]) by treacle.ucs.ed.ac.uk (8.13.8/8.13.4) with ESMTP id n5M9AWrD001261; Mon, 22 Jun 2009 10:10:32 +0100 (BST) Received: from lamacq.ph.ed.ac.uk (lamacq.ph.ed.ac.uk [129.215.72.156]) by wrath.ph.ed.ac.uk (8.13.8/8.12.10) with ESMTP id n5M9AVB1022140; Mon, 22 Jun 2009 10:10:32 +0100 Received: from lamacq.ph.ed.ac.uk (localhost.localdomain [127.0.0.1]) by lamacq.ph.ed.ac.uk (8.13.8/8.12.10) with ESMTP id n5M9AVob017768; Mon, 22 Jun 2009 10:10:31 +0100 Received: (from s0198183@localhost) by lamacq.ph.ed.ac.uk (8.13.8/8.13.8/Submit) id n5M9AUKB017764; Mon, 22 Jun 2009 10:10:30 +0100 X-Authentication-Warning: lamacq.ph.ed.ac.uk: s0198183 set sender to lawrence.mitchell@ed.ac.uk using -f From: Lawrence Mitchell To: "Sean B. Palmer" Cc: 3628@debbugs.gnu.org Subject: Re: bug#3628: Python-Mode Ignores Global Font Lock Organization: me References: Date: Mon, 22 Jun 2009 10:10:30 +0100 In-Reply-To: (Sean B. Palmer's message of "Sat, 20 Jun 2009 16:46:58 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Edinburgh-Scanned: at treacle.ucs.ed.ac.uk with MIMEDefang 2.60, Sophie, Sophos Anti-Virus, Clam AntiVirus X-Scanned-By: MIMEDefang 2.60 on 129.215.16.102 Sean B. Palmer wrote: > In my .emacs file I turn off global font lock: > (global-font-lock-mode 0) [...] > In emacs 23.0.95.1 (build details below), this no longer works for > Python files. That is to say, various *.py files that I've tested have > syntax highlighting ON when I edit them in emacs with a normal > command: > $ emacs example.py > $ emacs api.py > Perl and C files have syntax highlighting OFF, on the other hand. When > editing one of the Python files, syntax highlighting can be turned OFF > by using the following procedure: > M-x eval-expression > (global-font-lock-mode 0) > In other words, by evaluating the expression from my .emacs file > manually. On repeating the expression, syntax highlighting remains > OFF, so it is apparently not acting as a toggle. (global-font-lock-mode 0) only turns /off/ font lock | With prefix arg, turn Global-Font-Lock mode on if and only if | arg is positive. I.e., it's not acting as a toggle, but this is intended. [...] The overriding of user preference regarding font lock appears to be a deliberate change. A commit on Feb 21 2008 merges changes from Dave Love's python.el. | Author: Chong Yidong | Date: Thu Feb 21 17:03:47 2008 +0000 | Merge from Dave Love's 2008-01-20 version. These include: | (python-mode): Add python-pea-hook to pre-abbrev-expand-hook. Use | symbol-completion-try-complete for hippie expansion. Turn on font | lock unconditionally. Font-lock is used unconditionally in python buffers, I think, so that text properties marking strings and comments can be maintained with greater ease than otherwise. It appears to be a design decision. Cheers, Lawrence -- Lawrence Mitchell From sean.b.palmer@googlemail.com Mon Jun 22 03:00:26 2009 Received: (at 3628) by emacsbugs.donarmstrong.com; 22 Jun 2009 10:00: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=-1.5 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5MA0JY6024163 for <3628@emacsbugs.donarmstrong.com>; Mon, 22 Jun 2009 03:00:21 -0700 Received: by ewy26 with SMTP id 26so4222885ewy.1 for <3628@emacsbugs.donarmstrong.com>; Mon, 22 Jun 2009 03:00:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=FpsLILdKpzV7kF/Rn9jDBkyp91xyiAWsRSOdHvvnkEE=; b=pl1kDdkLubHGVFRfKtXSdO2nxL5qqbcHeqpSblhO+xtQUhpaVcXqx7ba9qSQU5xs+n WOASWm/jn+8RwNoybKJgzkMe70pXHDOk9LFC17+Rvf0uGQ+iu7InQWL5FX3ZqGJKEriu jpMhQmwbbQDA4mavf5o5QP+2t+/hQfGRc6xzI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=I4Xh5tbfbLBt6wMVuA0BoG0ha8/ZqroDWxNcZeXvcOYK4hV9gRMYqrVSeOPxA8MMxz OWqinq6SOUCArNWo+mvTl5MVXyvrR6FyXo3KGgP3M5DXs5h/epWNJioQikbIwHuBF8uT wOP6pNRbAf6/b69dNx8MFw+8FAE+KTXgl8ZRA= MIME-Version: 1.0 Sender: sean.b.palmer@googlemail.com Received: by 10.210.102.12 with SMTP id z12mr4588878ebb.97.1245664813700; Mon, 22 Jun 2009 03:00:13 -0700 (PDT) In-Reply-To: References: Date: Mon, 22 Jun 2009 11:00:13 +0100 X-Google-Sender-Auth: e40231701b70d10e Message-ID: Subject: Re: bug#3628: Python-Mode Ignores Global Font Lock From: "Sean B. Palmer" To: Lawrence Mitchell Cc: 3628@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On Mon, Jun 22, 2009 at 10:10 AM, Lawrence Mitchell wrote: > (global-font-lock-mode 0) only turns /off/ font lock Yeah, but I was asked on #emacs whether it was acting as a toggle, perhaps just to confirm that there was no bug introducing toggle behaviour where it wasn't expected. > Font-lock is used unconditionally in python buffers, I think, > so that text properties marking strings and comments can > be maintained with greater ease than otherwise. Not honouring explicit instructions to turn off highlighting globally in emacs sounds like a poor design decision to me. I consider this an important bug. Meanwhile, it's possible to use this workaround: (add-hook 'python-mode-hook '(lambda () (global-font-lock-mode 0))) Thanks, -- Sean B. Palmer, http://inamidst.com/sbp/ From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 26 22:18:54 2010 Received: (at control) by debbugs.gnu.org; 27 Jan 2010 03:18:54 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NZyQg-0003p6-EM for submit@debbugs.gnu.org; Tue, 26 Jan 2010 22:18:54 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NZyQS-0003p0-OW for control@debbugs.gnu.org; Tue, 26 Jan 2010 22:18:52 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NZyQP-0005s5-BP; Tue, 26 Jan 2010 22:18:37 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19295.45197.310052.188544@fencepost.gnu.org> Date: Tue, 26 Jan 2010 22:18:37 -0500 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: green X-Ran: }Z4F'^kU%I%?JF,!27.~%ea.at/Eq4S)o,|1is32XZ 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: -3.4 (---) merge 3628 4303 reassign 4306 emacs,w32 tags 4329 moreinfo reassign 4396 emacs,cc-mode From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 02 20:45:42 2011 Received: (at control) by debbugs.gnu.org; 3 Jan 2011 01:45:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PZZUT-0003rJ-OB for submit@debbugs.gnu.org; Sun, 02 Jan 2011 20:45:41 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PZZUJ-0003qz-Pg for control@debbugs.gnu.org; Sun, 02 Jan 2011 20:45:39 -0500 Received: from localhost ([127.0.0.1]:34280) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PZZb7-0002ne-Gg; Sun, 02 Jan 2011 20:52:33 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19745.11233.80938.981356@fencepost.gnu.org> Date: Sun, 2 Jan 2011 20:52:33 -0500 From: Glenn Morris To: control Subject: emacs X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: Zi[?Z:^6Sg~0jJ?BcQ&l!3mIyc{ar1{-_~OFs0#%jv[Oea4CMZ0MZf7YTh+^xR/"9Y[Mdr X-Debbugs-No-Ack: yes X-Spam-Score: -6.2 (------) 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: -6.2 (------) merge 3628 7771 From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 02 20:54:27 2011 Received: (at control) by debbugs.gnu.org; 3 Jan 2011 01:54:27 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PZZcw-00043w-Lr for submit@debbugs.gnu.org; Sun, 02 Jan 2011 20:54:26 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PZZcu-00043l-Se for control@debbugs.gnu.org; Sun, 02 Jan 2011 20:54:25 -0500 Received: from localhost ([127.0.0.1]:56573) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PZZji-000391-PG; Sun, 02 Jan 2011 21:01:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19745.11766.328656.536398@fencepost.gnu.org> Date: Sun, 2 Jan 2011 21:01:26 -0500 From: Glenn Morris To: control Subject: emacs X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: n*hGn^!x`Y$SC\^MP1BENl!j+q&f\S6&t.4uC40<1 X-Debbugs-No-Ack: yes X-Spam-Score: -6.2 (------) 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: -6.2 (------) unmerge 7771 stop too general From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 02 22:48:51 2011 Received: (at control) by debbugs.gnu.org; 3 Jan 2011 03:48: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 1PZbPf-0007CU-FT for submit@debbugs.gnu.org; Sun, 02 Jan 2011 22:48:51 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PZbPc-0007CC-54; Sun, 02 Jan 2011 22:48:48 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEACfXIE1Ld/TY/2dsb2JhbACkM3S6NIJ1glUEhGWOGw X-IronPort-AV: E=Sophos;i="4.60,265,1291611600"; d="scan'208";a="86924778" Received: from 75-119-244-216.dsl.teksavvy.com (HELO ceviche.home) ([75.119.244.216]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 02 Jan 2011 22:55:53 -0500 Received: by ceviche.home (Postfix, from userid 20848) id 8CC0C6610E; Sun, 2 Jan 2011 22:55:52 -0500 (EST) From: Stefan Monnier To: "K. Richard Pixley" Subject: Re: bug#7771: 23.1; can't turn off font-lock-mode globally Message-ID: References: <4D20CF4D.9010403@noir.com> <4D21180B.3050505@noir.com> Date: Sun, 02 Jan 2011 22:55:52 -0500 In-Reply-To: <4D21180B.3050505@noir.com> (K. Richard Pixley's message of "Sun, 02 Jan 2011 16:27:55 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: control Cc: 7771@debbugs.gnu.org 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.0 (--) close 3628 thanks >>> (global-font-lock-mode 0) doesn't seem to work. >> It should work. So please tell us the cases where it doesn't work, so >> we can try and figure out where's the problem. > M-x grep OK, that one is a known problem: compile.el (used for M-x compile and M-x grep) uses font-lock internally, so it forces font-lock to be enabled. > When I call (global-font-lock-mode 0) in my .emacs.el, python mode isn't > font locked. But if I ever M-x python-shell, then files visited afterward > will be font locked, even though global-ton-lock-mode's value is nil. > At this point I have to restart emacs in order to see anything. I'm not sure I understand why you see different results before and after python-shell, but indeed I see that python.el incorrectly forces font-lock-mode to be enabled in emacs-23. I've just installed a patch which should fix it. > Visit a binary file, the nonprintable ascii is colored. This is not controlled by font-lock. IIUC this just unconditionally receives the `escape-glyph' face, so you can only "turn it off" by configuring this face. > M-x compile As mentioned above, this is the same issue as M-x grep. I hope we can fix it for Emacs-24 (by making compile.el use syntax-propertize-function rather than font-lock), but for Emacs-23 the only solution I can offer is to configure the relevant faces so they look the same as default. Stefan From unknown Wed Jun 18 00:26:41 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, 31 Jan 2011 12:24:03 +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