[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Parse graphicspath for searching [was: Provide advice to ffap (find-
From: |
Ikumi Keita |
Subject: |
Re: Parse graphicspath for searching [was: Provide advice to ffap (find-file-at-point) from \input@path?] |
Date: |
Wed, 18 Sep 2024 15:37:12 +0900 |
Hi Leo,
>>>>> Leo Stein <leo.stein@gmail.com> writes:
> Changing the subject of this thread because I went off on the tangent of
> making graphicx.el parse \graphicspath commands, so that extra paths could
> be searched when prompting for \includegraphics. The patch is attached. I
> assume there are things that I did that are not idiomatic, because I don't
> know this codebase (or really much emacs development at all). Please let me
> know if this is useful for inclusion or not. Obvious missing feature: What
> about multi-file documents? Also I did not try to make things robust,
> frankly because I don't know how.
It basically looks good to me. I'd like to ask one question. It searches
for \graphicspath{...} repeatedly by
(while (re-search-forward graphicspath-regex nil t)
loop. Is it expected that \graphicspath{...} appears multiple times in a
document?
(There are some other minor concerns in the patch, but I think I can
tweak them when I incorporate it.)
Have you signed FSF copyright assignment form before? If not, please
have a look at
https://git.savannah.gnu.org/cgit/gnulib.git/tree/doc/Copyright/request-assign.future
Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine
#Gaza #StopMassiveKilling #CeasefireNOW
- Re: Provide advice to ffap (find-file-at-point) from \input@path?, Arash Esbati, 2024/09/01
- Parse graphicspath for searching [was: Provide advice to ffap (find-file-at-point) from \input@path?], Leo Stein, 2024/09/16
- Re: Parse graphicspath for searching [was: Provide advice to ffap (find-file-at-point) from \input@path?],
Ikumi Keita <=
- Re: Parse graphicspath for searching [, Arash Esbati, 2024/09/18
- Re: Parse graphicspath for searching [, Ikumi Keita, 2024/09/18
- Re: Parse graphicspath for searching [, Arash Esbati, 2024/09/18
- Re: Parse graphicspath for searching [, Leo Stein, 2024/09/18
- Re: Parse graphicspath for searching [, Arash Esbati, 2024/09/18
- Re: Parse graphicspath for searching [, Leo Stein, 2024/09/18
- Re: Parse graphicspath for searching, Arash Esbati, 2024/09/19
- Re: Parse graphicspath for searching [was: Provide advice to ffap (find-file-at-point) from \input@path?], Leo Stein, 2024/09/18
- Re: Parse graphicspath for searching [was: Provide advice to ffap (find-file-at-point) from \input@path?], Ikumi Keita, 2024/09/19
- Re: Parse graphicspath for searching [was: Provide advice to ffap (find-file-at-point) from \input@path?], Leo Stein, 2024/09/19