emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61400: closed (Different filling for verbatim macros)


From: GNU bug Tracking System
Subject: bug#61400: closed (Different filling for verbatim macros)
Date: Thu, 16 Feb 2023 12:51:01 +0000

Your message dated Thu, 16 Feb 2023 13:50:13 +0100
with message-id <86h6vl93lm.fsf@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@gnu.org.)


-- 
61400: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61400
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Different filling for verbatim macros Date: Fri, 10 Feb 2023 09:52:17 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#61400: Different filling for verbatim macros Date: Thu, 16 Feb 2023 13:50:13 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Hi Keita,

Ikumi Keita <ikumi@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]