--- Begin Message ---
Subject: |
[PATCH] Support completion of classes and IDs in CSS mode |
Date: |
Wed, 07 Sep 2016 19:40:25 +0200 |
Hello.
I've got a seemingly working version of completion of HTML class names
and IDs in CSS mode buffers.
The idea is that CSS mode asks other open buffers if they are able to
produce completion candidates for HTML classes and IDs by checking
whether the functions `html-class-extractor-function' or
`html-id-extractor-function' are bound. I've included implementations
for these in HTML mode using libxml. My hope is that other modes, such
as Web mode [1], will be be able to implement their own extractor
functions.
What do you think?
-- Simen
[1] http://web-mode.org/
0001-Support-completion-of-classes-and-IDs-in-CSS-mode.patch
Description: Text Data
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#24389: [PATCH] Support completion of classes and IDs in CSS mode |
Date: |
Sat, 24 Sep 2016 13:58:42 +0200 |
On Sat, Sep 17, 2016 at 2:35 PM, Stefan Monnier
<address@hidden> wrote:
I suggest you file a separate bug report for that issue.
OK, I will.
The patch looks good now, thanks,
Good! I've installed it in master, thanks for reviewing.
-- Simen
--- End Message ---