emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master c13a4df: Remove the calls to `seq-into` from `s


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master c13a4df: Remove the calls to `seq-into` from `seq-concatenate`
Date: Tue, 25 Aug 2015 10:30:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Yes, it is still a problem.  One solution would be to test if the seq is
> a cl-struct with, in which case we could use `seq-into'.  But then that
> would only fix the cl-struct case, not any other.

If we make it into a defmethod, at least it would be possible for
specific cl-structs to fix the problem.


        Stefan



reply via email to

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