From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: jun Newsgroups: gmane.emacs.devel Subject: Can we add two args to copy-sequence? Date: Fri, 15 Dec 2017 11:32:24 +0800 (CST) Message-ID: <253aa3ee.50f5.160583aebc5.Coremail.netjune@163.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_76617_2023479322.1513308744644" X-Trace: blaine.gmane.org 1513310991 1569 195.159.176.226 (15 Dec 2017 04:09:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 15 Dec 2017 04:09:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 15 05:09:46 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ePhJh-00006N-Bn for ged-emacs-devel@m.gmane.org; Fri, 15 Dec 2017 05:09:45 +0100 Original-Received: from localhost ([::1]:44331 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePhJo-0002Kv-Es for ged-emacs-devel@m.gmane.org; Thu, 14 Dec 2017 23:09:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePgyf-0000tQ-8z for emacs-devel@gnu.org; Thu, 14 Dec 2017 22:48:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePgya-00017F-Da for emacs-devel@gnu.org; Thu, 14 Dec 2017 22:48:01 -0500 Original-Received: from mproxygzc3.163.com ([218.107.63.211]:44436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePgyZ-00012u-Lj for emacs-devel@gnu.org; Thu, 14 Dec 2017 22:47:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Date:From:Subject:MIME-Version:Message-ID; bh=dVgRB i+E94x4I1QJAvyc7z6HQ4QWxRTKDfcGtXpDHr8=; b=JIQ9w+Txs6/O9Bi4LtSGr S2Eo4bCFNTYYF3kjK8owvbNWPj11r+HRUFYW5wJgKDwRu9HHMEz13QqYVs4EGQD+ FoUiC/AkkKFM77VqM2rVuYq9Cc+Ia+OAvCOe0pCXJYiaEYA3weUkXEQCaoU7Hpq0 uSjTE9+Tw4xP5cwkxzwjgw= Original-Received: from netjune$163.com ( [1.193.171.145] ) by ajax-webmail-wmsvr140 (Coremail) ; Fri, 15 Dec 2017 11:32:24 +0800 (CST) X-Originating-IP: [1.193.171.145] X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 20160729(86883.8884) Copyright (c) 2002-2017 www.mailtech.cn 163com X-CM-CTRLDATA: MAl5O2Zvb3Rlcl9odG09MjE0OjU2 X-Coremail-Locale: zh_CN X-CM-TRANSID: jMGowABHrU5IQjNamtArAA--.24080W X-CM-SenderInfo: xqhwy3lqh6il2tof0z/xtbBURGvYVaDwS0aBgACsp X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 218.107.63.211 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:221082 Archived-At: ------=_Part_76617_2023479322.1513308744644 Content-Type: text/plain; charset=GBK Content-Transfer-Encoding: 7bit like this: (copy-sequence seq &optional from to). 'from' and 'to' mean the same as in the function 'substring'. ------=_Part_76617_2023479322.1513308744644 Content-Type: text/html; charset=GBK Content-Transfer-Encoding: 7bit
like this: (copy-sequence seq &optional from to).  'from' and 'to' mean the same as in the function 'substring'.


 

------=_Part_76617_2023479322.1513308744644--