GNU bug report logs -
#61400
Different filling for verbatim macros
Previous Next
Reported by: Arash Esbati <arash <at> gnu.org>
Date: Fri, 10 Feb 2023 08:53:01 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)]
Your message dated Thu, 16 Feb 2023 13:50:13 +0100
with message-id <86h6vl93lm.fsf <at> gnu.org>
and subject line Re: bug#61400: Different filling for verbatim macros
has caused the debbugs.gnu.org bug report #61400,
regarding Different filling for verbatim macros
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
61400: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61400
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi all,
please set `TeX-parse-self' to t and load this small file:
--8<---------------cut here---------------start------------->8---
\documentclass{article}
\usepackage{url}
\usepackage{fvextra}
\begin{document}
Now we can write some text foo and \path{bar}
Now we can write some text foo and \path|bar|
Now we can write some text foo and \Verb|bar|
Now we can write some text foo and \Verb{bar}
Now we can write some text foo and \verb|bar|
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% fill-column: 40
%%% End:
--8<---------------cut here---------------end--------------->8---
Now mark the five lines and hit 'M-q'. I get:
--8<---------------cut here---------------start------------->8---
\documentclass{article}
\usepackage{url}
\usepackage{fvextra}
\begin{document}
Now we can write some text foo
and \path{bar}
Now we can write some text foo
and \path|bar|
Now we can write some text foo
and \Verb|bar|
Now we can write some text foo
and \Verb{bar}
Now we can write some text foo and
\verb|bar|
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% fill-column: 40
%%% End:
--8<---------------cut here---------------end--------------->8---
Any idea what the reason is for the different break points? This is
with Emacs 30 (emacs -Q) and latest AUCTeX from Git.
TIA. Best, Arash
[Message part 3 (message/rfc822, inline)]
Hi Keita,
Ikumi Keita <ikumi <at> ikumi.que.jp> writes:
> Done. I also changed
> (skip-chars-forward (concat "^" delimiter)))
> to
> (skip-chars-forward (concat "^" delimiter) (line-end-position)))
many thanks for fixing this issue. I'm therefore closing this report.
Best, Arash
This bug report was last modified 2 years and 156 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.