In article <[EMAIL PROTECTED]>, Juanma Barranquero <[EMAIL PROTECTED]> writes:

> On 7/7/05, Kenichi Handa <[EMAIL PROTECTED]> wrote:
>>  This is because prefer-coding-system sets also
>>  default-file-name-coding-system.

> Unfortunately, setting

>   (prefer-coding-system 'utf-16le-with-signature)

> into .emacs is still not a viable option. I'm getting a lot of trouble
> out of saveplace.el, and vc-diff returns gibberish.

When you prefer that coding system, Emacs communicates with
a process by utf-16le-with-signature, so it's not surprising
that vc-diff doesn't work.  I think almost all tools using
external process without explicit a coding system stop
working.

As I've never used saveplace.el, I don't know why it doesn't
work.  Please describe the problem in more detail.

---
Kenichi Handa
[EMAIL PROTECTED]


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

Reply via email to