From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: [svenjoac@gmx.de: Fwd: tex-mode complains about mismatched parentheses when using inline-math] Date: Mon, 15 Oct 2007 19:48:22 +0300 Message-ID: <20071015164822.GA1344@kobe.laptop> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192475497 18617 80.91.229.12 (15 Oct 2007 19:11:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2007 19:11:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 15 21:11:27 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IhUlL-00005k-8t for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 20:33:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhUlE-0001v1-Gs for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 14:33:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhUj6-0000Ug-EO for emacs-devel@gnu.org; Mon, 15 Oct 2007 14:31:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhUj5-0000Sa-2z for emacs-devel@gnu.org; Mon, 15 Oct 2007 14:31:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhUj4-0000SO-Nu for emacs-devel@gnu.org; Mon, 15 Oct 2007 14:31:38 -0400 Original-Received: from igloo.linux.gr ([62.1.205.36]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IhUiy-000441-GM; Mon, 15 Oct 2007 14:31:33 -0400 Original-Received: from kobe.laptop (dialup211.ach.sch.gr [81.186.70.211]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l9FIUuVC003741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 15 Oct 2007 21:31:10 +0300 Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l9FIUY2b001615; Mon, 15 Oct 2007 21:30:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l9FGmMF7001512; Mon, 15 Oct 2007 19:48:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.917, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.48, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:80946 Archived-At: Is this a bug? Yes, this appears to be a bug. The dollar-sign is bound to `skeleton-pair-insert-maybe', but I could only get as far as noticing that `skeleton-pair-alist' is undefined when I enter `tex-mode' with an Emacs build from the trunk at 12 Sep 2007. ------- Start of forwarded message ------- Date: Sat, 21 Jul 2007 17:41:11 +0200 From: Sven Joachim To: bug-gnu-emacs@gnu.org Cc: 433666-forwarded@bugs.debian.org, Alexander Klauer Subject: Fwd: tex-mode complains about mismatched parentheses when using inline-math Hello, the following message was sent to the Debian Bug Tracking system. The "mismatched parentheses" message is certainly a bit odd. - ------- start of forwarded message ------- From: Alexander Klauer Date: Wed, 18 Jul 2007 18:15:25 +0200 Subject: Bug#433666: tex-mode complains about mismatched parentheses when using inline-math To: submit@bugs.debian.org - --- Please enter the report below this line. --- 1. Start a new text file with: emacs test.tex tex-mode should start automatically. 2. Type a dollar sign ("$") into the edit window 3. emacs immediately complains about "mismatched parentheses". Older versions did not show this behaviour.