Hi Keita, Ikumi Keita <ik...@ikumi.que.jp> writes:
>>>>>> Arash Esbati <ar...@gnu.org> writes: >> I had a brief look at the patch. I think the change will not work in a >> .tex file when used like this: > >> \graphicspath{{eps/}{tiff/}} > > Hmm, is that so? The proposed function `LaTeX-parse-graphicspath' > returns expected result such as > (#("eps/" 0 4 (face (font-lock-function-name-face) fontified t)) > #("tiff/" 0 5 (face (font-lock-function-name-face) fontified t))) > for a sample buffer > ---------------------------------------------------------------------- > \documentclass{article} > > \usepackage{graphicx} > > \graphicspath{{eps/}{tiff/}} > ---------------------------------------------------------------------- Thanks for the clarification, I misread the way the function is supposed to work, and I admit I didn't try it. Sorry for the noise. Best, Arash