emacs-helm / helm-system-packages

A Helm interface to the package manager of your operating system
GNU General Public License v3.0
106 stars 11 forks source link

Support multiple face attributes for pacman's local packages #7

Open Ambrevar opened 6 years ago

Ambrevar commented 6 years ago

With pacman, local packages can be explicitly installed, dependencies or even orphans. I'd like to combine the attributes of the local face and the (explicit|dependency|orphan) face.

I'm not sure how to do it however. @thierryvolpiatto ?

thierryvolpiatto commented 6 years ago

Pierre Neidhardt notifications@github.com writes:

With pacman, local packages can be explicitly installed, dependencies or even orphans. I'd like to combine the attributes of the local face and the (explicit|dependency|orphan) face.

I'm not sure how to do it however. @thierryvolpiatto ?

Please send the coresponding part of code, I have not the time to fully read your code actually, apparently what you need is add-face-text-property which is more powerful than add-text-properties with face attr.

-- Thierry