From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Wiesner Newsgroups: gmane.emacs.devel Subject: Re: pcase-dolist Date: Fri, 11 Jul 2014 15:50:51 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1405086685 1098 80.91.229.3 (11 Jul 2014 13:51:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jul 2014 13:51:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 11 15:51:16 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 1X5bEK-0002Xr-6a for ged-emacs-devel@m.gmane.org; Fri, 11 Jul 2014 15:51:16 +0200 Original-Received: from localhost ([::1]:44874 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5bEJ-0000yv-Rn for ged-emacs-devel@m.gmane.org; Fri, 11 Jul 2014 09:51:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5bE8-0000mH-DT for emacs-devel@gnu.org; Fri, 11 Jul 2014 09:51:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5bE0-0001Ot-CC for emacs-devel@gnu.org; Fri, 11 Jul 2014 09:51:04 -0400 Original-Received: from vega.uberspace.de ([95.143.172.245]:35674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5bE0-0001Nr-0w for emacs-devel@gnu.org; Fri, 11 Jul 2014 09:50:56 -0400 Original-Received: (qmail 18836 invoked from network); 11 Jul 2014 13:50:54 -0000 Original-Received: from localhost (HELO 124.198.eduroam.dynamic.rbg.tum.de) (127.0.0.1) by vega.uberspace.de with SMTP; 11 Jul 2014 13:50:54 -0000 In-Reply-To: X-Mailer: Apple Mail (2.1878.2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 95.143.172.245 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:172986 Archived-At: Is this merely an oversight, or are we not supposed to use this macro in >> Emacs Lisp code for some reason? >=20 > It was a lack of decision. I do use it, and you can use it as well. And it=92s not just going away at some time, is it? > Just (require 'pcase) before doing so. Obviously. > I think pcase-dolist should ultimately be renamed to just `dolist'. I=92d like that, but will that happen by making a proper obsolete alias = that doesn=92t immediately break my code, given that pcase-dolist isn=92t = =93advertised=94?