Hi,

I'm using the most recent Emacs and troubled with
file-name-handler-alist which seems not to allow lambda forms.
For example:

(let ((file-name-handler-alist '(("" . (lambda (&rest args)
                                        (let (file-name-handler-alist)
                                          (apply operation args)))))))
  (insert-file-contents "~/.emacs"))

 => insert-file-contents: Wrong type argument: symbolp, (lambda (&rest args)\
    (let (file-name-handler-alist) (apply operation args)))

Isn't it a bug?


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to