GNU bug report logs - #63444
folding mode for Texinfo doesn't work reliably

Previous Next

Package: auctex;

Reported by: Werner LEMBERG <wl <at> gnu.org>

Date: Thu, 11 May 2023 12:00:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Werner LEMBERG <wl <at> gnu.org>
To: arash <at> gnu.org
Cc: angeli <at> caeruleus.net, 63444 <at> debbugs.gnu.org
Subject: bug#63444: folding mode for Texinfo doesn't work reliably
Date: Wed, 19 Jul 2023 05:58:56 +0000 (UTC)
[Message part 1 (text/plain, inline)]
>> (defun wl/Texinfo-fold-env-macro (&rest _ignore)
>>   (save-excursion
>>     (if (looking-at-p "@macro")
>>         (forward-sexp)
>>       (Texinfo-find-env-start)
>>       (forward-char)
>>       (skip-chars-forward "a-zA-Z"))
>>     (skip-chars-forward "^a-zA-Z")
>>     (concat "macro " (thing-at-point 'symbol t))))
>>
>> (setq Texinfo-fold-env-spec-list
>>       '((wl/Texinfo-fold-env-macro ("macro"))))
> 
> Ping!

Sorry for not answering earlier, I was procrastinating due to many
other tasks.

Thanks, your solution works, sort-of: It properly hides Texinfo macros
(see images 1 and 2); however, if I click on a hidden macro, then
clicking somewhere else, I get a warning message

```
[Error: No content or function found]
```


    Werner
[emacs-1.png (image/png, inline)]
[emacs-2.png (image/png, inline)]
[emacs-3.png (image/png, inline)]
[emacs-4.png (image/png, inline)]

This bug report was last modified 1 year and 314 days ago.

Previous Next


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