emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Does map-y-or-n-p works in trunk?


From: Fabrice Popineau
Subject: Does map-y-or-n-p works in trunk?
Date: Fri, 12 Jul 2013 07:26:20 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi,

I get this backtrace when trying to use map-y-or-n-p:

Debugger entered--Lisp error: (wrong-type-argument stringp #[257 
"address@hidden"\207" [(#1) format] 4 "

(fn OBJECT)"])
  format(#[257 "address@hidden"\207" [(#0) format] 4 "\n\n(fn OBJECT)"] 1)
  #[257 "address@hidden"\207" [(#0) format] 4 "\n\n(fn OBJECT)"](1)
  map-y-or-n-p("Even ?" (lambda (x) (evenp x)) (1 2 3 4 5 6))
  eval((map-y-or-n-p "Even ?" (function (lambda (x) (evenp x))) (quote (1 2 3 
4 5 6))) nil)
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp nil nil)
  command-execute(eval-last-sexp)

(This is from 'emacs -Q')
Is it a subtle bug specific to me?

Thanks,

Fabrice




reply via email to

[Prev in Thread] Current Thread [Next in Thread]