nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH 2/2] Elisp syntax


From: Mark Oteiza
Subject: Re: [Nano-devel] [PATCH 2/2] Elisp syntax
Date: Thu, 16 Apr 2015 12:43:03 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Benno Schulenberg <address@hidden> writes:

> Patch is looking good.  Just a few nitpicks:
>
>> +color green "\<(let|if|when|unless|lambda|map)\>"
>
> Below you have comments, like "Booleans" and "Keywords".
> Any way to describe the above things?  The same question
> for the next bunch.
>
>> +color brightcyan "\<(defun|defmacro)\>"
>> +color brightcyan "\<(defvar|defconst)\>"
>> +color brightcyan "\<(defgroup|defcustom|defface)\>"

Both are builtin functions/macros, and now that I think about it, I'm
not sure why I colored them differently for elisp.

> Any reason why these are not in a single string?

Grouped into categories, as things could be added to them.  I tried
keeping it minimal to avoid going overboard to try covering all of
elisp.  I could add some more things though, along with adding
explanatory comments.



reply via email to

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