From unknown Sun Jun 15 08:12:23 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#5117 <5117@debbugs.gnu.org> To: bug#5117 <5117@debbugs.gnu.org> Subject: Status: 23.1.50; Weird display when wrap-prefix contains tabs Reply-To: bug#5117 <5117@debbugs.gnu.org> Date: Sun, 15 Jun 2025 15:12:23 +0000 retitle 5117 23.1.50; Weird display when wrap-prefix contains tabs reassign 5117 emacs submitter 5117 Matthew Dempsky severity 5117 normal tag 5117 notabug thanks From matthew@dempsky.org Thu Dec 3 14:06:35 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 3 Dec 2009 22:06:35 +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.1 required=4.0 tests=AWL,FOURLA 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.14.3/8.14.3/Debian-5) with ESMTP id nB3M6XMB029071 for ; Thu, 3 Dec 2009 14:06:35 -0800 Received: from mail.gnu.org ([199.232.76.166]:38933 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1NGJon-0004oV-Co for emacs-pretest-bug@gnu.org; Thu, 03 Dec 2009 17:06:33 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NGJol-0000Xt-9Y for emacs-pretest-bug@gnu.org; Thu, 03 Dec 2009 17:06:33 -0500 Received: from mail-pz0-f193.google.com ([209.85.222.193]:57868) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGJok-0000XK-TU for emacs-pretest-bug@gnu.org; Thu, 03 Dec 2009 17:06:31 -0500 Received: by pzk31 with SMTP id 31so1736397pzk.28 for ; Thu, 03 Dec 2009 14:06:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.115.114.5 with SMTP id r5mr2889027wam.145.1259877986545; Thu, 03 Dec 2009 14:06:26 -0800 (PST) Date: Thu, 3 Dec 2009 14:06:26 -0800 Message-ID: Subject: 23.1.50; Weird display when wrap-prefix contains tabs From: Matthew Dempsky To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Here's the contents of `foo.el': (require 'cl) (with-output-to-temp-buffer "bonk" (with-current-buffer standard-output (loop for i from 1 to 100 do (insert (make-string (+ (random 5) 3) ?x) " ")) (visual-line-mode) (setq wrap-prefix "\t"))) If I run `Emacs -Q foo.el' and then `M-x eval-buffer', it creates a new buffer "demo", but instead of each continuation line being consistently indented by 8 spaces, they're each randomly indented between 1 and 8 spaces. The issue appears to be due to the expansion of tabs being related to the actual current column rather than the visual current column. Literal tabs within a wrapped paragraph exhibit similar behavior. This additionally sometimes confuses `visual-line-mode's line motion keys. In GNU Emacs 23.1.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2009-12-02 on admins-macbook-pro-2.local Windowing system distributor `Apple', version 10.3.949 configured using `configure '--with-ns' '--without-x'' 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: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: 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 Recent input: M-x e v a l - b u f f e r M-` h s Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow mail-extr message ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash mail-utils emacsbug sendmail regexp-opt tmm electric help-mode view cl cl-19 tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win easymenu tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs) From matthew@dempsky.org Thu Dec 3 14:38:27 2009 Received: (at 5117) by emacsbugs.donarmstrong.com; 3 Dec 2009 22:38: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=0.1 required=4.0 tests=AWL,MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-pz0-f175.google.com (mail-pz0-f175.google.com [209.85.222.175]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB3McQkA031600 for <5117@emacsbugs.donarmstrong.com>; Thu, 3 Dec 2009 14:38:27 -0800 Received: by pzk5 with SMTP id 5so1246998pzk.1 for <5117@emacsbugs.donarmstrong.com>; Thu, 03 Dec 2009 14:38:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.215.6 with SMTP id n6mr2913119wag.158.1259879900628; Thu, 03 Dec 2009 14:38:20 -0800 (PST) Date: Thu, 3 Dec 2009 14:38:20 -0800 Message-ID: Subject: Re: 23.1.50; Weird display when wrap-prefix contains tabs From: Matthew Dempsky To: 5117@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1 This patch seems to correct the behavior: --- a/src/xdisp.c +++ b/src/xdisp.c @@ -21380,7 +21380,7 @@ x_produce_glyphs (it) if (font->space_width > 0) { int tab_width = it->tab_width * font->space_width; - int x = it->current_x + it->continuation_lines_width; + int x = it->current_x; int next_tab_x = ((1 + x + tab_width - 1) / tab_width) * tab_width; /* If the distance from the current position to the next tab From cyd@stupidchicken.com Sat Dec 5 13:15:01 2009 Received: (at 5117) by emacsbugs.donarmstrong.com; 5 Dec 2009 21:15:02 +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.3 required=4.0 tests=AWL,FOURLA,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from pantheon-po19.its.yale.edu (pantheon-po19.its.yale.edu [130.132.50.75]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB5LF03f032763 for <5117@emacsbugs.donarmstrong.com>; Sat, 5 Dec 2009 13:15:01 -0800 Received: from furry (dhcp128036204110.central.yale.edu [128.36.204.110]) (authenticated bits=0) by pantheon-po19.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id nB5LEsE0023084 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 5 Dec 2009 16:14:54 -0500 Received: by furry (Postfix, from userid 1000) id 5683DC071; Sat, 5 Dec 2009 16:14:54 -0500 (EST) From: Chong Yidong To: Matthew Dempsky Cc: 5117@debbugs.gnu.org Subject: Re: 23.1.50; Weird display when wrap-prefix contains tabs Date: Sat, 05 Dec 2009 16:14:52 -0500 Message-ID: <87pr6tcecz.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) > This patch seems to correct the behavior: > > --- a/src/xdisp.c > +++ b/src/xdisp.c > @@ -21380,7 +21380,7 @@ x_produce_glyphs (it) > if (font->space_width > 0) > { > int tab_width = it->tab_width * font->space_width; > - int x = it->current_x + it->continuation_lines_width; > + int x = it->current_x; > int next_tab_x = ((1 + x + tab_width - 1) / tab_width) * tab_width; > > /* If the distance from the current position to the next tab The "+ it->continuation_lines_width" was added for a reason. IIRC, it is so that continued lines containing tabs are displayed correctly. From matthew@dempsky.org Sat Dec 5 16:36:26 2009 Received: (at 5117) by emacsbugs.donarmstrong.com; 6 Dec 2009 00:36: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=0.1 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-pz0-f180.google.com (mail-pz0-f180.google.com [209.85.222.180]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB60aPRH024679 for <5117@emacsbugs.donarmstrong.com>; Sat, 5 Dec 2009 16:36:26 -0800 Received: by pzk10 with SMTP id 10so3220872pzk.19 for <5117@emacsbugs.donarmstrong.com>; Sat, 05 Dec 2009 16:36:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.115.114.5 with SMTP id r5mr7632183wam.145.1260059779831; Sat, 05 Dec 2009 16:36:19 -0800 (PST) In-Reply-To: <87pr6tcecz.fsf@stupidchicken.com> References: <87pr6tcecz.fsf@stupidchicken.com> Date: Sat, 5 Dec 2009 16:36:19 -0800 Message-ID: Subject: Re: 23.1.50; Weird display when wrap-prefix contains tabs From: Matthew Dempsky To: Chong Yidong Cc: 5117@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, Dec 5, 2009 at 1:14 PM, Chong Yidong wrote: > The "+ it->continuation_lines_width" was added for a reason. I tracked back through the history of the code, and that part has been there since the code was introduced as far as I can tell. >=A0IIRC, it is so that continued lines containing tabs are displayed corre= ctly. Can you define "correctly"? When I remove the addition, it displays 'correctly' from what I expect: a tab always indents the text to the next visual column that's a multiple of 8. The current behavior ensures that the same tab always expands to the same number of space characters regardless of where the line wraps, but I don't see any reason why this behavior is desirable in the presence of `word-wrap'. From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 01 13:36:06 2010 Received: (at 5117) by debbugs.gnu.org; 1 Jan 2010 18:36:06 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NQmM2-0007Zd-BU for submit@debbugs.gnu.org; Fri, 01 Jan 2010 13:36:06 -0500 Received: from pantheon-po39.its.yale.edu ([130.132.50.100]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NQmM0-0007ZI-9b for 5117@debbugs.gnu.org; Fri, 01 Jan 2010 13:36:04 -0500 Received: from furry (dhcp128036014103.central.yale.edu [128.36.14.103]) (authenticated bits=0) by pantheon-po39.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o01IZxcT018701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 1 Jan 2010 13:35:59 -0500 Received: by furry (Postfix, from userid 1000) id D08C3C05D; Fri, 1 Jan 2010 13:35:59 -0500 (EST) From: Chong Yidong To: Matthew Dempsky Subject: Re: 23.1.50; Weird display when wrap-prefix contains tabs Date: Fri, 01 Jan 2010 13:35:59 -0500 Message-ID: <874on5zn8w.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 5117 Cc: 5117@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: 0.8 (/) > > The "+ it->continuation_lines_width" was added for a reason. > > I tracked back through the history of the code, and that part has been > there since the code was introduced as far as I can tell. > > > IIRC, it is so that continued lines containing tabs are displayed correctly. > > Can you define "correctly"? When I remove the addition, it displays > 'correctly' from what I expect: a tab always indents the text to the > next visual column that's a multiple of 8. Sorry for the delay in replying. Suppose that (i) next tab stop is 3 characters off the right edge of the text area, and (ii) you have text going all the way to the right edge. Now insert a tab character. With the current code, Emacs displays the tab up to the 3rd character of the continuation line. This is "correct", in the sense that the continuation line is a "continuation" of the previous line with the tab stops picking up where they left off. With the patch you propose, Emacs would instead display up to the 8th character of the continuation line. From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 09 09:11:13 2016 Received: (at 5117) by debbugs.gnu.org; 9 Jul 2016 13:11:13 +0000 Received: from localhost ([127.0.0.1]:43333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bLs2L-0000ob-Ky for submit@debbugs.gnu.org; Sat, 09 Jul 2016 09:11:13 -0400 Received: from mail-qk0-f171.google.com ([209.85.220.171]:36381) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bLs2K-0000oP-90 for 5117@debbugs.gnu.org; Sat, 09 Jul 2016 09:11:12 -0400 Received: by mail-qk0-f171.google.com with SMTP id 82so58084247qko.3 for <5117@debbugs.gnu.org>; Sat, 09 Jul 2016 06:11:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=J61vx4Ku+/ymXoZS/m48odcGEqFqk6FsTnrFn5ykVGA=; b=cZHIJqN2lqc47xRdIg3+slRxDyKCLNshr6iYwNGx2iJZFaktHUQO7oHKMzR+0L6lPi RMyVPAL64DkP5QnIkli9iu3X0kFICoI8dA/r/W4ZXgNKj1z4WDA2S8j3vRnC4vwa/42E PLrnajLRrpzSzWfNWe6DeVori61hOnEA5mM80rhVxx2PJZnAnYTbuKoMDkwyT25v8nyV 2M35OvGWpKacPE5L+gvbxpbJBJS3I4Xmz5ivTX/icPubQmOnngOlO5bZRsKNnlnG9j2w G+ZbTRbEHhYDA2fhom/dAWwzeXvsRBz9++ftIwrFRaW/wNqY85MrLMoTYDIyDMBbGvYb EY4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=J61vx4Ku+/ymXoZS/m48odcGEqFqk6FsTnrFn5ykVGA=; b=h63aFOmfX6S+HpHOwDKLgZMpWOXD1F4Cu9UqsNXchvMGt38Rzf7EIfkTni7dq0qED6 kJ2sYkEpETGEGJXJass6hlDMbNgPM/3iTvXct5oKMQHN7SlV+aXl4VSA1EbKOEJvV5I5 PwrYmx4ID4aeHUQ9sfSobAMSDOwmA4i3WH8YrvMvLFDXiah/ss9qu2ckehcd9a20Qs+B NycENmTUd4okZj/GN5BpvF1q2Va8NmPPjkKQLbQU3mjBnwoAkxqA393AjWiv3iVZwwrf syjXGLxO2OEbt3SgrXe6YrgOqzgYY/gqFpIpcEYvUnpjGzO8P+TOp5LZnv3xe+5aOqBB 2UEQ== X-Gm-Message-State: ALyK8tIiT8MNLlWK+3d4rQ5hf9AGFha+UQmGWw7sUfegYFjhe7jMcHX6GGw+nZN2gGi+gg== X-Received: by 10.55.201.70 with SMTP id q67mr13539010qki.124.1468069866659; Sat, 09 Jul 2016 06:11:06 -0700 (PDT) Received: from Andrews-MacBook-Pro.local (cpe-74-73-128-199.nyc.res.rr.com. [74.73.128.199]) by smtp.gmail.com with ESMTPSA id l27sm1554738qtc.34.2016.07.09.06.11.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 Jul 2016 06:11:05 -0700 (PDT) From: Andrew Hyatt To: Chong Yidong Subject: Re: bug#5117: 23.1.50; Weird display when wrap-prefix contains tabs References: <874on5zn8w.fsf@stupidchicken.com> Date: Sat, 09 Jul 2016 09:11:04 -0400 In-Reply-To: <874on5zn8w.fsf@stupidchicken.com> (Chong Yidong's message of "Fri, 01 Jan 2010 13:35:59 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 5117 Cc: 5117@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Chong Yidong writes: >> > The "+ it->continuation_lines_width" was added for a reason. >> >> I tracked back through the history of the code, and that part has been >> there since the code was introduced as far as I can tell. >> >> > IIRC, it is so that continued lines containing tabs are displayed correctly. >> >> Can you define "correctly"? When I remove the addition, it displays >> 'correctly' from what I expect: a tab always indents the text to the >> next visual column that's a multiple of 8. > > Sorry for the delay in replying. > > Suppose that (i) next tab stop is 3 characters off the right edge of the > text area, and (ii) you have text going all the way to the right edge. > Now insert a tab character. With the current code, Emacs displays the > tab up to the 3rd character of the continuation line. This is > "correct", in the sense that the continuation line is a "continuation" > of the previous line with the tab stops picking up where they left off. > > With the patch you propose, Emacs would instead display up to the 8th > character of the continuation line. Since it seems that this is (according to Chong) not a bug, but the way things should work, I' m going to close this bug. Feel free to disagree; we can always re-open it. From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 09 09:11:31 2016 Received: (at control) by debbugs.gnu.org; 9 Jul 2016 13:11:31 +0000 Received: from localhost ([127.0.0.1]:43336 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bLs2c-0000pC-TS for submit@debbugs.gnu.org; Sat, 09 Jul 2016 09:11:31 -0400 Received: from mail-qk0-f175.google.com ([209.85.220.175]:35448) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bLs2b-0000oy-39 for control@debbugs.gnu.org; Sat, 09 Jul 2016 09:11:29 -0400 Received: by mail-qk0-f175.google.com with SMTP id s63so23420325qkb.2 for ; Sat, 09 Jul 2016 06:11:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:to:from:subject; bh=uEWgV7ldodVYmFloiXrfsV5HPW5hMV+gfZQLprfkNJc=; b=mWzgI2P1ivDAvf5QkQloUrfHn007PPz+sBlqYR1UZ4M360CnqzLju+zpL8EkxwcUM5 vLYs9f/4zhMo11+/l6d9A112rEFZnz9vnE/OeNzPA/Q+/fqaS6zyXBsms6I2dlqgX2Ky +2NSJIaD3EQLxdXVUsAsi7DSGC+jixExxK+svFH59b4nb9Ko69jlR//llq4KbMrV20KY i301PfUY7llclXPYp21hIgSqs4nFyPoAiPJMVdIp3KdJd61W8EgYznXbC7FAYeGHmMXG a3Dyep6MG4yUmVV60e5HTcHf2EQOC2JOcoKe2psPGkm+PYH+Iu4BcfrdxJLQE4Jdyjs8 kiIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:message-id:to:from:subject; bh=uEWgV7ldodVYmFloiXrfsV5HPW5hMV+gfZQLprfkNJc=; b=GSrLKSLxdibPJGzNoSCjyAdfLKXvN48p6lBaxTSBFgmYdJ4iW0G3tFFlPHCjPzaNpU AWARlouapctqVBpAUAMjINjfaRLDe9q5AwDdxn32ziWH8u9chyApq6q6SJ7uhP65zyuP ggdIbUKBdwySbJJtVlolIb2EbKwmVUJb2NwEHz21YPQjoGqk13QR9OAwybjMVQDKYRqs pwdAhedLxcmZM/Yo3VdlKzWxU9bSEuXvYK/xeTNLPo/gaIPwRAJTowthuDzMYaX2pzSV b0NjBPV72zoXhHXb9j9O6fLnaIkYkxWdC4BxJm6/3kwGPjhXWoHJPJetLtjAkVfPoJ9c 8Tbw== X-Gm-Message-State: ALyK8tKeFKcMlbShUGCVcbZBmIoNjevJ0L0D/y1VyRTKFN0DelXNRIoDiNMg73mgEfARsQ== X-Received: by 10.55.123.6 with SMTP id w6mr14175272qkc.164.1468069883542; Sat, 09 Jul 2016 06:11:23 -0700 (PDT) Received: from Andrews-MacBook-Pro.local (cpe-74-73-128-199.nyc.res.rr.com. [74.73.128.199]) by smtp.gmail.com with ESMTPSA id x3sm1832396qkb.32.2016.07.09.06.11.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 Jul 2016 06:11:22 -0700 (PDT) Date: Sat, 09 Jul 2016 09:11:21 -0400 Message-Id: To: control@debbugs.gnu.org From: Andrew Hyatt Subject: control message for bug #5117 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) tags 5117 notabug close 5117 From unknown Sun Jun 15 08:12:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 07 Aug 2016 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