Re: verbatim shorthand problem

2023-08-31 Thread Arash Esbati
Mandar Mitra writes: > Arash Esbati wrote (Fri, Aug 25, 2023 at 11:38:36AM +0200): >> Can you please file a bug report for this, incl. a MWE starting with >> emacs -Q? TIA. >> >> For the time being, you can use delimiters instead of braces for the >> optional argument which works, e.g.: >> >>

Re: tex-fold.el: allow macro folding specifications to "abort"

2023-08-31 Thread Arash Esbati
Ikumi Keita writes: > Since nobody raised objection, I'll push the commit as your > contribution. You were too fast ;-) I have only two notes from Emacs developers guide which we try to follow[1, 2]: - If the commit is a tiny change that is exempt from copyright paperwork, the commit

Re: tex-fold.el: allow macro folding specifications to "abort"

2023-08-31 Thread Ikumi Keita
> Arash Esbati writes: > You were too fast ;-) I have only two notes from Emacs developers guide > which we try to follow[1, 2]: > - If the commit is a tiny change that is exempt from copyright paperwork, > the commit message should contain a separate line like the following: >

Re: tex-fold.el: allow macro folding specifications to "abort"

2023-08-31 Thread Ikumi Keita
Hi Paul, Since nobody raised objection, I'll push the commit as your contribution. > Paul Nelson writes: > Regarding copyright assignment: independent of this particular case, > there may be future ones, and I would be happy to try to get the ball > rolling there. Thanks, I think you can

master c290376d: Allow programmatic folding

2023-08-31 Thread Ikumi Keita
branch: master commit c290376d5d5b3834939fd38cdcd60678291ca60e Author: Paul Nelson Commit: Ikumi Keita Allow programmatic folding * tex-fold.el (TeX-fold-hide-item): Abort folding if computed result is the symbol `abort'. (TeX-fold-macro-spec-list): Mention the new feature

bug#65628: Document preview fails with long filenames

2023-08-31 Thread John Holman
Hi Ikumi Many thanks - your suggestion to use the customize option to add --max-print-line=1000 to the pdflatex command line works at least for the current test case. Adding -max-print-line=1000 - one hyphen rather than two - also works. Perhaps auctex should be changed to add this as standard,

bug#65628: Document preview fails with long filenames

2023-08-31 Thread John Holman
Yes, this does look quite awkward to fix. But maybe mention the problem and workaround for MiKTeX users in the documentation somewhere? Thanks again for your help. ___ bug-auctex mailing list bug-auctex@gnu.org

bug#65628: Document preview fails with long filenames

2023-08-31 Thread Ikumi Keita
Hi John, > John Holman writes: > Many thanks - your suggestion to use the customize option to add > --max-print-line=1000 to the pdflatex command line works at least for the > current test case. > Adding -max-print-line=1000 - one hyphen rather than two - also works. Thanks for the

Re: how to add a new pdf viewer?

2023-08-31 Thread Uwe Brauer
> Uwe Brauer writes: > Good point. > A quick search suggests that one runs snaps using something like "snap > run .". And for services, there seem to > be "snap start/stop " commands... Hm, I am not sure I understand. Snap installed the evince binaries as /snap/bin/evince So running

Re: how to add a new pdf viewer?

2023-08-31 Thread Tassilo Horn
Uwe Brauer writes: >>> End of game. My Ubuntu version is simply too old. > >> Huh. I thought the idea behind snap packages was that they packaged >> their library dependencies or something in order not to rely on the host >> system details as much. Maybe there is a particular way in which one