emacs-devel
[Top][All Lists]
Advanced

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

Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs]


From: Richard Stallman
Subject: Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs]
Date: Sat, 16 May 2020 00:22:09 -0400

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

It appears that the syntax #(list %1 %2) is not in use in Emacs Lisp.
%1 is a symbol so it can be a variable.

So we could implement that same syntax.

One wrinkle is that read needs to distinguish this construct
from strings with text properties.
A string with text properties starts with #( followed by an ordinary string.
They can be distinguished, but it is somewhat ugly.

It appears that the Emacs Lisp Reference Manual doesn't describe
all of read syntax in any one concise place.  It would be good
to add an appendix with that.
-- 
Dr Richard Stallman
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

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