emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#24389: closed ([PATCH] Support completion of class


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24389: closed ([PATCH] Support completion of classes and IDs in CSS mode)
Date: Sat, 24 Sep 2016 11:59:01 +0000

Your message dated Sat, 24 Sep 2016 13:58:42 +0200
with message-id <address@hidden>
and subject line Re: bug#24389: [PATCH] Support completion of classes and IDs 
in CSS mode
has caused the debbugs.gnu.org bug report #24389,
regarding [PATCH] Support completion of classes and IDs in CSS mode
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
24389: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24389
GNU Bug Tracking System
Contact address@hidden with problems
--- 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/


Attachment: 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 ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]