From unknown Sat Jun 21 03:27:26 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14335: 24.2; Inconsistency in vhdl-comment-uncomment-line Resent-From: Martin Clajus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 02 May 2013 19:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 14335 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 14335@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.136752326812541 (code B ref -1); Thu, 02 May 2013 19:35:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 May 2013 19:34:28 +0000 Received: from localhost ([127.0.0.1]:55667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UXzGt-0003GB-2v for submit@debbugs.gnu.org; Thu, 02 May 2013 15:34:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44733) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UXz92-0002ww-CM for submit@debbugs.gnu.org; Thu, 02 May 2013 15:26:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXz8O-0004uc-Qw for submit@debbugs.gnu.org; Thu, 02 May 2013 15:25: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=-1.7 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:40419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXz8O-0004uW-OY for submit@debbugs.gnu.org; Thu, 02 May 2013 15:25:40 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXz8K-0000wg-VW for bug-gnu-emacs@gnu.org; Thu, 02 May 2013 15:25:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXz8G-0004tS-9L for bug-gnu-emacs@gnu.org; Thu, 02 May 2013 15:25:36 -0400 Received: from mail.novarad.com ([99.91.245.118]:60095 helo=mail.local.tld) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXz8F-0004r0-Ns for bug-gnu-emacs@gnu.org; Thu, 02 May 2013 15:25:32 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.local.tld (Postfix) with ESMTP id 9DBBAE2C7A3 for ; Thu, 2 May 2013 12:25:14 -0700 (PDT) X-Virus-Scanned: amavisd-new at local.tld Received: from mail.local.tld ([127.0.0.1]) by localhost (mail.novarad.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YzagH9JadqOU for ; Thu, 2 May 2013 12:25:13 -0700 (PDT) Received: from Rhenium.local (unknown [10.0.0.72]) by mail.local.tld (Postfix) with ESMTPSA id F28CCE2C798 for ; Thu, 2 May 2013 12:25:12 -0700 (PDT) Message-ID: <5182BD98.1040806@novarad.com> Date: Thu, 02 May 2013 12:25:12 -0700 From: Martin Clajus User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.18) Gecko/20081105 Thunderbird/2.0.0.18 Mnenhy/0.7.6.666 MIME-Version: 1.0 X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Mac OS X 10.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Mailman-Approved-At: Thu, 02 May 2013 15:34:25 -0400 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.9 (------) This bug report will be sent to the Bug-GNU-Emacs mailing list and the GNU bug tracker at debbugs.gnu.org. Please check that the From: line contains a valid email address. After a delay of up to one day, you should receive an acknowledgement at that address. Please write in English if possible, as the Emacs maintainers usually do not have translators for other languages. Please describe exactly what actions triggered the bug, and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': In vhdl-mode, when I use the keystrokes C-c C-l C-c (function vhdl-comment-uncomment-line) to comment out an indented line, the comment characters are placed at the beginning of the text, to the right of the spaces that make up the indentation. If I apply the same keystroke combination again to the same, now commented line, I would expect it to be uncommented again. This expectation is based on my experience with the function in Emacs v.23 and on the description of the function in Emacs Help. Instead, I just get an additional pair of comment characters. Commenting and uncommenting work correctly on lines that are not indented, and the uncomment part of the function also works on lines that I have commented out manually by placing the comment characters at the beginning of the *line*, to the left of the indentation. The same inconsistency occurs with the function vhdl-comment-uncomment-region (keystrokes C-c C-c) if the region consists exclusively of indented lines. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file c:/emacs/etc/DEBUG. Emacs did not crash. In GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-28 on MARVIN Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --with-gcc (4.6) --cflags -ID:/devel/emacs/libs/libXpm-3.5.8/include -ID:/devel/emacs/libs/libXpm-3.5.8/src -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include -ID:/devel/emacs/libs/giflib-4.1.4-1/include -ID:/devel/emacs/libs/jpeg-6b-4/include -ID:/devel/emacs/libs/tiff-3.8.2-1/include -ID:/devel/emacs/libs/gnutls-3.0.9/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 value of $XMODIFIERS: nil locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: (only . t) Recent input: C-c C-g C-g C-c C-c C-c C-c C-_ C-_ C-c C-c C-c C-c C-h a v h d l SPC c o m m e n t C-c C-l C-c C-c C-l C-c C-_ C-_ C-c C-l C-c C-c C-l C-c - - C-c C-l C-c C-x 1 C-a * s c r a t c h * C-y Recent messages: Undo! [2 times] Auto-saving...done Type C-x 1 to remove help window. Undo! [2 times] Type "q" in help window to restore its previous buffer. Auto-saving... For information about GNU Emacs and the GNU system, type C-h C-a. Auto-saving... byte-code: Beginning of buffer Mark set Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-mode view apropos mule-util face-remap dired-aux dired hexl eldoc help-fns newcomment misearch multi-isearch vhdl-mode hippie-exp easymenu compile comint regexp-opt ansi-color ring assoc time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar 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 minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process multi-tty emacs) -- Martin Clajus NOVA R&D, Inc. 833 Marlborough Ave., Suite 200 Riverside, California 92507-2133 Phone: (951) 781-7332 Fax: (951) 781-4858 EMail: martin.clajus@novarad.com Web Page: http://www.novarad.com ---------------------------------- This communication and any files transmitted with it contain information which is confidential and may be privileged and exempt from disclosure under applicable law. It is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are hereby notified that any use, dissemination or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender. Thank you for your co-operation. From unknown Sat Jun 21 03:27:26 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Martin Clajus Subject: bug#14335: closed (Re: bug#14335: 24.2; Inconsistency in vhdl-comment-uncomment-line) Message-ID: References: <5182BD98.1040806@novarad.com> X-Gnu-PR-Message: they-closed 14335 X-Gnu-PR-Package: emacs Reply-To: 14335@debbugs.gnu.org Date: Mon, 06 May 2013 07:53:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1367826783-6577-1" This is a multi-part message in MIME format... ------------=_1367826783-6577-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #14335: 24.2; Inconsistency in vhdl-comment-uncomment-line which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 14335@debbugs.gnu.org. --=20 14335: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D14335 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1367826783-6577-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 14335-done) by debbugs.gnu.org; 6 May 2013 07:52:30 +0000 Received: from localhost ([127.0.0.1]:59432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UZGDl-0001g7-DY for submit@debbugs.gnu.org; Mon, 06 May 2013 03:52:29 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:39992) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UZGDi-0001fo-5B for 14335-done@debbugs.gnu.org; Mon, 06 May 2013 03:52:27 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UZGCn-0007sv-JG; Mon, 06 May 2013 03:51:29 -0400 From: Glenn Morris To: 14335-done@debbugs.gnu.org Subject: Re: bug#14335: 24.2; Inconsistency in vhdl-comment-uncomment-line References: <5182BD98.1040806@novarad.com> X-Spook: CDC Uzi bullion bluebird Exon Shell asset UOP Consul X-Ran: O!#*jS9:^F^=_3E6E|pyZJfa7'_br|$.Jq3w<_'GK2qJk|[96Aw6\68~,m(b_ciA)I{4U< X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 06 May 2013 03:51:29 -0400 In-Reply-To: <5182BD98.1040806@novarad.com> (Martin Clajus's message of "Thu, 02 May 2013 12:25:12 -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 X-Spam-Score: -6.7 (------) X-Debbugs-Envelope-To: 14335-done 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: -8.1 (--------) Version: 24.3 Martin Clajus wrote: > In vhdl-mode, when I use the keystrokes C-c C-l C-c (function > vhdl-comment-uncomment-line) to comment out an indented line, the > comment characters are placed at the beginning of the text, to the right > of the spaces that make up the indentation. If I apply the same > keystroke combination again to the same, now commented line, I would > expect it to be uncommented again. Thanks for the report, it seems this is already fixed in 24.3. Time to upgrade... > The same inconsistency occurs with the function > vhdl-comment-uncomment-region (keystrokes C-c C-c) if the region > consists exclusively of indented lines. Also seems fixed. (PS modes should use comment-dwim rather than re-inventing wheels.) > In GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) ------------=_1367826783-6577-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 May 2013 19:34:28 +0000 Received: from localhost ([127.0.0.1]:55667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UXzGt-0003GB-2v for submit@debbugs.gnu.org; Thu, 02 May 2013 15:34:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44733) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UXz92-0002ww-CM for submit@debbugs.gnu.org; Thu, 02 May 2013 15:26:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXz8O-0004uc-Qw for submit@debbugs.gnu.org; Thu, 02 May 2013 15:25: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=-1.7 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:40419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXz8O-0004uW-OY for submit@debbugs.gnu.org; Thu, 02 May 2013 15:25:40 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXz8K-0000wg-VW for bug-gnu-emacs@gnu.org; Thu, 02 May 2013 15:25:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXz8G-0004tS-9L for bug-gnu-emacs@gnu.org; Thu, 02 May 2013 15:25:36 -0400 Received: from mail.novarad.com ([99.91.245.118]:60095 helo=mail.local.tld) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXz8F-0004r0-Ns for bug-gnu-emacs@gnu.org; Thu, 02 May 2013 15:25:32 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.local.tld (Postfix) with ESMTP id 9DBBAE2C7A3 for ; Thu, 2 May 2013 12:25:14 -0700 (PDT) X-Virus-Scanned: amavisd-new at local.tld Received: from mail.local.tld ([127.0.0.1]) by localhost (mail.novarad.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YzagH9JadqOU for ; Thu, 2 May 2013 12:25:13 -0700 (PDT) Received: from Rhenium.local (unknown [10.0.0.72]) by mail.local.tld (Postfix) with ESMTPSA id F28CCE2C798 for ; Thu, 2 May 2013 12:25:12 -0700 (PDT) Message-ID: <5182BD98.1040806@novarad.com> Date: Thu, 02 May 2013 12:25:12 -0700 From: Martin Clajus User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.18) Gecko/20081105 Thunderbird/2.0.0.18 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 24.2; Inconsistency in vhdl-comment-uncomment-line X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Mac OS X 10.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 02 May 2013 15:34:25 -0400 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.9 (------) This bug report will be sent to the Bug-GNU-Emacs mailing list and the GNU bug tracker at debbugs.gnu.org. Please check that the From: line contains a valid email address. After a delay of up to one day, you should receive an acknowledgement at that address. Please write in English if possible, as the Emacs maintainers usually do not have translators for other languages. Please describe exactly what actions triggered the bug, and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': In vhdl-mode, when I use the keystrokes C-c C-l C-c (function vhdl-comment-uncomment-line) to comment out an indented line, the comment characters are placed at the beginning of the text, to the right of the spaces that make up the indentation. If I apply the same keystroke combination again to the same, now commented line, I would expect it to be uncommented again. This expectation is based on my experience with the function in Emacs v.23 and on the description of the function in Emacs Help. Instead, I just get an additional pair of comment characters. Commenting and uncommenting work correctly on lines that are not indented, and the uncomment part of the function also works on lines that I have commented out manually by placing the comment characters at the beginning of the *line*, to the left of the indentation. The same inconsistency occurs with the function vhdl-comment-uncomment-region (keystrokes C-c C-c) if the region consists exclusively of indented lines. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file c:/emacs/etc/DEBUG. Emacs did not crash. In GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-28 on MARVIN Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --with-gcc (4.6) --cflags -ID:/devel/emacs/libs/libXpm-3.5.8/include -ID:/devel/emacs/libs/libXpm-3.5.8/src -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include -ID:/devel/emacs/libs/giflib-4.1.4-1/include -ID:/devel/emacs/libs/jpeg-6b-4/include -ID:/devel/emacs/libs/tiff-3.8.2-1/include -ID:/devel/emacs/libs/gnutls-3.0.9/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 value of $XMODIFIERS: nil locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: (only . t) Recent input: C-c C-g C-g C-c C-c C-c C-c C-_ C-_ C-c C-c C-c C-c C-h a v h d l SPC c o m m e n t C-c C-l C-c C-c C-l C-c C-_ C-_ C-c C-l C-c C-c C-l C-c - - C-c C-l C-c C-x 1 C-a * s c r a t c h * C-y Recent messages: Undo! [2 times] Auto-saving...done Type C-x 1 to remove help window. Undo! [2 times] Type "q" in help window to restore its previous buffer. Auto-saving... For information about GNU Emacs and the GNU system, type C-h C-a. Auto-saving... byte-code: Beginning of buffer Mark set Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-mode view apropos mule-util face-remap dired-aux dired hexl eldoc help-fns newcomment misearch multi-isearch vhdl-mode hippie-exp easymenu compile comint regexp-opt ansi-color ring assoc time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar 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 minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process multi-tty emacs) -- Martin Clajus NOVA R&D, Inc. 833 Marlborough Ave., Suite 200 Riverside, California 92507-2133 Phone: (951) 781-7332 Fax: (951) 781-4858 EMail: martin.clajus@novarad.com Web Page: http://www.novarad.com ---------------------------------- This communication and any files transmitted with it contain information which is confidential and may be privileged and exempt from disclosure under applicable law. It is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are hereby notified that any use, dissemination or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender. Thank you for your co-operation. ------------=_1367826783-6577-1-- From debbugs-submit-bounces@debbugs.gnu.org Thu May 16 04:11:57 2013 Received: (at control) by debbugs.gnu.org; 16 May 2013 08:11:57 +0000 Received: from localhost ([127.0.0.1]:46995 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UctI4-0007hF-Qq for submit@debbugs.gnu.org; Thu, 16 May 2013 04:11:57 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:40829 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UctI3-0007h9-8W for control@debbugs.gnu.org; Thu, 16 May 2013 04:11:55 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UctHt-0001Ft-I5 for control@debbugs.gnu.org; Thu, 16 May 2013 04:11:45 -0400 Date: Thu, 16 May 2013 04:11:45 -0400 Message-Id: Subject: control message for bug 5997 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.8 (----) 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.6 (-----) forcemerge 14335 5997