emacs-devel
[Top][All Lists]
Advanced

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

mm-text-html-renderer as a function


From: Alexander Kotelnikov
Subject: mm-text-html-renderer as a function
Date: Thu, 04 Oct 2007 12:46:31 +0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hello.

I try to set mm-text-html-renderer to a function which according to
customize should accept single argnument, mm-handle. But when it is
used, it seems no arguments are provided:

byte-code: Wrong number of arguments: (lambda (mm-handle) ""
(save-excursion (let ((temp-file (mm-make-temp-file "bhp-")))
(set-buffer (mm-handle-buffer (mm-handle))) (write-region (point-min)
(point-max) temp-file) (browse-url-generic (concat "file://"
temp-file))))), 0

That's for emacs22 (22.1.1) from Debian/unstable.

Thanks,
--
Alexander Kotelnikov
Saint-Petersburg, Russia





reply via email to

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