emacs-pretest-bug
[Top][All Lists]
Advanced

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

query-replace-regexp-eval causes an error


From: MIYOSHI Masanori
Subject: query-replace-regexp-eval causes an error
Date: Sun, 23 Jul 2006 23:12:17 +0900
User-agent: Gnus/5.110006 (No Gnus v0.6) Meadow-3.00-dev (KIKU)

In GNU Emacs 22.0.50 on Windows, the following operation causes
an error.

  M-x query-replace-regexp-eval RET
  a RET
  (cdr '(nil . "b")) RET
  => Wrong type argument: listp, "b"

But the following one doesn't.

  M-x query-replace-regexp-eval RET
  a RET
  (car (cdr '(nil "b"))) RET
  => OK

Is this behavior intended?

--
MIYOSHI Masanori




reply via email to

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