emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master d895f6c: Fix Edebug specs for 'cl-defmethod' an


From: Dmitry Gutov
Subject: Re: [Emacs-diffs] master d895f6c: Fix Edebug specs for 'cl-defmethod' and 'defmethod'
Date: Fri, 5 May 2017 03:44:44 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:53.0) Gecko/20100101 Thunderbird/53.0

On 04.05.2017 18:50, Stefan Monnier wrote:

The CLOS spec allows any non-list value and cl-generic.el implements the
same rule.  Whether some code somewhere will ever make use of that extra
flexibility, I don't know.  I can imagine numbers and non-keyword
symbols being used, and since cons cells aren't allowed, I could also
imagine vectors being handy for complex cases.  I'm hard pressed to
imagine use of anything beyond that, OTOH.

I see, thanks. Applied your original suggestion.



reply via email to

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