> 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
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel