GNU bug report logs -
#73302
TeX-find-closing-brace and verbatim macros
Previous Next
Reported by: Paul Nelson <ultrono <at> gmail.com>
Date: Mon, 16 Sep 2024 16:13:02 UTC
Severity: normal
Done: Arash Esbati <arash <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Hi Arash,
Thanks, that clarifies things.
To give an example, suppose we wanted to fold your \Verb macro. To do
so, we might try adding
("{1}" ("lVerb"))
to TeX-fold-macro-spec-list. Folding then fails because, with point
at the start of "\Verb",
(TeX-fold-macro-nth-arg 1 (point))
returns nil, but should return a string with contents "foo <at> bar".
The function LaTeX-verbatim-macro-boundaries that you mentioned leads
to a workaround: if we tweak TeX-fold-macro-nth-arg as in the attached
(incomplete) patch and add
(my-display ("Verb"))
to TeX-fold-macro-spec-list, where
(defun my-display (text &rest args) text)
then folding of \Verb{...} works as intended. We would need to tweak
TeX-fold-macro-nth-arg further (and probably make it look a bit hacky)
to get it to work correctly with ("{1}" ("lVerb")), however. Any
suggestions would be welcome.
Thanks, best,
Paul
[0001-Fix-folding-of-verbatim-macros.patch (application/octet-stream, attachment)]
This bug report was last modified 231 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.