Nicolas Richard <[email protected]> writes: Hi Nicolas,
> I suggest the following change: > > modified latex.el > @@ -4475,10 +4475,7 @@ If COUNT is non-nil, do it COUNT times." > "[@A-Za-z]+\\|[ \t]*\\($\\|" > TeX-comment-start-regexp "\\)")) > (progn > - (when (string= (buffer-substring-no-properties > - (point) (+ (point) > - (length TeX-esc))) > - TeX-esc) > + (when (looking-at (regexp-quote TeX-esc)) > (goto-char (TeX-find-macro-end))) > (forward-line 1) > (when (< (point) start) -4 lines +1 line. Sounds very good. Applied. ;-) Oh, I made that commit and ChangeLog entry with your email address you are using right now, not the evil look thingy. Could you please register your FSF member address with [email protected] so that they add it to your CA record and nobody gets confused? Bye, Tassilo _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
