[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ELPA package listings [formerly: Another 'best' practices question ?
|
From: |
Sebastian Tennant |
|
Subject: |
Re: ELPA package listings [formerly: Another 'best' practices question ??] |
|
Date: |
Mon, 29 Oct 2007 14:36:28 +0200 |
|
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) |
Quoth Sebastian Tennant <address@hidden>:
> + (defvar package-menu-font-lock-keywords '(("^.*installed.*$" .
> font-lock-comment-face)))
That regexp should undoubtedly be
"^.*\\<installed\\>.*$"
in case 'uninstalled', or such like, is ever added to the listing.
Sebastian