GNU bug report logs - #18554
24.4.50; pcase bug

Previous Next

Package: emacs;

Reported by: Leo Liu <sdl.web <at> gmail.com>

Date: Thu, 25 Sep 2014 03:02:01 UTC

Severity: normal

Found in version 24.4.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#18554: closed (24.4.50; pcase bug)
Date: Sat, 27 Sep 2014 04:28:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 27 Sep 2014 00:27:51 -0400
with message-id <jwvmw9ly9fs.fsf-monnier+emacsbugs <at> gnu.org>
and subject line Re: bug#18554: 24.4.50; pcase bug
has caused the debbugs.gnu.org bug report #18554,
regarding 24.4.50; pcase bug
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
18554: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18554
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Liu <sdl.web <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4.50; pcase bug
Date: Thu, 25 Sep 2014 11:01:02 +0800
Oddly pcase fails miserably in the following example:

 (pcase '(2 . 3)
   (`(,hd . ,(and (pred atom) tl)) (list hd tl))
   ((pred consp) nil))


[Message part 3 (message/rfc822, inline)]
From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Leo Liu <sdl.web <at> gmail.com>
Cc: 18554-done <at> debbugs.gnu.org
Subject: Re: bug#18554: 24.4.50; pcase bug
Date: Sat, 27 Sep 2014 00:27:51 -0400
> Oddly pcase fails miserably in the following example:

>  (pcase '(2 . 3)
>    (`(,hd . ,(and (pred atom) tl)) (list hd tl))
>    ((pred consp) nil))

Thanks, should be fixed now,


        Stefan


This bug report was last modified 10 years and 298 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.