From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: The poor state of documentation of pcase like things. Date: Mon, 21 Dec 2015 21:18:01 -0800 Message-ID: References: <20151216202605.GA3752@acm.fritz.box> <87mvt859cw.fsf@russet.org.uk> <87poy2tqrc.fsf@web.de> <87mvt6nsxr.fsf@russet.org.uk> <87oadmkuwd.fsf@web.de> <874mfenltp.fsf@russet.org.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1450762131 23571 80.91.229.3 (22 Dec 2015 05:28:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Dec 2015 05:28:51 +0000 (UTC) Cc: michael_heerdegen@web.de, Phillip Lord , phillip.lord@russet.org.uk, emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 22 06:28:35 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 1aBFUu-000859-GS for ged-emacs-devel@m.gmane.org; Tue, 22 Dec 2015 06:28:32 +0100 Original-Received: from localhost ([::1]:48776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBFUt-0005BM-IF for ged-emacs-devel@m.gmane.org; Tue, 22 Dec 2015 00:28:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBFUd-0005B2-VE for emacs-devel@gnu.org; Tue, 22 Dec 2015 00:28:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBFUa-0000hH-GC for emacs-devel@gnu.org; Tue, 22 Dec 2015 00:28:15 -0500 Original-Received: from mail-pf0-x22c.google.com ([2607:f8b0:400e:c00::22c]:36746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBFUa-0000hD-A6; Tue, 22 Dec 2015 00:28:12 -0500 Original-Received: by mail-pf0-x22c.google.com with SMTP id o64so100294341pfb.3; Mon, 21 Dec 2015 21:28:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mail-followup-to:mime-version:content-type; bh=uCB9yMBaaVwvq64wxfDNmBpsjg2HJr0dBPEiHVaOMyg=; b=xmmAxt408yr2SCkMIlbMBUO2Pc6bR3I1ImvEj4ccqH2CQ46A4OXJn8HLv5JfwqQrKN Nc4LEqTi/cpbO7PX8AF7C7XgpGS1eY20UXEdyBFDuEGieY0DHK36sh8a7tEaJouGjElT mA1t6UCG8AExqSC/86Nh8AgArlgDb1Rr1nW0/exz3j9SCVMbCf4o2iDt6JCVd/0eHQHA 1sEMCfUe1IU9IErrUJ+kPJu7rmKZ6CvErwZvupiQicSpmhWjR1ot2uEUEiWhbK6KYgv8 hZOmV4pR4FMf6V5BjJ5Q061zuu2dOML/QAAXger6QEcJldOfoj8LvysEOdznryXAHwef mVWw== X-Received: by 10.98.16.220 with SMTP id 89mr7481950pfq.23.1450762091565; Mon, 21 Dec 2015 21:28:11 -0800 (PST) Original-Received: from Vulcan.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id c27sm12181975pfd.50.2015.12.21.21.28.09 (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 21 Dec 2015 21:28:10 -0800 (PST) X-Google-Original-From: "John Wiegley" Original-Received: by Vulcan.local (Postfix, from userid 501) id 504EA11A46D3E; Mon, 21 Dec 2015 21:28:09 -0800 (PST) In-Reply-To: (Richard Stallman's message of "Mon, 21 Dec 2015 00:04:21 -0500") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (darwin) Mail-Followup-To: Richard Stallman , Phillip Lord , michael_heerdegen@web.de, emacs-devel@gnu.org, phillip.lord@russet.org.uk X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:400e:c00::22c 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:196642 Archived-At: >>>>> Richard Stallman writes: > Can someone show me some properly working examples of _ in pcase and say > what they do? I made an error in the example, Richard, it should have been ,_. Otherwise, it matches the explicit symbol named `_'. I'll correct the example. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2