Anders Lindgren
Anders Lindgren
Hi! I tested both your examples, and both seem to be highlighted correctly. All keywords, including COMPONENT and the other your mentioned are highlighted. Maybe there is some other component...
Thanks, fixed! ``` -- Anders ``` On Fri, Nov 7, 2014 at 7:33 PM, Donald Ephraim Curtis < [email protected]> wrote: > This was breaking melpa's build because it's not a...
Hi! Thanks for the patch. Unfortunately, I will not include it. Instead, when I find the time, I will try to factor out the use of cl/cl-lib all together. I've...
Hi! Thanks for reminding me -- this had completely slipped my mind. I just released version 0.0.8 where the package no longer use `cl` (nor `cl-lib`). I have replaced `assert`...
Hi! Thanks, I really appreciate your feedback! As an Emacs package developer, I seldom meet or talk to those that use my things, and when I do it's mostly people...
Hi! It's on Melpa, and has been for years. -- Anders On Fri, Nov 27, 2020 at 2:02 PM Marco Antoniotti wrote: > You are welcome. Happy to recognize good...
Hi! Well, yes, I'm aware of it. Locally, I keep all my Emacs stuff in a big subversion archive, and export package by package to GitHub using "git svn". I...
Hi! I can see the same problem here. I will try to find time to take a look at it soon. Thanks for reporting this! -- Anders On Fri, Apr...
Hi! Oh, I didn't know this -- I'll try to fix it, but I can't promise when... -- Anders On Fri, Apr 26, 2019 at 12:49 AM haqle314 wrote: >...
Hi! I think I see the problem. In the function `lisp-extra-font-lock-match-loop-keywords` I call `regexp-opt` every time the function is called. It is applied to to variables that typically doesn't change...