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

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

Re: better `up-list' for emacs-lisp, fundamental modes


From: Richard Stallman
Subject: Re: better `up-list' for emacs-lisp, fundamental modes
Date: Sat, 26 Mar 2005 22:53:18 -0500

         (concat "hello (" var ") there")
                          ^
       with your suggestion of ignoring " (and hence in text-mode), in the above
       scenario, you'd jump to the paren inside the string, which is wrong.

It is feasible to handle these cases better if you parse forward
instead of backward.  Doing that efficiently is a fair amount of work.

We can't do it reliably based on font lock, because (1) font lock
is not reliable enough and (2) it is not always enabled.
However, it could be that the existing syntax parsing features
are now efficient enough to do it.





reply via email to

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