bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17608: 24.3.91; foward-sexp via hideshow triggers scan error -- no e


From: Stefan Monnier
Subject: bug#17608: 24.3.91; foward-sexp via hideshow triggers scan error -- no error manually
Date: Tue, 27 May 2014 09:29:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> emacs -Q /usr/local/bin/latexmk -f cperl-mode --eval '(goto-char 301038)' -f 
> forward-sexp
> makes a scan error (unbalanced parenthese)

You probably want to call (syntax-propertize (point-max)) before calling
forward-sexp.

> emacs -Q /usr/local/bin/latexmk -f cperl-mode -f hs-minor-mode -f hs-hide-all

Maybe hs-hide-all should call (syntax-propertize (point-max)), then.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]