From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master c13a4df: Remove the calls to `seq-into` from `seq-concatenate` Date: Tue, 25 Aug 2015 10:30:31 -0400 Message-ID: References: <20150823191413.17383.23210@vcs.savannah.gnu.org> <87k2skaj5y.fsf@petton.fr> <878u8zahu9.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1440513055 21142 80.91.229.3 (25 Aug 2015 14:30:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Aug 2015 14:30:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 25 16:30:46 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZUFFN-0008Sp-AA for ged-emacs-devel@m.gmane.org; Tue, 25 Aug 2015 16:30:45 +0200 Original-Received: from localhost ([::1]:60342 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUFFM-0003yW-JH for ged-emacs-devel@m.gmane.org; Tue, 25 Aug 2015 10:30:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUFFE-0003wp-Rx for emacs-devel@gnu.org; Tue, 25 Aug 2015 10:30:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUFFA-0000Zi-PL for emacs-devel@gnu.org; Tue, 25 Aug 2015 10:30:36 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:32266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUFFA-0000ZO-KT for emacs-devel@gnu.org; Tue, 25 Aug 2015 10:30:32 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AsEwA731xV/5P+d0tcgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBAwFWIwULCzQSFBgNJC6ICQjPIwEBAQcCAR+LOoUFB4QtBbM/gUUjgWZVgVkigngBAQE X-IPAS-Result: A0AsEwA731xV/5P+d0tcgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBAwFWIwULCzQSFBgNJC6ICQjPIwEBAQcCAR+LOoUFB4QtBbM/gUUjgWZVgVkigngBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="161314890" Original-Received: from 75-119-254-147.dsl.teksavvy.com (HELO ceviche.home) ([75.119.254.147]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 25 Aug 2015 10:30:31 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 7E0386610C; Tue, 25 Aug 2015 10:30:31 -0400 (EDT) In-Reply-To: <878u8zahu9.fsf@petton.fr> (Nicolas Petton's message of "Tue, 25 Aug 2015 10:32:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189156 Archived-At: > 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