From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 13 16:55:50 2013 Received: (at submit) by debbugs.gnu.org; 13 Apr 2013 20:55:50 +0000 Received: from localhost ([127.0.0.1]:49158 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UR7UE-0003Ff-BW for submit@debbugs.gnu.org; Sat, 13 Apr 2013 16:55:50 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45412) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UR7UB-0003FX-8W for submit@debbugs.gnu.org; Sat, 13 Apr 2013 16:55:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UR7QE-0004m8-3C for submit@debbugs.gnu.org; Sat, 13 Apr 2013 16:51:44 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:46733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UR7QD-0004m3-W2 for submit@debbugs.gnu.org; Sat, 13 Apr 2013 16:51:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UR7QA-0005w6-Py for bug-gnu-emacs@gnu.org; Sat, 13 Apr 2013 16:51:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UR7Q8-0004lH-I3 for bug-gnu-emacs@gnu.org; Sat, 13 Apr 2013 16:51:38 -0400 Received: from mail-qe0-f42.google.com ([209.85.128.42]:64869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UR7Q8-0004lB-DF for bug-gnu-emacs@gnu.org; Sat, 13 Apr 2013 16:51:36 -0400 Received: by mail-qe0-f42.google.com with SMTP id cz11so2133337qeb.1 for ; Sat, 13 Apr 2013 13:51:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=5z+Nh5uiko7SEiiaFH6HU3YWKeJNlWp4SUvyeD3+MUI=; b=JwmyHDdAowtpD5gNblXAz/et8xhQ5TM6k89mTleUwtjXBf86D+YkP+80GMPMSrbDrt HnAJ7q7UNm5cl9/fOG66YsrsyOqXepY7mNRsDQSWkWUZ1lPpDeGdzCznhvShYqxK7wDf EdZr+NHM25vxdbcIReeR9MsJ+2SdF7H2RJQ80IFTVv06o8cn5Xf3Ui3oQDQ9MSG9SKOX WX+Hm9/DeV2NUq3OL/TdwUEf1Xt+ZAT9Gb4jsLCB/Rg8ZzsIWxQt+CQzBLMfWJiBwkao e5J6gijKEQqsuLB8jVROXplA27johHbCssQhWxjrLQxYSCl5/npV5kyoU1B8NFbLN3C2 tq6Q== MIME-Version: 1.0 X-Received: by 10.229.18.83 with SMTP id v19mr6206719qca.127.1365886295464; Sat, 13 Apr 2013 13:51:35 -0700 (PDT) Received: by 10.49.2.164 with HTTP; Sat, 13 Apr 2013 13:51:35 -0700 (PDT) Date: Sat, 13 Apr 2013 21:51:35 +0100 Message-ID: Subject: 24.3; Window fringes / margins get reset on switching buffer From: E Sabof To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=0015176f0dd671e6dd04da442f84 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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.1 (------) --0015176f0dd671e6dd04da442f84 Content-Type: text/plain; charset=ISO-8859-1 If in emacs -Q, I evaluate: (set-window-margins nil 5 5) (set-window-fringes nil 16 16) and switch to a different buffer, the fringes/margins will be reset. They will still be frame-default if I switch back to the same buffer. Btw, I think it would make more sense, if the above settings where attached to a buffer and not a window. At the same time there is a buffer-local variable called window-size-fixed, which looks like it should be a window property. Evgeni --0015176f0dd671e6dd04da442f84 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
If in emacs -Q, I evaluate:
(set-window-margins nil 5 5)
(set-window-fringes nil = 16 16)

and switch to a different buffer, the= fringes/margins will be reset. They will still be frame-default if I switc= h back to the same buffer.

Btw, I think it would make more sense, if t= he above settings where attached to a buffer and not a window. At the same = time there is a buffer-local variable called window-size-fixed, which looks= like it should be a window property.

Evgeni
--0015176f0dd671e6dd04da442f84-- From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 13 17:40:29 2013 Received: (at 14200) by debbugs.gnu.org; 13 Apr 2013 21:40:29 +0000 Received: from localhost ([127.0.0.1]:49204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UR8BQ-0004jq-Ag for submit@debbugs.gnu.org; Sat, 13 Apr 2013 17:40:28 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:42315) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UR8BN-0004jh-Pc for 14200@debbugs.gnu.org; Sat, 13 Apr 2013 17:40:27 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0ML700J00QA0XD00@a-mtaout22.012.net.il> for 14200@debbugs.gnu.org; Sun, 14 Apr 2013 00:36:21 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ML700J6ZQOLNIB0@a-mtaout22.012.net.il>; Sun, 14 Apr 2013 00:36:21 +0300 (IDT) Date: Sun, 14 Apr 2013 00:36:27 +0300 From: Eli Zaretskii Subject: Re: bug#14200: 24.3; Window fringes / margins get reset on switching buffer In-reply-to: X-012-Sender: halo1@inter.net.il To: E Sabof Message-id: <83zjx26rl0.fsf@gnu.org> References: X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 14200 Cc: 14200@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii 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.2 (-) > Date: Sat, 13 Apr 2013 21:51:35 +0100 > From: E Sabof > > If in emacs -Q, I evaluate: > > (set-window-margins nil 5 5) > (set-window-fringes nil 16 16) > > and switch to a different buffer, the fringes/margins will be reset. They > will still be frame-default if I switch back to the same buffer. If you want the values you set be preserved for that buffer, you need to set the buffer-local values of left/right-margin-width and left/right-fringe-width. If you want them to be preserved in a window regardless of the buffer it displays, switch to another buffer by invoking set-window-buffer with non-nil 3rd argument. > Btw, I think it would make more sense, if the above settings where attached > to a buffer and not a window. They are (or can be), see above. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 13 17:56:30 2013 Received: (at 14200) by debbugs.gnu.org; 13 Apr 2013 21:56:30 +0000 Received: from localhost ([127.0.0.1]:49219 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UR8Qw-0005GA-5A for submit@debbugs.gnu.org; Sat, 13 Apr 2013 17:56:30 -0400 Received: from mail-qc0-f169.google.com ([209.85.216.169]:47941) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UR8Qt-0005Fz-Ps for 14200@debbugs.gnu.org; Sat, 13 Apr 2013 17:56:28 -0400 Received: by mail-qc0-f169.google.com with SMTP id t2so1704862qcq.14 for <14200@debbugs.gnu.org>; Sat, 13 Apr 2013 14:52:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ebuyOSFtvYgJ2PYAi9a7uQhKFgmLumPKGcTxghGc2Zw=; b=hNMSRk2chEatrELplVm69lTQdM7h7NjPxmGvu68UFmovS5v37NPaVyaY6fuJmo0aUO 5SOYqq4aVvoNgvTBbm2T5wldJZPQwM2lIgTZk6Lw/uhoefdn2vMFus2Chtn1vt6vGA2r jQ7HMAK2JfqLbPKFnfJpttvaTjzH/kAcSiJ232EA1bbAUUdb2FpLIGEb9xHr7R6QU4jj 6zSRM4BLT+l4YP7K5FYn+AHGg74Sm1ZvS4GJWHDGoCRPadDG764tTIg7VTZJWrA8S4mL odlwCvszkz8QBs9VE/2spUlWd7cUPyE2iJk/Jzk7oTCfN14E5rol4oPQ5NJCfebXy9QM BQ7g== MIME-Version: 1.0 X-Received: by 10.224.39.146 with SMTP id g18mr17237349qae.31.1365889944866; Sat, 13 Apr 2013 14:52:24 -0700 (PDT) Received: by 10.49.2.164 with HTTP; Sat, 13 Apr 2013 14:52:24 -0700 (PDT) In-Reply-To: <83zjx26rl0.fsf@gnu.org> References: <83zjx26rl0.fsf@gnu.org> Date: Sat, 13 Apr 2013 22:52:24 +0100 Message-ID: Subject: Re: bug#14200: 24.3; Window fringes / margins get reset on switching buffer From: E Sabof To: Eli Zaretskii Content-Type: multipart/alternative; boundary=20cf306f74ccf7722004da450897 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14200 Cc: 14200@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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.6 (--) --20cf306f74ccf7722004da450897 Content-Type: text/plain; charset=ISO-8859-1 On Sat, Apr 13, 2013 at 10:36 PM, Eli Zaretskii wrote: > > Date: Sat, 13 Apr 2013 21:51:35 +0100 > > From: E Sabof > > > > If in emacs -Q, I evaluate: > > > > (set-window-margins nil 5 5) > > (set-window-fringes nil 16 16) > > > > and switch to a different buffer, the fringes/margins will be reset. They > > will still be frame-default if I switch back to the same buffer. > > If you want the values you set be preserved for that buffer, you need > to set the buffer-local values of left/right-margin-width and > left/right-fringe-width. If you want them to be preserved in a window > regardless of the buffer it displays, switch to another buffer by > invoking set-window-buffer with non-nil 3rd argument. > Thanks, but changing those variables (or the corresponding fringe ones) doesn't seem to have any effect. emacs-version: GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.13) of 2013-03-05 on ubuntu > Btw, I think it would make more sense, if the above settings where > attached > > to a buffer and not a window. > > They are (or can be), see above. > Evgeni --20cf306f74ccf7722004da450897 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Sat, Apr 13, 2013 at 10:36 PM, Eli Zaretskii <eliz@gnu.org= > wrote:
> Date: Sat, 13 Apr 2013 21:51:35 +0100
> From: E Sabof <esabof@gmail.com= >
>
> If in emacs -Q, I evaluate:
>
> (set-window-margins nil 5 5)
> (set-window-fringes nil 16 16)
>
> and switch to a different buffer, the fringes/margins will be reset. T= hey
> will still be frame-default if I switch back to the same buffer.

If you want the values you set be preserved for that buffer, you need
to set the buffer-local values of left/right-margin-width and
left/right-fringe-width. =A0If you want them to be preserved in a window regardless of the buffer it displays, switch to another buffer by
invoking set-window-buffer with non-nil 3rd argument.

Thanks, but changing those variables (or the cor= responding fringe ones) doesn't seem to have any effect. emacs-version:= GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.13) of 2013-= 03-05 on ubuntu

> Btw, I think it would make more sense, if the above settings where att= ached
> to a buffer and not a window.

They are (or can be), see above.

Evgeni
<= /div> --20cf306f74ccf7722004da450897-- From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 14 01:38:37 2013 Received: (at 14200) by debbugs.gnu.org; 14 Apr 2013 05:38:37 +0000 Received: from localhost ([127.0.0.1]:49582 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1URFe8-0007Yn-HA for submit@debbugs.gnu.org; Sun, 14 Apr 2013 01:38:36 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:34514) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1URFe4-0007YS-G8 for 14200@debbugs.gnu.org; Sun, 14 Apr 2013 01:38:33 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0ML800000CDZON00@a-mtaout21.012.net.il> for 14200@debbugs.gnu.org; Sun, 14 Apr 2013 08:34:18 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ML8000BMCT6NP50@a-mtaout21.012.net.il>; Sun, 14 Apr 2013 08:34:18 +0300 (IDT) Date: Sun, 14 Apr 2013 08:34:24 +0300 From: Eli Zaretskii Subject: Re: bug#14200: 24.3; Window fringes / margins get reset on switching buffer In-reply-to: X-012-Sender: halo1@inter.net.il To: E Sabof Message-id: <83y5cl7k0v.fsf@gnu.org> References: <83zjx26rl0.fsf@gnu.org> X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 14200 Cc: 14200@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii 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.2 (-) > Date: Sat, 13 Apr 2013 22:52:24 +0100 > From: E Sabof > Cc: 14200@debbugs.gnu.org > > > If you want the values you set be preserved for that buffer, you need > > to set the buffer-local values of left/right-margin-width and > > left/right-fringe-width. If you want them to be preserved in a window > > regardless of the buffer it displays, switch to another buffer by > > invoking set-window-buffer with non-nil 3rd argument. > > Thanks, but changing those variables (or the corresponding fringe ones) > doesn't seem to have any effect. >From the ELisp manual: Setting these variables does not immediately affect the window. These variables are checked when a new buffer is displayed in the window. Thus, you can make changes take effect by calling `set-window-buffer'. From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 14 10:51:38 2013 Received: (at 14200) by debbugs.gnu.org; 14 Apr 2013 14:51:38 +0000 Received: from localhost ([127.0.0.1]:50297 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UROHK-0003fb-9x for submit@debbugs.gnu.org; Sun, 14 Apr 2013 10:51:38 -0400 Received: from mail-qe0-f48.google.com ([209.85.128.48]:42822) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UROHH-0003fF-1y for 14200@debbugs.gnu.org; Sun, 14 Apr 2013 10:51:36 -0400 Received: by mail-qe0-f48.google.com with SMTP id 2so2248572qea.7 for <14200@debbugs.gnu.org>; Sun, 14 Apr 2013 07:47:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=YmNcSjU6N0MNppVEwwC/bB6Nd9HPQOHdBO4tIFC+RDQ=; b=lEcAhFpEwTwz6t5Xlf/MAT9TcYOfG1B0kTljcn0mPWYV5CfCwHRQjV70MnM9HUPE7t q7mBxGlirp9Wwvh44ssQwb5YhXf3aL8GkBzr8OzK1pLgrFI29pTFEBwn8LlihcrAqic7 K0yE26wHTc+DVbrc5ae7CpbTqj+6Gohp4TsU8TJyZ37fnQc65FxhyHybNIi05oHc1ouB L/p4sqOkl7HpILPmHHGPMBm781usu2Sh+LqoTbhGjNsgVyyvqaDGUQ8Mhv3covgDLa5G tYGbUihZrw8SVpTTw5DKV1rBs/6ihmX/md8bLd2Is1G2WOdxKn3M3y4PO7EKDkhL28zP XZKQ== MIME-Version: 1.0 X-Received: by 10.229.10.145 with SMTP id p17mr928567qcp.50.1365950848073; Sun, 14 Apr 2013 07:47:28 -0700 (PDT) Received: by 10.49.2.164 with HTTP; Sun, 14 Apr 2013 07:47:27 -0700 (PDT) In-Reply-To: <83y5cl7k0v.fsf@gnu.org> References: <83zjx26rl0.fsf@gnu.org> <83y5cl7k0v.fsf@gnu.org> Date: Sun, 14 Apr 2013 15:47:27 +0100 Message-ID: Subject: Re: bug#14200: 24.3; Window fringes / margins get reset on switching buffer From: E Sabof To: Eli Zaretskii Content-Type: multipart/alternative; boundary=00151757740a1490fd04da53374b X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14200 Cc: 14200@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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.6 (--) --00151757740a1490fd04da53374b Content-Type: text/plain; charset=ISO-8859-1 On Sun, Apr 14, 2013 at 6:34 AM, Eli Zaretskii wrote: > > Date: Sat, 13 Apr 2013 22:52:24 +0100 > > From: E Sabof > > Cc: 14200@debbugs.gnu.org > > > > > If you want the values you set be preserved for that buffer, you need > > > to set the buffer-local values of left/right-margin-width and > > > left/right-fringe-width. If you want them to be preserved in a window > > > regardless of the buffer it displays, switch to another buffer by > > > invoking set-window-buffer with non-nil 3rd argument. > > > > Thanks, but changing those variables (or the corresponding fringe ones) > > doesn't seem to have any effect. > > From the ELisp manual: > > Setting these variables does not immediately affect the window. > These variables are checked when a new buffer is displayed in the > window. Thus, you can make changes take effect by calling > `set-window-buffer'. > I see. Evgeni --00151757740a1490fd04da53374b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable



On Sun, Apr 14, 2013 at 6:34 AM, Eli Zaretskii &l= t;eliz@gnu.org> wrote:
> Date: Sat, 13 Apr 2013 22:52:24 +0100 > From: E Sabof <esabof@gmail.com= >
> Cc: 14200@debbugs.gnu.org=
>
> > If you want the values you set be preserved for that buffer, you = need
> > to set the buffer-local values of left/right-margin-width and
> > left/right-fringe-width. =A0If you want them to be preserved in a= window
> > regardless of the buffer it displays, switch to another buffer by=
> > invoking set-window-buffer with non-nil 3rd argument.
>
> Thanks, but changing those variables (or the corresponding fringe ones= )
> doesn't seem to have any effect.

From the ELisp manual:

=A0 =A0 =A0Setting these variables does not immediately affect the window.<= br> =A0 These variables are checked when a new buffer is displayed in the
=A0 window. =A0Thus, you can make changes take effect by calling
=A0 `set-window-buffer'.

I see.
<= div class=3D"gmail_extra" style>
= Evgeni
--00151757740a1490fd04da53374b-- From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 26 20:01:34 2013 Received: (at control) by debbugs.gnu.org; 27 Apr 2013 00:01:34 +0000 Received: from localhost ([127.0.0.1]:45634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UVsa6-0000wa-5z for submit@debbugs.gnu.org; Fri, 26 Apr 2013 20:01:34 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:42867) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UVsa4-0000wU-67 for control@debbugs.gnu.org; Fri, 26 Apr 2013 20:01:32 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UVsa0-0000IU-ON for control@debbugs.gnu.org; Fri, 26 Apr 2013 20:01:28 -0400 Date: Fri, 26 Apr 2013 20:01:28 -0400 Message-Id: Subject: control message for bug 14200 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -5.0 (-----) tag 14200 notabug close 14200 From unknown Mon Aug 18 04:36:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 25 May 2013 11: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