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

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

bug#22923: [PATCH] Support completion of attribute values in CSS mode


From: Dmitry Gutov
Subject: bug#22923: [PATCH] Support completion of attribute values in CSS mode
Date: Thu, 24 Mar 2016 01:08:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0

On 03/23/2016 08:17 PM, Simen Heggestøyl wrote:

You are right that there are some cases where property names and value
class names are the same (there are currently four), and I found a bug
in my handling of one of those. I remedied that by going with your
suggestion of making value classes symbols again, and only referring to
other value classes from those.

For properties, I made them also refer to value classes by default, but
made it possible to refer back to other properties in the cases where
the reference isn't found in the value class alist.

I attempted to document this thoroughly in the code and added some tests
that should cover the tricky cases.

I've installed the patch with the changes mentioned above.

Great! Thanks, Simen.





reply via email to

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