flim
Katsumi Yamaoka
yamaoka at jpl.org
Wed Sep 5 10:19:31 JST 2001
>>>>> In [emacs-mime-en : No.00042]
>>>>> David Mills <djm at cs.mu.oz.au> wrote:
David> I have flim 1.14.2 (as provided with SuSE 7.2). I've added
David> "(require 'mime)" to my .emacs (via .gnu-emacs). The
David> "*Message*" buffer shows it as having loaded correctly but if I
David> type "M-X mime-<TAB>" the only options that appear in the
David> completions buffer are:
David> Possible completions are:
David> mime-decode-header-in-buffer mime-decode-header-in-region
David> mime-decode-region mime-encode-region
David> mime-insert-encoded-file mime-write-decoded-region
David> Where is mime-parse-buffer etc.?
Those Lisp functions are in your Emacs. However, such functions
do not allow users to use them interactively, if anything, they
are for the internal use, not for users. You may distinguish
between an interactive command and a non-interactive function
using "<HELP> f NAME".
By the way, even if the function `mime-***' is an interactive
command, it seems that it is not so useful for users, though.
--
Katsumi Yamaoka <yamaoka at jpl.org>
More information about the Emacs-mime-en
mailing list