[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#16353: 24.3.50; cl-position fails in 23.4.1
From: |
João Távora |
Subject: |
bug#16353: 24.3.50; cl-position fails in 23.4.1 |
Date: |
Sun, 05 Jan 2014 18:39:37 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
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
- bug#16353: 24.3.50; cl-position fails in 23.4.1,
João Távora <=
- bug#16353: 24.3.50; cl-position fails in 23.4.1, Glenn Morris, 2014/01/05
- bug#16353: 24.3.50; cl-position fails in 23.4.1, Glenn Morris, 2014/01/05
- bug#16353: 24.3.50; cl-position fails in 23.4.1, Stefan Monnier, 2014/01/05
- bug#16353: 24.3.50; cl-position fails in 23.4.1, João Távora, 2014/01/06
- bug#16353: 24.3.50; cl-position fails in 23.4.1, Stefan Monnier, 2014/01/06
- bug#16353: 24.3.50; cl-position fails in 23.4.1, João Távora, 2014/01/07
- bug#16353: 24.3.50; cl-position fails in 23.4.1, Helmut Eller, 2014/01/07
- bug#16353: 24.3.50; cl-position fails in 23.4.1, Stefan Monnier, 2014/01/07
bug#16353: 24.3.50; cl-position fails in 23.4.1, Stefan Monnier, 2014/01/25