From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Petton Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] sequence manipulation functions Date: Wed, 12 Nov 2014 18:49:43 +0100 Message-ID: <87lhngcnrc.fsf@gmail.com> References: <87oasmmwzt.fsf@gmail.com> <87bnolslph.fsf@gmail.com> <87zjc2dic0.fsf@gmail.com> <87ioimtzu0.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415814610 19549 80.91.229.3 (12 Nov 2014 17:50:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Nov 2014 17:50:10 +0000 (UTC) Cc: Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 12 18:50:03 2014 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 1Xoc3N-00025S-Kc for ged-emacs-devel@m.gmane.org; Wed, 12 Nov 2014 18:50:01 +0100 Original-Received: from localhost ([::1]:56122 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xoc3N-0006fA-9j for ged-emacs-devel@m.gmane.org; Wed, 12 Nov 2014 12:50:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xoc3F-0006f1-9Y for emacs-devel@gnu.org; Wed, 12 Nov 2014 12:49:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xoc39-0001RK-Sj for emacs-devel@gnu.org; Wed, 12 Nov 2014 12:49:53 -0500 Original-Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:48390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xoc39-0001R8-H9 for emacs-devel@gnu.org; Wed, 12 Nov 2014 12:49:47 -0500 Original-Received: by mail-la0-f48.google.com with SMTP id gq15so11593404lab.7 for ; Wed, 12 Nov 2014 09:49:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version:content-type; bh=iSrKe3qv07teXDpkq0WbvylPDPCFM7fPbC7cJpAtsp8=; b=PKKoraIXHJ0sVhoycjRpsBmiGJNu9XWBxD9Fde4ZkfzlHXOF8SdUHyvyx46zWe74iI hNCDfC5g73TCqHAEO8zkk4UpJm9HhK2nuPL3uum92XVgVKZ5toZpvQJIQA722xMhGISd AttRzREzOvrhlsRrHQdjKPoDinRmiaq8F9kxATBo6t3LBmJxkOOONwFO+W/ruouiCJVW rXmcnb/gktL9GD64xnwggLEborAy3OhnBzFWrBYMNUNEHG7ZOAY8BX2afj+EaPfAPIZ1 qndoiXZJQgz+oM1sSWqeXNYtXDhnZczv+nVRFzQJMpL2CpC5FLvEMykA3t+9fJIEw+qB 3RQg== X-Received: by 10.152.27.133 with SMTP id t5mr3530557lag.88.1415814585813; Wed, 12 Nov 2014 09:49:45 -0800 (PST) Original-Received: from blueberry (31-211-216-84.customers.ownit.se. [31.211.216.84]) by mx.google.com with ESMTPSA id dn6sm2931042lbb.44.2014.11.12.09.49.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Nov 2014 09:49:44 -0800 (PST) User-agent: mu4e 0.9.9.6pre3; emacs 24.3.1 In-reply-to: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 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:176832 Archived-At: Stefan Monnier writes: >> Fair enough. One question though, if sequences.el is not preloaded, then >> I guess these functions should not be documented in the manual? > > Why not? Just state that they need a (require 'seq) before you can > use them. Should I put it in the Elisp manual in sequences.texi? Nicolas