emacs-devel
[Top][All Lists]
Advanced

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

Re: master 5909b27144 2/2: Fix \href{a_b} in tex-mode


From: Stefan Monnier
Subject: Re: master 5909b27144 2/2: Fix \href{a_b} in tex-mode
Date: Mon, 24 Jan 2022 09:56:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> @@ -578,6 +578,9 @@ An alternative value is \" . \", if you use a font with a 
> narrow period."
>                         ;; "caption" "footnote" "footnotemark" "footnotetext"
>                         )
>                       t))
> +         (file-like (regexp-opt
> +                     '("href" "ProvidesFile")
> +                     t))

There's also "verbish" (for \url and the likes) and "includes" (for
\include and \usepackage) where those might fit.


        Stefan




reply via email to

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