From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.bugs Subject: bug#21154: 24.5.50; LaTeX mode complains about mismatched parentheses on end commands Date: Sat, 30 Apr 2016 14:13:48 +0200 Message-ID: <87wpnfthtv.fsf@mbork.pl> References: <87h9oneqt0.fsf@ijmp.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1462018544 10155 80.91.229.3 (30 Apr 2016 12:15:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Apr 2016 12:15:44 +0000 (UTC) Cc: 21154@debbugs.gnu.org To: Jeff Clough Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Apr 30 14:15:33 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1awTo4-0001Yu-Q7 for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Apr 2016 14:15:32 +0200 Original-Received: from localhost ([::1]:58276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awTny-0000hw-HT for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Apr 2016 08:15:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awTnp-0000Qk-6E for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 08:15:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awTnd-0001tm-Nf for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 08:15:11 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:44111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awTnd-0001sJ-LW for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 08:15:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1awTna-0003ea-At for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 08:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Marcin Borkowski Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Apr 2016 12:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21154 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 21154-submit@debbugs.gnu.org id=B21154.146201844913970 (code B ref 21154); Sat, 30 Apr 2016 12:15:02 +0000 Original-Received: (at 21154) by debbugs.gnu.org; 30 Apr 2016 12:14:09 +0000 Original-Received: from localhost ([127.0.0.1]:56448 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awTme-0003dB-Ie for submit@debbugs.gnu.org; Sat, 30 Apr 2016 08:14:09 -0400 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:55535) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awTmX-0003ca-Vx for 21154@debbugs.gnu.org; Sat, 30 Apr 2016 08:14:03 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 65556B1E822; Sat, 30 Apr 2016 14:13:57 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HXtC1PdYdROs; Sat, 30 Apr 2016 14:13:49 +0200 (CEST) Original-Received: from localhost (98-171.echostar.pl [213.156.98.171]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 5CDA3B1E81F; Sat, 30 Apr 2016 14:13:49 +0200 (CEST) In-Reply-To: <87h9oneqt0.fsf@ijmp.net> (Jeff Clough's message of "Tue, 28 Jul 2015 20:43:55 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:117319 Archived-At: On 2015-07-28, at 20:43, Jeff Clough wrote: > When writing LaTeX, typing the closing curly brace of an end > command (\end{document} for instance) causes a "Mismatched parentheses" > complaint to appear in the minibuffer, even when this seems to be false. > > Steps to reproduce: > > Create a new ".tex" file with the following contents (note the missing > curly brace at the very end... > > \documentclass{article} > \begin{document} > \end{document > > Watch the minibuffer, type the closing curly brace, and witness the > complaint. The only ever appears to happen on an end command, and it > happens on every single end command no matter where it appears. Confirmed on GNU Emacs 25.1.50.9 (commit a3b46e0). I'll try to investigate it. Best, -- Marcin