From unknown Mon Jun 23 11:28:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6566: 23.2; error: (invalid-read-syntax "Dotted spec required.") Resent-From: Leo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 05 Jul 2010 12:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 6566 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 6566@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.127833435310315 (code B ref -1); Mon, 05 Jul 2010 12:53:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Jul 2010 12:52:33 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVlA0-0002gK-RY for submit@debbugs.gnu.org; Mon, 05 Jul 2010 08:52:33 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVl9z-0002gF-3v for submit@debbugs.gnu.org; Mon, 05 Jul 2010 08:52:31 -0400 Received: from lists.gnu.org ([199.232.76.165]:44871) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OVl9t-0005aL-T4 for submit@debbugs.gnu.org; Mon, 05 Jul 2010 08:52:25 -0400 Received: from [140.186.70.92] (port=35454 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVl9r-0005gs-UN for bug-gnu-emacs@gnu.org; Mon, 05 Jul 2010 08:52:25 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_MED,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVl9q-0003rU-8K for bug-gnu-emacs@gnu.org; Mon, 05 Jul 2010 08:52:23 -0400 Received: from ppsw-31.csi.cam.ac.uk ([131.111.8.131]:57437) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVl9p-0003r8-T7 for bug-gnu-emacs@gnu.org; Mon, 05 Jul 2010 08:52:22 -0400 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from cpc1-cmbg13-0-0-cust596.cmbg.cable.ntl.com ([86.9.122.85]:58529 helo=Victoria.local) by ppsw-31.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.157]:587) with esmtpsa (PLAIN:sl392) (TLSv1:DHE-RSA-AES128-SHA:128) id 1OVl9n-0000hK-MJ (Exim 4.72) for bug-gnu-emacs@gnu.org (return-path ); Mon, 05 Jul 2010 13:52:20 +0100 From: Leo Date: Mon, 05 Jul 2010 13:52:17 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.3 (-----) 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 (------) To reproduce: C-u C-M-x to edebug the following example function (defun test () (destructuring-bind (beg . end) '(1 . 2))) Should see a backtrace as attached to the end of this report. In GNU Emacs 23.2.9 of 2010-06-26 on Victoria.local Debugger entered--Lisp error: (invalid-read-syntax "Dotted spec required.") signal(invalid-read-syntax ("Dotted spec required.")) edebug-syntax-error("Dotted spec required.") apply(edebug-syntax-error "Dotted spec required.") edebug-no-match((end (44 . 48) . 49) "Dotted spec required.") edebug-match-specs((end (44 . 48) . 49) ([&optional ["&optional" &rest &or ... arg]] [&optional [[&or "&rest" "&body"] cl-macro-arg]] [&optional ["&key" [&rest [&or ... arg]] &optional "&allow-other-keys"]] [&optional ["&aux" &rest &or ... symbolp]] [&optional "&environment" arg]) edebug-match-specs) edebug-match-specs((end (44 . 48) . 49) ([&rest cl-macro-arg] [&optional ["&optional" &rest &or ... arg]] [&optional [[&or "&rest" "&body"] cl-macro-arg]] [&optional ["&key" [&rest [&or ... arg]] &optional "&allow-other-keys"]] [&optional ["&aux" &rest &or ... symbolp]] [&optional "&environment" arg]) edebug-match-specs) edebug-match-specs((end (44 . 48) . 49) ([&optional "&environment" arg] [&rest cl-macro-arg] [&optional ["&optional" &rest &or ... arg]] [&optional [[&or "&rest" "&body"] cl-macro-arg]] [&optional ["&key" [&rest [&or ... arg]] &optional "&allow-other-keys"]] [&optional ["&aux" &rest &or ... symbolp]] [&optional "&environment" arg]) edebug-match-specs) edebug-match-sublist((end (44 . 48) . 49) ([&optional "&environment" arg] [&rest cl-macro-arg] [&optional ["&optional" &rest &or ... arg]] [&optional [[&or "&rest" "&body"] cl-macro-arg]] [&optional ["&key" [&rest [&or ... arg]] &optional "&allow-other-keys"]] [&optional ["&aux" &rest &or ... symbolp]] [&optional "&environment" arg])) edebug-match-list((((beg . end) (quote ...)) (38 (39 . 42) (44 . 48) . 49) (56 (56 . 57) (57 ... ... . 64) . 64) . 65) ([&optional "&environment" arg] [&rest cl-macro-arg] [&optional ["&optional" &rest &or ... arg]] [&optional [[&or "&rest" "&body"] cl-macro-arg]] [&optional ["&key" [&rest [&or ... arg]] &optional "&allow-other-keys"]] [&optional ["&aux" &rest &or ... symbolp]] [&optional "&environment" arg])) edebug-match-one-spec((((beg . end) (quote ...)) (38 (39 . 42) (44 . 48) . 49) (56 (56 . 57) (57 ... ... . 64) . 64) . 65) ([&optional "&environment" arg] [&rest cl-macro-arg] [&optional ["&optional" &rest &or ... arg]] [&optional [[&or "&rest" "&body"] cl-macro-arg]] [&optional ["&key" [&rest [&or ... arg]] &optional "&allow-other-keys"]] [&optional ["&aux" &rest &or ... symbolp]] [&optional "&environment" arg])) edebug-match-specs((((beg . end) (quote ...)) (38 (39 . 42) (44 . 48) . 49) (56 (56 . 57) (57 ... ... . 64) . 64) . 65) (([&optional "&environment" arg] [&rest cl-macro-arg] [&optional ["&optional" &rest &or ... arg]] [&optional [[&or "&rest" "&body"] cl-macro-arg]] [&optional ["&key" [&rest [&or ... arg]] &optional "&allow-other-keys"]] [&optional ["&aux" &rest &or ... symbolp]] [&optional "&environment" arg])) edebug-match-specs) edebug-match((((beg . end) (quote ...)) (38 (39 . 42) (44 . 48) . 49) (56 (56 . 57) (57 ... ... . 64) . 64) . 65) (([&optional "&environment" arg] [&rest cl-macro-arg] [&optional ["&optional" &rest &or ... arg]] [&optional [[&or "&rest" "&body"] cl-macro-arg]] [&optional ["&key" [&rest [&or ... arg]] &optional "&allow-other-keys"]] [&optional ["&aux" &rest &or ... symbolp]] [&optional "&environment" arg]))) edebug-match-symbol((((beg . end) (quote ...)) (38 (39 . 42) (44 . 48) . 49) (56 (56 . 57) (57 ... ... . 64) . 64) . 65) cl-macro-list) edebug-match-one-spec((((beg . end) (quote ...)) (38 (39 . 42) (44 . 48) . 49) (56 (56 . 57) (57 ... ... . 64) . 64) . 65) cl-macro-list) edebug-match-specs((((beg . end) (quote ...)) (38 (39 . 42) (44 . 48) . 49) (56 (56 . 57) (57 ... ... . 64) . 64) . 65) (cl-macro-list def-form cl-declarations def-body) edebug-match-specs) edebug-match-specs((((beg . end) (quote ...)) (38 (39 . 42) (44 . 48) . 49) (56 (56 . 57) (57 ... ... . 64) . 64) . 65) ("destructuring-bind" cl-macro-list def-form cl-declarations def-body) edebug-match-specs) edebug-match((((beg . end) (quote ...)) (38 (39 . 42) (44 . 48) . 49) (56 (56 . 57) (57 ... ... . 64) . 64) . 65) ("destructuring-bind" cl-macro-list def-form cl-declarations def-body)) edebug-make-form-wrapper((((beg . end) (quote ...)) (38 (39 . 42) (44 . 48) . 49) (56 (56 . 57) (57 ... ... . 64) . 64) . 65) 18 64 ("destructuring-bind" cl-macro-list def-form cl-declarations def-body)) edebug-defining-form((((beg . end) (quote ...)) (38 (39 . 42) (44 . 48) . 49) (56 (56 . 57) (57 ... ... . 64) . 64) . 65) 18 65 ("destructuring-bind" cl-macro-list def-form cl-declarations def-body)) edebug-form((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66)) edebug-match-form((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66)) edebug-match-symbol((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) form) edebug-match-one-spec((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) form) edebug-match-specs((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) (form) edebug-&rest-wrapper) byte-code("\304 \n#.\305\207" [cursor specs remainder-handler result edebug-match-specs nil] 4) edebug-&optional-wrapper((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) (form) edebug-&rest-wrapper) edebug-&rest-wrapper((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) (form) edebug-&rest-wrapper) edebug-match-&rest((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) (form)) edebug-match-specs((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) (&rest form) edebug-match-specs) edebug-match((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) (&rest form)) edebug-match-def-body((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66)) edebug-match-symbol((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) def-body) edebug-match-one-spec((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) def-body) edebug-match-specs((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) (def-body) edebug-match-specs) edebug-match-specs((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) ([&optional ("interactive" interactive)] def-body) edebug-match-specs) edebug-match-specs((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) ([&optional stringp] [&optional ("interactive" interactive)] def-body) edebug-match-specs) edebug-match-specs((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) (lambda-list [&optional stringp] [&optional ("interactive" interactive)] def-body) edebug-match-specs) edebug-match-specs((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) (name lambda-list [&optional stringp] [&optional ("interactive" interactive)] def-body) edebug-match-specs) edebug-match-specs((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) ("defun" name lambda-list [&optional stringp] [&optional ("interactive" interactive)] def-body) edebug-match-specs) edebug-match-sublist((((destructuring-bind ... ...)) (18 (19 . 37) (38 ... ... . 49) (56 ... ... . 64) . 65) . 66) ("defun" name lambda-list [&optional stringp] [&optional ("interactive" interactive)] def-body)) edebug-match-list((((defun test nil ...)) (1 (2 . 7) (8 . 12) (13 . 15) (18 ... ... ... . 65) . 66)) ("defun" name lambda-list [&optional stringp] [&optional ("interactive" interactive)] def-body)) edebug-match-one-spec((((defun test nil ...)) (1 (2 . 7) (8 . 12) (13 . 15) (18 ... ... ... . 65) . 66)) ("defun" name lambda-list [&optional stringp] [&optional ("interactive" interactive)] def-body)) edebug-match-specs((((defun test nil ...)) (1 (2 . 7) (8 . 12) (13 . 15) (18 ... ... ... . 65) . 66)) (("defun" name lambda-list [&optional stringp] [&optional ...] def-body)) edebug-match-specs) edebug-match((((defun test nil ...)) (1 (2 . 7) (8 . 12) (13 . 15) (18 ... ... ... . 65) . 66)) (("defun" name lambda-list [&optional stringp] [&optional ...] def-body))) edebug-make-form-wrapper((((defun test nil ...)) (1 (2 . 7) (8 . 12) (13 . 15) (18 ... ... ... . 65) . 66)) 1 65 (("defun" name lambda-list [&optional stringp] [&optional ...] def-body))) edebug-read-and-maybe-wrap-form1() byte-code("\301 .\302\207" [result edebug-read-and-maybe-wrap-form1 nil] 1) edebug-read-and-maybe-wrap-form() edebug-read-top-level-form() eval-defun((4)) call-interactively(eval-defun nil nil) From unknown Mon Jun 23 11:28:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6566: 6566; 23.2; error: (invalid-read-syntax "Dotted spec required.") References: In-Reply-To: Resent-From: Geoff Gole Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 05 Jul 2010 16:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6566 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 6566@debbugs.gnu.org, sdl.web@gmail.com Received: via spool by 6566-submit@debbugs.gnu.org id=B6566.127834638615783 (code B ref 6566); Mon, 05 Jul 2010 16:14:01 +0000 Received: (at 6566) by debbugs.gnu.org; 5 Jul 2010 16:13: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 1OVoI6-00046W-8W for submit@debbugs.gnu.org; Mon, 05 Jul 2010 12:13:06 -0400 Received: from mail-qy0-f172.google.com ([209.85.216.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVoI4-000466-CA for 6566@debbugs.gnu.org; Mon, 05 Jul 2010 12:13:05 -0400 Received: by qyk1 with SMTP id 1so1717186qyk.3 for <6566@debbugs.gnu.org>; Mon, 05 Jul 2010 09:12:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=G87qd/XQqfrA/iJ1unC3JspxbLcN23zHPdmjSYU6SNU=; b=U6PPPKEzBnqWHuVQVF/7K7LzALtSgRsjRkHixHWRo1y+RCgywFdQ6mjZtmX+ftgZWS 9GEniZUPLSvcw4/Fxvx8Bp02urpwUKSEh8Sg0mQhXXwZ+RxhFa9J2kGk+Y4EqYLg0xe7 1mAxAyTs3y3oNWsTF8x0mW4M2BDtpKwONLj0w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=d1qJrY+IncHPPoeWFiMkU1rYfEiJfVwJPdniTzrwZ2iRw5Kk6BZNel7jJSXoi8om4O NQq0B/Z/KD8P2mq/0Grl5Nvh90QFO/sr87AteE6oelexIg4WOXP7wKEiubdxtCOJHdBq uo3AjQ2Lo1NTEjN1eZncwCJj08EbARseyWUFs= MIME-Version: 1.0 Received: by 10.224.80.203 with SMTP id u11mr550313qak.126.1278346379271; Mon, 05 Jul 2010 09:12:59 -0700 (PDT) Received: by 10.229.30.77 with HTTP; Mon, 5 Jul 2010 09:12:59 -0700 (PDT) Date: Tue, 6 Jul 2010 00:12:59 +0800 Message-ID: From: Geoff Gole Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -1.2 (-) 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.2 (-) This is a duplicate of bug 6415. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6415 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 05 14:55:44 2010 Received: (at control) by debbugs.gnu.org; 5 Jul 2010 18:55:44 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVqpT-0005Wq-QT for submit@debbugs.gnu.org; Mon, 05 Jul 2010 14:55:44 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVqpR-0005Wf-S4 for control@debbugs.gnu.org; Mon, 05 Jul 2010 14:55:42 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OVqpM-00018p-Dx; Mon, 05 Jul 2010 14:55:36 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19506.10920.237370.293945@fencepost.gnu.org> Date: Mon, 5 Jul 2010 14:55:36 -0400 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: blue X-Ran: _^D6`.n*"473<~z9_k3zcNT.&VUqg,L><1-C5CI?qj_;N+j(RUDNjCCbX]+_?U20tB^rc] X-Debbugs-No-Ack: yes X-Spam-Score: -5.1 (-----) 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: -5.1 (-----) merge 6415 6566 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 21 16:38:59 2011 Received: (at control) by debbugs.gnu.org; 21 Sep 2011 20:38:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6TZJ-0006nj-Js for submit@debbugs.gnu.org; Wed, 21 Sep 2011 16:38:59 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6TZA-0006nQ-Fn for control@debbugs.gnu.org; Wed, 21 Sep 2011 16:38:50 -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 1R6TYn-0006D0-Ny for control@debbugs.gnu.org; Wed, 21 Sep 2011 22:38:25 +0200 Date: Wed, 21 Sep 2011 22:34:59 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #6415 X-MailScanner-ID: 1R6TYn-0006D0-Ny X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1317242305.93281@bJWJkwMaWSrCocSiSeKUlQ X-Spam-Status: No X-Spam-Score: -2.6 (--) 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.6 (--) tags 6415 confirmed From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 11 17:38:57 2013 Received: (at control) by debbugs.gnu.org; 11 Oct 2013 21:38:57 +0000 Received: from localhost ([127.0.0.1]:43697 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VUkQD-0008Kq-Eh for submit@debbugs.gnu.org; Fri, 11 Oct 2013 17:38:57 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:58679) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VUkQB-0008Ki-4u for control@debbugs.gnu.org; Fri, 11 Oct 2013 17:38:55 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VUkQA-0001BQ-IR for control@debbugs.gnu.org; Fri, 11 Oct 2013 17:38:54 -0400 Date: Fri, 11 Oct 2013 17:38:54 -0400 Message-Id: Subject: control message for bug 15587 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.2 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.2 (-----) merge 6415 15587 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 18 22:56:29 2017 Received: (at control) by debbugs.gnu.org; 19 Apr 2017 02:56:29 +0000 Received: from localhost ([127.0.0.1]:55381 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0fnB-0004AK-6k for submit@debbugs.gnu.org; Tue, 18 Apr 2017 22:56:29 -0400 Received: from mail-it0-f41.google.com ([209.85.214.41]:37966) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0fn9-0004A4-U3 for control@debbugs.gnu.org; Tue, 18 Apr 2017 22:56:28 -0400 Received: by mail-it0-f41.google.com with SMTP id e132so5683159ite.1 for ; Tue, 18 Apr 2017 19:56:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:date:message-id:mime-version; bh=atIvAsOAci2XNl0lMrdxjMAWOMewOc2/skrYwo1y9DQ=; b=HzrAJUb6hItL8skYc8X8eLAF25GJCzlXdAswWBV6rqexQAk3qPmz/absjXxqnWIntD q/JfV9mrV02IIXhw36eEq1RfsxByDF2wi/KsqtYHCPf2p3diwV2LvLi4/0iZ5Oexge9Q O9E3RUimPQwL9OxsyIBGo8QRwCJvgcfi5zQmnepGYuI9prFNWkckdYnVXfTmuLvaB+Zx UpRm0k04w3fCcNRRxVjPghAgXJzaIvjUyFnvNIfKYP+ge/rZ3feoOxGPYzlmshxOahRc l0zjqjU0sactVEd8ui+uv/b4LBoZf0QS1PTmplQcNoBptcP7bgKbwx/2kJ2JnsxXwz1D /yWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version; bh=atIvAsOAci2XNl0lMrdxjMAWOMewOc2/skrYwo1y9DQ=; b=IeRpIcP8dDuepe3qR+rCyBCShHy0kHSqvC1AHEplQc9wihCQGIpCmk0PeeCvk+8TBO R91hd5aoBGZqNT+gSJlWmeTM0bP3fvRdBYefc3DxV2765iOjZvwjMpBLIAtkWzLHJNrP ftABCKlw4Jv+zfrf8ty8pf9ffGFqCsHuGntXbhTPBeeblKOAJ30hw8Mkdaq7jEI4XIki 05trsFiZtTdDmkhyoy5KhFo8o1YyD+UCsevk185DjAeFpKbFpvsQkD/SI22BFLr6KURO baGsNMSrqI0rc/OhDuD8S3o10ZGyvV1GIOQpdRP+hlazuEvNLfpnTMLoTKAb5e/qcBin TdtQ== X-Gm-Message-State: AN3rC/5bD99LUagWc0/WzVMmpA7HolwFJ6xf+LrEucIMdxLW837RcUD0 5C0OWRAMXqB6jC9M X-Received: by 10.36.39.201 with SMTP id g192mr18044504ita.74.1492570582086; Tue, 18 Apr 2017 19:56:22 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id 204sm755650itz.29.2017.04.18.19.56.21 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 18 Apr 2017 19:56:21 -0700 (PDT) From: npostavs@users.sourceforge.net To: control@debbugs.gnu.org Subject: control message for bug #24885 Date: Tue, 18 Apr 2017 22:57:50 -0400 Message-ID: <8760i1rtn5.fsf@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain 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 (/) merge 24885 6415 quit