From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.devel Subject: Re: pcase docs Date: Fri, 22 Jan 2016 20:46:17 +0100 Message-ID: <87zivx5ree.fsf@web.de> References: <83a8o8gcya.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1453492006 6273 80.91.229.3 (22 Jan 2016 19:46:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Jan 2016 19:46:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 22 20:46:40 2016 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 1aMhfM-0000fw-4C for ged-emacs-devel@m.gmane.org; Fri, 22 Jan 2016 20:46:40 +0100 Original-Received: from localhost ([::1]:55297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMhfL-0005QU-Lo for ged-emacs-devel@m.gmane.org; Fri, 22 Jan 2016 14:46:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMhfI-0005QP-L7 for emacs-devel@gnu.org; Fri, 22 Jan 2016 14:46:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMhfD-0003mm-Ll for emacs-devel@gnu.org; Fri, 22 Jan 2016 14:46:36 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:50362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMhfD-0003mg-Ec for emacs-devel@gnu.org; Fri, 22 Jan 2016 14:46:31 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aMhfB-0000ax-6A for emacs-devel@gnu.org; Fri, 22 Jan 2016 20:46:29 +0100 Original-Received: from dslb-092-077-162-209.092.077.pools.vodafone-ip.de ([92.77.162.209]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jan 2016 20:46:29 +0100 Original-Received: from michael_heerdegen by dslb-092-077-162-209.092.077.pools.vodafone-ip.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jan 2016 20:46:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-092-077-162-209.092.077.pools.vodafone-ip.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:wSdd5FmgVqyGukZZaufHQ1vdsr4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:198597 Archived-At: John Wiegley writes: > >>>>> Eli Zaretskii writes: > > > ** pcase > > *** New UPatterns `quote', `app', `cl-struct', `eieio', `seq', and `map'. > > *** New UPatterns can be defined with `pcase-defmacro'. > > All of them? I guess that means I have more text to write for you. `cl-struct', `eieio', `seq', and `map': Not in the manual, as Eli had said: > I think they need not be in the manual, as they are specific to those > packages. I will probably move their references in NEWS to their > package's sections. Michael.