emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Crash in gc_sweep (SIGH!)


From: Eli Zaretskii
Subject: Re: Crash in gc_sweep (SIGH!)
Date: Mon, 09 Apr 2007 09:36:03 +0300

> From: "Kim F. Storm" <address@hidden>
> 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.




reply via email to

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