unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16353: 24.3.50; cl-position fails in 23.4.1
@ 2014-01-05 18:39 João Távora
  2014-01-06  1:14 ` Glenn Morris
  2014-01-25  5:20 ` Stefan Monnier
  0 siblings, 2 replies; 11+ messages in thread
From: João Távora @ 2014-01-05 18:39 UTC (permalink / raw)
  To: 16353

Hi,

This is GNU Emacs 23.4.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10)
 of 2012-09-08 on trouble, modified by Debian

Using that emacs and cl-lib-0.3.el this fails

/usr/bin/emacs --batch -Q -l cl-lib.el \
               --eval "(princ (cl-position 2 '(1 2 3)))"

where it should have printed "1". This works

/usr/bin/emacs --batch -Q -l cl-lib.el \
               --eval "(princ (cl-position-if #'(lambda (n) (eq n 2)) '(1 2 3)))"

All other cl-lib functions seem ok. This might be a debian bug.

João





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

end of thread, other threads:[~2014-01-28  9:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-05 18:39 bug#16353: 24.3.50; cl-position fails in 23.4.1 João Távora
2014-01-06  1:14 ` Glenn Morris
2014-01-06  1:16   ` Glenn Morris
2014-01-06  4:08   ` Stefan Monnier
2014-01-06 22:49     ` João Távora
2014-01-07  0:42       ` Stefan Monnier
2014-01-07  9:21         ` João Távora
2014-01-07 10:03           ` Helmut Eller
2014-01-08  3:59             ` Stefan Monnier
2014-01-25  5:20 ` Stefan Monnier
2014-01-28  9:31   ` João Távora

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).