>     What is buffer-file-coding-system set to in that buffer?
> nil.  It is a unibyte buffer.

>                                                             How
>     do you insert the compressed data into it?

> With a Lisp program that copies text from another buffer and then does
> base64-decode-region.

Can't this program just set the find-file-literally variable to t?
That will prevent auto-compression-mode from trying to compress the contents
when you save.


        Stefan


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to