emacs-devel
[Top][All Lists]
Advanced

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

Re: Malformed interactive spec in replace.el


From: David Kastrup
Subject: Re: Malformed interactive spec in replace.el
Date: 06 Jul 2004 10:35:45 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Juanma Barranquero <address@hidden> writes:

> In query-replace-regexp-eval:
> replace.el:289:4:Warning: malformed interactive spec: (interactive
>     (barf-if-buffer-read-only) (let* ((from (let
>     ((query-replace-to-history-variable nil)) (query-replace-read-from "Query
>     replace regexp" t))) (to (list (read-from-minibuffer (format "Query
>     replace regexp %s with eval: " (query-replace-descr from)) nil nil t
>     query-replace-to-history-variable from t)))) (replace-match-string-symbols
>     to) (list from (car to) current-prefix-arg (if (and transient-mark-mode
>     mark-active) (region-beginning)) (if (and transient-mark-mode mark-active)
>     (region-end)))))
> Wrote c:/bin/emacs/HEAD/lisp/replace.elc

That's a result of the recent disruptive changes of Stefan that were
seemingly checked in without discussion.

Could we restrict ourselves to changes that conceivably work towards
getting into a consistent state for the release?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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