GNU bug report logs - #73302
TeX-find-closing-brace and verbatim macros

Previous Next

Package: auctex;

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


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

From: Paul Nelson <ultrono <at> gmail.com>
To: Arash Esbati <arash <at> gnu.org>
Cc: 73302 <at> debbugs.gnu.org
Subject: Re: bug#73302: TeX-find-closing-brace and verbatim macros
Date: Mon, 16 Sep 2024 22:13:07 +0200
[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 232 days ago.

Previous Next


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