|--==> "JKS" == Jouni K Seppanen <Jouni> writes:
JKS> (coding-system-for-write (or coding-system-for-write
JKS> buffer-file-coding-system))
JKS> (coding-system-for-read (or coding-system-for-read
JKS> buffer-file-coding-system))
JKS> However, all these variables are unbound in my (non-Mule) XEmacs, so I
JKS> get some error message.
JKS> Adding the code
JKS> (setq coding-system-for-write nil
JKS> coding-system-for-read nil
JKS> buffer-file-coding-system nil)
JKS> to site-start.el seems to work around this.
,----[ from 'ps-print.el' ]
| (defvar coding-system-for-write nil)
| (defvar coding-system-for-read nil)
| (defvar buffer-file-coding-system nil)
`----
So all you need to do is (require 'ps-print) in your
'~/.xemacs/init.el'.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|