[ESS-bugs] (no subject)
pierrick meignen
meignen.pierrick at wanadoo.fr
Thu Oct 30 19:13:43 CET 2003
Hi !
I use R-1.7.1 with ess-5.1.24 and Emacs-21.2.1, and I had some problems
with the output of accentuated characters in french. In the file
essd-r.el, I write
(if ess-microsoft-p
(setq default-process-coding-system '(undecided-dos .
undecided-dos))
(setq default-process-coding-system '(iso-latin-1-unix .
iso-latin-1-unix)))
instead of
(if ess-microsoft-p
(setq default-process-coding-system '(undecided-dos .
undecided-dos)))
and all is well now. I don't know anything in lisp but before I got :
Coding system for saving this buffer:
Not set locally, use the default.
Default coding system (for new files):
1 -- iso-latin-1 (alias: iso-8859-1 latin-1)
Coding system for keyboard input:
nil
Coding system for terminal output:
1 -- iso-latin-1 (alias: iso-8859-1 latin-1)
Coding systems for process I/O:
encoding input to the process: 1 -- nil
decoding output from the process: 1 -- nil
Defaults for subprocess I/O:
decoding: 1 -- iso-latin-1 (alias: iso-8859-1 latin-1)
encoding: 1 -- iso-latin-1 (alias: iso-8859-1 latin-1)
so I have seen that the problem comes from the process I/O. Is it possible
to customize this in the next version of ESS ?
Thanks
More information about the ESS-bugs
mailing list