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

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

Re: make a drawing with Emacs


From: Tomas Hlavaty
Subject: Re: make a drawing with Emacs
Date: Thu, 03 Sep 2020 20:29:37 +0200

On Thu 03 Sep 2020 at 20:09, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:
> Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
>
>>> How would you pass the other keys to svg-arguments?
>>
>> Same as now.
>
> Sorry; forgot the &rest you also then need to actually get at the
> unspecified keywords.

Exactly.  Your suggestion:

   (cl-defun svg-... (... &key stroke-width stroke-color fill-color
            ... &allow-other-keys)

did not make any sense.

- &allow-other-keys does not make any sense for functions

- &rest args &key a b is broken in eldoc



reply via email to

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