From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: if-let/if-let*/and-let/.. Date: Tue, 13 Feb 2018 14:51:15 -0800 Message-ID: <87zi4c8pwc.fsf@ericabrahamsen.net> References: <87wozijhpk.fsf@web.de> <87mv0crbp3.fsf@web.de> <20180213193126.7ifsybvdx7cnjb4f@logos.localdomain> <87inb0r4oe.fsf@web.de> <876070a6yg.fsf@ericabrahamsen.net> <87efloqzub.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1518562224 13588 195.159.176.226 (13 Feb 2018 22:50:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 13 Feb 2018 22:50:24 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 13 23:50:20 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eljOk-000242-S2 for ged-emacs-devel@m.gmane.org; Tue, 13 Feb 2018 23:50:02 +0100 Original-Received: from localhost ([::1]:58968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eljQk-0008Ds-Rv for ged-emacs-devel@m.gmane.org; Tue, 13 Feb 2018 17:52:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eljQa-0008Cm-Qi for emacs-devel@gnu.org; Tue, 13 Feb 2018 17:51:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eljQX-0004eg-01 for emacs-devel@gnu.org; Tue, 13 Feb 2018 17:51:56 -0500 Original-Received: from [195.159.176.226] (port=35193 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eljQW-0004eA-PA for emacs-devel@gnu.org; Tue, 13 Feb 2018 17:51:52 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eljO5-000878-8h for emacs-devel@gnu.org; Tue, 13 Feb 2018 23:49:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:OSGqDXL2Xn2WCRW995olTLkAyG8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:222731 Archived-At: Michael Heerdegen writes: > Eric Abrahamsen writes: > >> Are you sure about this? In both my github repo and in the installed >> version of EBDB, I've gone back to a pokey old when-inside-a-let, >> precisely because of all the funkiness surrounding these macros. IIRC, I >> treated the above use of `if-let' as a bug when I noticed it. I thought >> I got rid of it quite a while ago...? > > EDBD is in an external branch, right? Then I apparently searched in an > very old version of that branch. I thought my workflow with Magit would > fetch also external branches, but that doesn't seem to be right. > > Sorry about the confusion, That's a relief, you had me nervous for a second there :)