all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14935: 24.3.50; pcase (or) UPAT fails?
@ 2013-07-23 11:30 Vitalie Spinu
  2013-07-23 12:08 ` Andreas Schwab
  2013-07-23 13:44 ` Stefan Monnier
  0 siblings, 2 replies; 6+ messages in thread
From: Vitalie Spinu @ 2013-07-23 11:30 UTC (permalink / raw)
  To: 14935


Is this a bug?


This works:

(pcase (list 23 nil "%")
  (`(,scale nil "%") (message "%s" scale))
  (_ (message "failed")))


This doesn't:

(pcase (list 23 nil "%")
  (`(,scale nil (or "^" "%")) (message "%s" scale))
  (_ (message "failed")))


Thanks, 

    Vitalie




In GNU Emacs 24.3.50.7 (i686-pc-linux-gnu, X toolkit, Xaw scroll bars)
 of 2013-07-19 on vitoshka-OptiPlex-745
Windowing system distributor `The X.Org Foundation', version 11.0.11303000
System Description:	Ubuntu 13.04





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-07-24  7:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 11:30 bug#14935: 24.3.50; pcase (or) UPAT fails? Vitalie Spinu
2013-07-23 12:08 ` Andreas Schwab
2013-07-23 13:44 ` Stefan Monnier
2013-07-23 21:00   ` Vitalie Spinu
2013-07-24  5:14     ` Stefan Monnier
2013-07-24  7:19       ` Vitalie Spinu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.