bug-auctex
[Top][All Lists]
Advanced

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

bug#61400: Different filling for verbatim macros


From: Tassilo Horn
Subject: bug#61400: Different filling for verbatim macros
Date: Fri, 10 Feb 2023 10:23:41 +0100
User-agent: mu4e 1.9.19; emacs 30.0.50

Arash Esbati <arash@gnu.org> writes:

Hi Arash,

> \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}

The different break point is already suggested when evaluating

  (LaTeX-fill-move-to-break-point (line-beginning-position))

at the end of each line.  So that function is where to start edebugging.

Bye,
Tassilo





reply via email to

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