From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Przemys=c5=82aw_Wojnowski?= Newsgroups: gmane.emacs.devel Subject: Re: Question on pcase Date: Fri, 23 Oct 2015 22:23:12 +0200 Message-ID: <562A9730.8040003@cumego.com> References: <871tcngdv2.fsf@gmail.com> <87k2qe1u09.fsf@web.de> <83r3kmrtat.fsf@gnu.org> <87r3kl22zk.fsf@web.de> <837fmdzpf2.fsf@gnu.org> <87oafp659p.fsf@web.de> <831tclzly9.fsf@gnu.org> <87fv115t20.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1445631833 2640 80.91.229.3 (23 Oct 2015 20:23:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Oct 2015 20:23:53 +0000 (UTC) Cc: Oleh Krehel , Emacs Development To: Michael Heerdegen , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 23 22:23: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 1ZpisA-0004E8-Q1 for ged-emacs-devel@m.gmane.org; Fri, 23 Oct 2015 22:23:34 +0200 Original-Received: from localhost ([::1]:41352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpisA-0003lx-9w for ged-emacs-devel@m.gmane.org; Fri, 23 Oct 2015 16:23:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpirx-0003lo-AT for emacs-devel@gnu.org; Fri, 23 Oct 2015 16:23:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zpirt-0000oh-Dz for emacs-devel@gnu.org; Fri, 23 Oct 2015 16:23:21 -0400 Original-Received: from smtp23.iq.pl ([86.111.242.228]:47498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpirt-0000nu-7x for emacs-devel@gnu.org; Fri, 23 Oct 2015 16:23:17 -0400 Original-Received: (qmail 9078 invoked from network); 23 Oct 2015 20:23:13 -0000 Original-Received: from unknown (HELO [192.168.1.102]) (esperanto@cumego.com@[159.205.196.239]) (envelope-sender ) by smtp22.iq.pl with AES128-SHA encrypted SMTP for ; 23 Oct 2015 20:23:13 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: <87fv115t20.fsf@web.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.111.242.228 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:192519 Archived-At: I don't understand one thing. If "pcase" in an implementation of Pattern Matching, then why it is called "pcase" not "pmatch"? "pmatch" would even match better. ;-)