emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Run coding system auto-detection manually?


From: Kenichi Handa
Subject: Re: Run coding system auto-detection manually?
Date: Thu, 8 Aug 2002 21:45:04 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Richard Stallman <address@hidden> writes:
>     So, for the case of a precious file, I think we must check
>     VISIT (if that is string) instead of FILENAME in
>     find-operation-coding-system.  What do you think about the
>     this patch?

> It seems right to me.

Ok, I've just installed it for RC and HEAD.

In article <address@hidden>, address@hidden (Kai Gro�johann) writes:
> Will there be a way for Tramp to decide whether the fix is in Emacs
> already?  If at all possible, it would be great if the same version
> of Tramp worked on older Emacsen, the new Emacs, and XEmacs.

How about this?

(let ((file-coding-system-alist '(("test" emacs-mule))))
  (find-operation-coding-system 'write-region 0 0 "" nil "test"))

If it returns non-nil, the fix is in Emacs already.

---
Ken'ichi HANDA
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]