help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: patn-insert.el requires cl which is deprecated


From: Emanuel Berg
Subject: Re: patn-insert.el requires cl which is deprecated
Date: Mon, 13 Mar 2023 02:16:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Michael Heerdegen wrote:

> If this is the cause, AFAIK you would have to rewrite the
> backquote uses like (` X) ==> `X

Or use `backquote', e.g., (backquote x) ==> x, if/when that's
more convenient.

> likewise for , and ,@ (I guess, I never had to deal with
> old-style backquotes).

Those don't have a name, but are described well, in the
docstring for `backquote'. They were functions or macros as
well once, not just `quote' and backquote?

Now they should be just syntax for the backquote to
parse, right?

Here's a QUOTE I like BTW:

  Argument STRUCTURE describes a template to build.

Interesting ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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