GNU bug report logs - #37296
\left breaks syntax highlighting

Previous Next

Package: auctex;

Reported by: Hendrik Rommeswinkel <rommeswi <at> ntu.edu.tw>

Date: Tue, 3 Sep 2019 14:40:02 UTC

Severity: normal

Tags: notabug

Done: Arash Esbati <arash <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37296 in the body.
You can then email your comments to 37296 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-auctex <at> gnu.org:
bug#37296; Package auctex. (Tue, 03 Sep 2019 14:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hendrik Rommeswinkel <rommeswi <at> ntu.edu.tw>:
New bug report received and forwarded. Copy sent to bug-auctex <at> gnu.org. (Tue, 03 Sep 2019 14:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hendrik Rommeswinkel <rommeswi <at> ntu.edu.tw>
To: <bug-auctex <at> gnu.org>
Subject: \left breaks syntax highlighting
Date: Tue, 3 Sep 2019 12:50:44 +0200
Using \left(\right) without a space before \left( breaks the syntax
highlighting. The remainder of the document is shown in yellow but
sometimes editing b e l o w the \left(\right) will make syntax
highlighting work again. A second issue with \left(\right) is that
typing "\left(" produces "\left(()\right)" instead of "\left(\right)".

Many thanks for your efforts on auctex!

Emacs  : GNU Emacs 26.2 (build 1, x86_64-w64-mingw32)
 of 2019-04-13
Package: 12.1.2

current state:
==============
(setq
 AUCTeX-date "2019-02-08"
 window-system 'w32
 LaTeX-version "2e"
 TeX-style-path '("~/.emacs.d/auctex"
"c:/Users/user/AppData/Roaming/.emacs.d/elpa/auctex-12.1.2/style" 
"c:/Users/user/AppData/Roaming/.emacs.d/auctex/auto" 
"c:/Users/user/AppData/Roaming/.emacs.d/auctex/style" "auto" "style")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master t
 TeX-command-list '(("LatexMk" "latexmk %(-PDF)%S%(mode) 
%(file-line-error) %(extraopts) %t"
                     TeX-run-latexmk nil (plain-tex-mode latex-mode 
doctex-mode) :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" "amstex %(PDFout) %`%(extraopts) 
%S%(mode)%' %t" TeX-run-TeX
                     nil (ams-tex-mode) :help "Run AMSTeX")
                    ("ConTeXt" "%(cntxcom) --once --texutil 
%(extraopts) %(execopts)%t"
                     TeX-run-TeX nil (context-mode) :help "Run ConTeXt 
once")
                    ("ConTeXt Full" "%(cntxcom) %(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-dvips t t :help
                     "Generate PostScript file")
                    ("Dvips" "%(o?)dvips %d -o %f " TeX-run-dvips nil t 
:help
                     "Convert DVI file to PostScript")
                    ("Dvipdfmx" "dvipdfmx %d" TeX-run-dvipdfmx nil t :help
                     "Convert DVI file to PDF with dvipdfmx")
                    ("Ps2pdf" "ps2pdf %f" TeX-run-ps2pdf nil t :help
                     "Convert PostScript file to PDF")
                    ("Glossaries" "makeglossaries %s" TeX-run-command 
nil t :help
                     "Run makeglossaries to create glossary file")
                    ("Index" "makeindex %s" TeX-run-index nil t :help
                     "Run makeindex to create index file")
                    ("upMendex" "upmendex %s" TeX-run-index t t :help
                     "Run upmendex to 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"))
 )





Information forwarded to bug-auctex <at> gnu.org:
bug#37296; Package auctex. (Sun, 08 Sep 2019 11:53:02 GMT) Full text and rfc822 format available.

Message #8 received at 37296 <at> debbugs.gnu.org (full text, mbox):

From: Arash Esbati <arash <at> gnu.org>
To: Hendrik Rommeswinkel <rommeswi <at> ntu.edu.tw>
Cc: 37296 <at> debbugs.gnu.org
Subject: Re: bug#37296: \left breaks syntax highlighting
Date: Sun, 08 Sep 2019 13:51:21 +0200
[Message part 1 (text/plain, inline)]
Hi Hendrik,

Hendrik Rommeswinkel <rommeswi <at> ntu.edu.tw> writes:

> Using \left(\right) without a space before \left( breaks the syntax
> highlighting. The remainder of the document is shown in yellow but
> sometimes editing b e l o w the \left(\right) will make syntax
> highlighting work again.

I can't reproduce what you're describing.  It looks like this for me:
[x.png (image/png, inline)]
[Message part 3 (text/plain, inline)]
> A second issue with \left(\right) is that typing "\left(" produces
> "\left(()\right)" instead of "\left(\right)".

Can't reproduce that either.  Typing "\left(" completes to
"\left(\right)" for me.

Can you please start Emacs with

    emacs -Q &

and in scratch buffer, eval these lines:

    (require 'package)
    (package-initialize)

open your .tex file and see if happens again?

Best, Arash

Information forwarded to bug-auctex <at> gnu.org:
bug#37296; Package auctex. (Sun, 17 Nov 2019 21:58:02 GMT) Full text and rfc822 format available.

Message #11 received at 37296 <at> debbugs.gnu.org (full text, mbox):

From: Arash Esbati <arash <at> gnu.org>
To: Hendrik Rommeswinkel <rommeswi <at> ntu.edu.tw>
Cc: 37296 <at> debbugs.gnu.org, control-debbugs <control <at> debbugs.gnu.org>
Subject: Re: bug#37296: \left breaks syntax highlighting
Date: Sun, 17 Nov 2019 22:56:57 +0100
tags 37296 notabug
close 37296
quit

Arash Esbati <arash <at> gnu.org> writes:

> I can't reproduce what you're describing.  It looks like this for me:
[...]
> Can't reproduce that either.  Typing "\left(" completes to
> "\left(\right)" for me.

There was no response, hence I'm closing this one.  We can reopen it
once there is progress.

Best, Arash




Added tag(s) notabug. Request was from Arash Esbati <arash <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 17 Nov 2019 21:58:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 37296 <at> debbugs.gnu.org and Hendrik Rommeswinkel <rommeswi <at> ntu.edu.tw> Request was from Arash Esbati <arash <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 17 Nov 2019 21:58:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 16 Dec 2019 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 126 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.