[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#27295: 11.90.2; font lock for \autocites
From: |
Alex Branham |
Subject: |
bug#27295: 11.90.2; font lock for \autocites |
Date: |
Sun, 11 Jun 2017 13:39:14 +0200 |
User-agent: |
mu4e 0.9.18; emacs 25.2.1 |
Thanks for the follow up.
I was hoping that something like this could be used:
https://fuco1.github.io/2017-06-01-The-absolute-awesomeness-of-anchored-font-lock-matchers.html
Setting the limit might be tricky though. I guess it could be the first close
brace with a space or \ after it --- "} " or "}\", perhaps?
Alex
On Fri 09 Jun 2017 at 20:25, Arash Esbati <address@hidden> wrote:
> Alex Branham <address@hidden> writes:
>
>> Auctex does not seem to properly font lock \autocites with multiple
>> citations.
>>
>> \autocites[][]{key1, key2} works fine but \autocites[][]{key1,
>> key2}[but see][]{key3} results in neither "but see" nor "key3" getting
>> the appropriate faces (which should be font-lock-variable-name-face
>> and font-lock-constant-face, I believe).
>
> Hi Alex,
>
> I would say this is by design: \[Aa]utocites take multiple number of
> [prenote][postnote]{key} and AUCTeX cannot look ahead to detect the
> number of arguments which should be fontified. Not satisfactory, but
> not fixed easily, I think.
>
> Best, Arash