non-mule xemacs, decoding pdf attachments
Tatsuya Kinoshita
tats at vega.ocn.ne.jp
Sat Aug 16 07:14:10 JST 2003
(Cc: FLIM developers)
On August 1, 2003, [Wanderlust English:00430],
bremner at unb.ca wrote:
> under xemacs 21.4, no mule
> When trying to decode (i.e. save) a pdf file
>
> [2 fullcv.pdf <application/octet-stream (base64)>]
>
> I get the message
>
> "Cannot open load file mel-b-el.el"
>
> And indeed, there is no such file installed in my flim directory
>
> FWIW I installed flim, semi, apel, etc as xemacs packages in my own
> account, accessed via EMACSPACKAGEPATH, which puts my package
> directory first.
Please apply the following patch to flim/FLIM-ELS.
--
Tatsuya Kinoshita
--- FLIM-ELS.orig
+++ FLIM-ELS
@@ -25,8 +25,8 @@
(subrp (symbol-function 'base64-encode-string)))
nil
(if (fboundp 'dynamic-link)
- (setq flim-modules (cons 'mel-b-dl flim-modules)))
- (setq flim-modules (cons 'mel-b-el flim-modules)))
+ (setq flim-modules (cons 'mel-b-dl flim-modules))))
+(setq flim-modules (cons 'mel-b-el flim-modules))
(require 'pccl)
(unless-broken ccl-usable
More information about the Emacs-mime-en
mailing list