> From: "Kim F. Storm" <[EMAIL PROTECTED]>
> Date: Mon,  9 Apr 2007 01:32:01 +0200 (CEST)
> 
> Following my last bug report on W32 display error, I noticed that
> the image didn't get through.  So I tried various stuff to decode 
> the base64 stuff in various ways like this:
> 
> - copy it to a new file buffer named x.gif, mark it, do base64-decode-region, 
>   and C-c C-c to view the image  (no luck!)

This works for me, if I invoke image-toggle-display by hand (you may
need to load image-mode before that).  It is bound to C-c C-c only in
buffers that visit image files.

> - create new file buffer y.gif, set file coding system to binary, copy image
> data into it, base64 decode it and C-c C-c  (no luck)

Works for me if I do the first part (``create new file buffer y.gif'')
with "M-x set-visited-file-name".  How did you do that part in your
case?

It also works to decode the base64 data externally (with `recode'),
then visit the resulting GIF directly.


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

Reply via email to