all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master 5909b27144 2/2: Fix \href{a_b} in tex-mode
       [not found] ` <20220124141959.BCF7EC0DA32@vcs2.savannah.gnu.org>
@ 2022-01-24 14:56   ` Stefan Monnier
  0 siblings, 0 replies; only message in thread
From: Stefan Monnier @ 2022-01-24 14:56 UTC (permalink / raw)
  To: emacs-devel; +Cc: Lars Ingebrigtsen

> @@ -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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-24 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <164303399930.15874.6723888474151136996@vcs2.savannah.gnu.org>
     [not found] ` <20220124141959.BCF7EC0DA32@vcs2.savannah.gnu.org>
2022-01-24 14:56   ` master 5909b27144 2/2: Fix \href{a_b} in tex-mode Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.