unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [svenjoac@gmx.de: Fwd: tex-mode complains about mismatched parentheses when using inline-math]
@ 2007-07-22 10:05 Richard Stallman
  2007-10-15 16:48 ` Giorgos Keramidas
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2007-07-22 10:05 UTC (permalink / raw)
  To: emacs-devel

Is this a bug?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
	autolearn=failed version=3.1.0
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Sat, 21 Jul 2007 17:41:11 +0200
From: Sven Joachim <svenjoac@gmx.de>
To: bug-gnu-emacs@gnu.org
Cc: 433666-forwarded@bugs.debian.org,
	Alexander Klauer <aklauer@rumms.uni-mannheim.de>
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 <aklauer@rumms.uni-mannheim.de>
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

Package: emacs22-common
Version: 22.1+1-1
Severity: minor

- --- 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.

- --- System information. ---
Architecture: i386
Kernel:       Linux 2.6.21-2-686

Debian Release: lenny/sid
  500 testing         www.debian-multimedia.org 
  500 testing         ftp.gwdg.de 
  500 testing         ftp.de.debian.org 

- --- Package information. ---
Depends              (Version) | Installed
==============================-+-============
emacsen-common     (>= 1.4.10) | 1.4.17
dpkg                (>= 1.9.0) | 1.14.5



- ------- end of forwarded message -------


_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
------- End of forwarded message -------

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [svenjoac@gmx.de: Fwd: tex-mode complains about mismatched parentheses when using inline-math]
  2007-07-22 10:05 [svenjoac@gmx.de: Fwd: tex-mode complains about mismatched parentheses when using inline-math] Richard Stallman
@ 2007-10-15 16:48 ` Giorgos Keramidas
  2007-10-16  2:41   ` Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Giorgos Keramidas @ 2007-10-15 16:48 UTC (permalink / raw)
  To: Richard Stallman; +Cc: emacs-devel

    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 <svenjoac@gmx.de>
    To: bug-gnu-emacs@gnu.org
    Cc: 433666-forwarded@bugs.debian.org,
    	Alexander Klauer <aklauer@rumms.uni-mannheim.de>
    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 <aklauer@rumms.uni-mannheim.de>
    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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [svenjoac@gmx.de: Fwd: tex-mode complains about mismatched parentheses when using inline-math]
  2007-10-15 16:48 ` Giorgos Keramidas
@ 2007-10-16  2:41   ` Glenn Morris
  2007-10-16  3:40     ` Giorgos Keramidas
  0 siblings, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2007-10-16  2:41 UTC (permalink / raw)
  To: Giorgos Keramidas; +Cc: Richard Stallman, emacs-devel

Giorgos Keramidas wrote:

>     Is this a bug?
>
> Yes, this appears to be a bug.

Should now be fixed in EMACS_22_BASE (and also I _think_ in trunk).

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [svenjoac@gmx.de: Fwd: tex-mode complains about mismatched parentheses when using inline-math]
  2007-10-16  2:41   ` Glenn Morris
@ 2007-10-16  3:40     ` Giorgos Keramidas
  2007-10-16 13:15       ` Giorgos Keramidas
  0 siblings, 1 reply; 5+ messages in thread
From: Giorgos Keramidas @ 2007-10-16  3:40 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Richard Stallman, emacs-devel

On 2007-10-15 22:41, Glenn Morris <rgm@gnu.org> wrote:
> Giorgos Keramidas wrote:
> >     Is this a bug?
> >
> > Yes, this appears to be a bug.
> 
> Should now be fixed in EMACS_22_BASE (and also I _think_ in trunk).

Marvellous, thanks.  I'll rsync once more and rebuild :)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [svenjoac@gmx.de: Fwd: tex-mode complains about mismatched parentheses when using inline-math]
  2007-10-16  3:40     ` Giorgos Keramidas
@ 2007-10-16 13:15       ` Giorgos Keramidas
  0 siblings, 0 replies; 5+ messages in thread
From: Giorgos Keramidas @ 2007-10-16 13:15 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Richard Stallman, emacs-devel

On 2007-10-16 06:40, Giorgos Keramidas <keramida@ceid.upatras.gr> wrote:
>On 2007-10-15 22:41, Glenn Morris <rgm@gnu.org> wrote:
>>Giorgos Keramidas wrote:
>>>     Is this a bug?
>>>
>>> Yes, this appears to be a bug.
>> 
>> Should now be fixed in EMACS_22_BASE (and also I _think_ in trunk).
> 
> Marvellous, thanks.  I'll rsync once more and rebuild :)

Confirmed as fixed.  Both in an xterm window and under X11, running an
Emacs version build just minutes ago:

GNU Emacs 23.0.50.1 (i386-unknown-freebsd8.0, GTK+ Version 2.10.14) of 2007-10-16 on kobe

Thank you again.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-10-16 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-22 10:05 [svenjoac@gmx.de: Fwd: tex-mode complains about mismatched parentheses when using inline-math] Richard Stallman
2007-10-15 16:48 ` Giorgos Keramidas
2007-10-16  2:41   ` Glenn Morris
2007-10-16  3:40     ` Giorgos Keramidas
2007-10-16 13:15       ` Giorgos Keramidas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).