From unknown Sun Jun 22 00:55:35 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21366: 11.88.6; Vertical bar is paired delimiter in syntax table Resent-From: Michael Hoffman Original-Sender: "Debbugs-submit" Resent-CC: bug-auctex@gnu.org Resent-Date: Thu, 27 Aug 2015 21:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 21366 X-GNU-PR-Package: auctex X-GNU-PR-Keywords: To: 21366@debbugs.gnu.org X-Debbugs-Original-To: bug-auctex@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.144071072223392 (code B ref -1); Thu, 27 Aug 2015 21:26:01 +0000 Received: (at submit) by debbugs.gnu.org; 27 Aug 2015 21:25:22 +0000 Received: from localhost ([127.0.0.1]:40628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZV4fh-00065D-Pa for submit@debbugs.gnu.org; Thu, 27 Aug 2015 17:25:22 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36205) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZV4fe-000650-QW for submit@debbugs.gnu.org; Thu, 27 Aug 2015 17:25:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZV4fd-0007Ci-F6 for submit@debbugs.gnu.org; Thu, 27 Aug 2015 17:25:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=3.0 required=5.0 tests=BAYES_50,FREEMAIL_FROM, TO_NO_BRKTS_PCNT autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:44201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV4fd-0007Ce-Cm for submit@debbugs.gnu.org; Thu, 27 Aug 2015 17:25:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV4fZ-0002ZN-4V for bug-auctex@gnu.org; Thu, 27 Aug 2015 17:25:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZV4fU-00077M-40 for bug-auctex@gnu.org; Thu, 27 Aug 2015 17:25:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:37890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV4fT-000735-PN for bug-auctex@gnu.org; Thu, 27 Aug 2015 17:25:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZV4fQ-00041u-LA for bug-auctex@gnu.org; Thu, 27 Aug 2015 23:25:04 +0200 Received: from gnat.uhnres.utoronto.ca ([192.75.165.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 23:25:04 +0200 Received: from gmane3-hoffman by gnat.uhnres.utoronto.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 23:25:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ From: Michael Hoffman Date: Thu, 27 Aug 2015 17:21:44 -0400 Lines: 118 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gnat.uhnres.utoronto.ca User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -1.9 (-) 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: -4.1 (----) The vertical bar (|) is paired delimiter/math mode ("$") in the TeX syntax table. This means that balanced vertical bars are expected just as balanced parentheses. This causes problems with S-expression movement and Flyspell when there are odd numbers of vertical bars. The easiest way to reproduce a problem this causes: 1. Create test1.tex with contents: {|{}|{}|} 2. Go to beginning of buffer and type C-M-f (forward-sexp) What I expected to happen: Cursor moves to last closing curly brace. What happens instead: I receive the error: forward-sexp: Scan error: "Unbalanced parentheses", 1, 11 This sort of unbalanced vertical bar is likely to happen in table definitions. Workaround: Add this to .emacs: (with-eval-after-load 'tex (modify-syntax-entry ?| "." TeX-mode-syntax-table)) I don't understand why | is treated as a paired delimiter in the first place, though. ------------------------------------------------------------------------ Emacs : GNU Emacs 24.5.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.8) of 2015-07-29 on mhoffman2.uhnres.utoronto.ca Package: 11.88.6 current state: ============== (setq AUCTeX-date "2015-05-08" window-system 'x LaTeX-version "2e" TeX-style-path '("~/.emacs.d/auctex" "/users/mhoffman/.emacs.d/elpa/auctex-11.88.6/style" "/users/mhoffman/.emacs.d/auctex/auto" "/users/mhoffman/.emacs.d/auctex/style" "auto" "style") TeX-auto-save t TeX-parse-self t TeX-master t TeX-command-list '(("Make" "make LATEX=\"%`%l%(mode)\"" TeX-run-TeX t t :help "Run make") ("Latexmk" "latexmk -pdf %s" TeX-run-TeX nil t :help "Run Latexmk") ("TeX" "%(PDF)%(tex) %(file-line-error) %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (plain-tex-mode ams-tex-mode texinfo-mode) :help "Run plain TeX") ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode doctex-mode) :help "Run LaTeX") ("Makeinfo" "makeinfo %(extraopts) %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with Info output") ("Makeinfo HTML" "makeinfo %(extraopts) --html %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with HTML output") ("AmSTeX" "%(PDF)amstex %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX") ("ConTeXt" "texexec --once --texutil %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt once") ("ConTeXt Full" "texexec %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt until completion") ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run BibTeX") ("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber") ("View" "%V" TeX-run-discard-or-function t t :help "Run Viewer") ("Print" "%p" TeX-run-command t t :help "Print the file") ("Queue" "%q" TeX-run-background nil t :help "View the printer queue" :visible TeX-queue-command) ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help "Generate PostScript file") ("Index" "makeindex %s" TeX-run-command nil t :help "Create index file") ("Xindy" "texindy %s" TeX-run-command nil t :help "Run xindy to create index file") ("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for correctness") ("ChkTeX" "chktex -v6 %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for common mistakes") ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil t :help "Spell-check the document") ("Clean" "TeX-clean" TeX-run-function nil t :help "Delete generated intermediate files") ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help "Delete generated intermediate and output files") ("Other" "" TeX-run-command t t :help "Run an arbitrary command")) ) From unknown Sun Jun 22 00:55:35 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Michael Hoffman Subject: bug#21366: closed (Re: bug#21366: 11.88.6; Vertical bar is paired delimiter in syntax table) Message-ID: References: <87k2sf94oi.fsf@gnu.org> X-Gnu-PR-Message: they-closed 21366 X-Gnu-PR-Package: auctex Reply-To: 21366@debbugs.gnu.org Date: Fri, 28 Aug 2015 08:52:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1440751922-5055-1" This is a multi-part message in MIME format... ------------=_1440751922-5055-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #21366: 11.88.6; Vertical bar is paired delimiter in syntax table which was filed against the auctex package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 21366@debbugs.gnu.org. --=20 21366: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D21366 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1440751922-5055-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 21366-done) by debbugs.gnu.org; 28 Aug 2015 08:51:32 +0000 Received: from localhost ([127.0.0.1]:40785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZVFNk-0001Is-3I for submit@debbugs.gnu.org; Fri, 28 Aug 2015 04:51:32 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:40715) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZVFNi-0001Ij-0j for 21366-done@debbugs.gnu.org; Fri, 28 Aug 2015 04:51:30 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id C212020A67 for <21366-done@debbugs.gnu.org>; Fri, 28 Aug 2015 04:51:27 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Fri, 28 Aug 2015 04:51:27 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=6vmqqwBS8xwAULkPKyQg5y6BdJk=; b=ikvkj 96bgeP1oQO1uFiwfGfQLVy0P8GJ97qS8bSEvK+bb9i37PEGDqLM6IhK4kJNvT5tJ 6F/DRinbUMyUKlbZZHvv2f6LjnCjx0Zc0igmv+zsk0gkPyntx2M5ro60xtP2Zdwy gBbthjmo804qbO6X2oTfUH/plmOITNtpMcBdSA= X-Sasl-enc: /TZBfXt7R24uj4Gj45LVZc4XqR+EcmJryIF5ACrj6T2i 1440751887 Received: from thinkpad-t440p (unknown [2.160.110.50]) by mail.messagingengine.com (Postfix) with ESMTPA id 24E176800E8; Fri, 28 Aug 2015 04:51:27 -0400 (EDT) From: Tassilo Horn To: Michael Hoffman Subject: Re: bug#21366: 11.88.6; Vertical bar is paired delimiter in syntax table References: Date: Fri, 28 Aug 2015 10:51:25 +0200 In-Reply-To: (Michael Hoffman's message of "Thu, 27 Aug 2015 17:21:44 -0400") Message-ID: <87k2sf94oi.fsf@gnu.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 21366-done Cc: 21366-done@debbugs.gnu.org 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: 0.3 (/) Michael Hoffman writes: Hi Michael, > I don't understand why | is treated as a paired delimiter in the first > place, though. It used to have symbol syntax, and then I changed some fontification code which required that it became some non-symbol syntax. I chose paired delimiter because it seemed to be convenient in my typical use (lots of \verb|stuff|) because then typing | would insert a pair of bars with `electric-pair-mode'. Well, that was obviously a bad decision, so now AUCTeX uses punctuation syntax for it. That will appear in 11.88.8 from ELPA then. Bye, Tassilo ------------=_1440751922-5055-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Aug 2015 21:25:22 +0000 Received: from localhost ([127.0.0.1]:40628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZV4fh-00065D-Pa for submit@debbugs.gnu.org; Thu, 27 Aug 2015 17:25:22 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36205) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZV4fe-000650-QW for submit@debbugs.gnu.org; Thu, 27 Aug 2015 17:25:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZV4fd-0007Ci-F6 for submit@debbugs.gnu.org; Thu, 27 Aug 2015 17:25:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=3.0 required=5.0 tests=BAYES_50,FREEMAIL_FROM, TO_NO_BRKTS_PCNT autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:44201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV4fd-0007Ce-Cm for submit@debbugs.gnu.org; Thu, 27 Aug 2015 17:25:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV4fZ-0002ZN-4V for bug-auctex@gnu.org; Thu, 27 Aug 2015 17:25:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZV4fU-00077M-40 for bug-auctex@gnu.org; Thu, 27 Aug 2015 17:25:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:37890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV4fT-000735-PN for bug-auctex@gnu.org; Thu, 27 Aug 2015 17:25:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZV4fQ-00041u-LA for bug-auctex@gnu.org; Thu, 27 Aug 2015 23:25:04 +0200 Received: from gnat.uhnres.utoronto.ca ([192.75.165.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 23:25:04 +0200 Received: from gmane3-hoffman by gnat.uhnres.utoronto.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 23:25:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: bug-auctex@gnu.org From: Michael Hoffman Subject: 11.88.6; Vertical bar is paired delimiter in syntax table Date: Thu, 27 Aug 2015 17:21:44 -0400 Lines: 118 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gnat.uhnres.utoronto.ca User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: submit 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: -4.1 (----) The vertical bar (|) is paired delimiter/math mode ("$") in the TeX syntax table. This means that balanced vertical bars are expected just as balanced parentheses. This causes problems with S-expression movement and Flyspell when there are odd numbers of vertical bars. The easiest way to reproduce a problem this causes: 1. Create test1.tex with contents: {|{}|{}|} 2. Go to beginning of buffer and type C-M-f (forward-sexp) What I expected to happen: Cursor moves to last closing curly brace. What happens instead: I receive the error: forward-sexp: Scan error: "Unbalanced parentheses", 1, 11 This sort of unbalanced vertical bar is likely to happen in table definitions. Workaround: Add this to .emacs: (with-eval-after-load 'tex (modify-syntax-entry ?| "." TeX-mode-syntax-table)) I don't understand why | is treated as a paired delimiter in the first place, though. ------------------------------------------------------------------------ Emacs : GNU Emacs 24.5.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.8) of 2015-07-29 on mhoffman2.uhnres.utoronto.ca Package: 11.88.6 current state: ============== (setq AUCTeX-date "2015-05-08" window-system 'x LaTeX-version "2e" TeX-style-path '("~/.emacs.d/auctex" "/users/mhoffman/.emacs.d/elpa/auctex-11.88.6/style" "/users/mhoffman/.emacs.d/auctex/auto" "/users/mhoffman/.emacs.d/auctex/style" "auto" "style") TeX-auto-save t TeX-parse-self t TeX-master t TeX-command-list '(("Make" "make LATEX=\"%`%l%(mode)\"" TeX-run-TeX t t :help "Run make") ("Latexmk" "latexmk -pdf %s" TeX-run-TeX nil t :help "Run Latexmk") ("TeX" "%(PDF)%(tex) %(file-line-error) %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (plain-tex-mode ams-tex-mode texinfo-mode) :help "Run plain TeX") ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode doctex-mode) :help "Run LaTeX") ("Makeinfo" "makeinfo %(extraopts) %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with Info output") ("Makeinfo HTML" "makeinfo %(extraopts) --html %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with HTML output") ("AmSTeX" "%(PDF)amstex %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX") ("ConTeXt" "texexec --once --texutil %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt once") ("ConTeXt Full" "texexec %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt until completion") ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run BibTeX") ("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber") ("View" "%V" TeX-run-discard-or-function t t :help "Run Viewer") ("Print" "%p" TeX-run-command t t :help "Print the file") ("Queue" "%q" TeX-run-background nil t :help "View the printer queue" :visible TeX-queue-command) ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help "Generate PostScript file") ("Index" "makeindex %s" TeX-run-command nil t :help "Create index file") ("Xindy" "texindy %s" TeX-run-command nil t :help "Run xindy to create index file") ("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for correctness") ("ChkTeX" "chktex -v6 %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for common mistakes") ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil t :help "Spell-check the document") ("Clean" "TeX-clean" TeX-run-function nil t :help "Delete generated intermediate files") ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help "Delete generated intermediate and output files") ("Other" "" TeX-run-command t t :help "Run an arbitrary command")) ) ------------=_1440751922-5055-1-- From unknown Sun Jun 22 00:55:35 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21366: 11.88.6; Vertical bar is paired delimiter in syntax table Resent-From: Tassilo Horn Original-Sender: "Debbugs-submit" Resent-CC: bug-auctex@gnu.org Resent-Date: Fri, 28 Aug 2015 09:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21366 X-GNU-PR-Package: auctex X-GNU-PR-Keywords: To: 21366@debbugs.gnu.org Cc: gmane3-hoffman@sneakemail.com Received: via spool by 21366-submit@debbugs.gnu.org id=B21366.14407524065957 (code B ref 21366); Fri, 28 Aug 2015 09:01:01 +0000 Received: (at 21366) by debbugs.gnu.org; 28 Aug 2015 09:00:06 +0000 Received: from localhost ([127.0.0.1]:40795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZVFVy-0001Xm-2p for submit@debbugs.gnu.org; Fri, 28 Aug 2015 05:00:04 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:40198) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZVFVu-0001XI-PZ for 21366@debbugs.gnu.org; Fri, 28 Aug 2015 04:59:59 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 703CC208CE for <21366@debbugs.gnu.org>; Fri, 28 Aug 2015 04:59:58 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 28 Aug 2015 04:59:58 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=puE7xfolT0apP1s919OKl51R0TM=; b=E1ltL p95wFxKe9lPu6HBkMQqWt/GwKjazlTuO+BtLUdgTQppHYTc0svB2mDuU2I6PjhwV Rtb288xTJaRX03+XsgoTjw/HqCGLWKYxnhaYT4csXdx5BR07r/D2gzRjYAqufVYL UZH3nGnMSUK6b1w6oqBhKx38uJm020VUXd6z8M= X-Sasl-enc: i31hTr8MoTRKr5neC/VS/s/FPQUTOej7IHYXI0JGx+CJ 1440752398 Received: from thinkpad-t440p (unknown [2.160.110.50]) by mail.messagingengine.com (Postfix) with ESMTPA id C10D0680080; Fri, 28 Aug 2015 04:59:57 -0400 (EDT) From: Tassilo Horn References: <87k2sf94oi.fsf@gnu.org> Date: Fri, 28 Aug 2015 10:59:55 +0200 In-Reply-To: <87k2sf94oi.fsf@gnu.org> (Tassilo Horn's message of "Fri, 28 Aug 2015 10:51:25 +0200") Message-ID: <87d1y794ac.fsf@gnu.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) 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: 0.3 (/) Tassilo Horn writes: > Well, that was obviously a bad decision, so now AUCTeX uses > punctuation syntax for it. That will appear in 11.88.8 from ELPA > then. Ok, 11.88.8 is going to be available from ELPA within the next 24 hours. Bye, Tassilo