|
From: | Kenichi Handa |
Subject: | Re: [HELP] (bug?) Saving a buffer without any conversion? |
Date: | Thu, 16 Jan 2003 15:45:37 +0900 (JST) |
User-agent: | SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) |
In article <address@hidden>, Richard Stallman <address@hidden> writes: > to this: >> :filter (lambda (proc string) >> (with-current-buffer (get-buffer "temp.out") >> (insert (string-as-multibyte string)))) > also produces the right result. > This would put the characters into the buffer. > Some of them would be represented with multibyte sequences. > What coding system would work then to save the file? no-conversion and raw-text. > What coding system can we use to write out that text > converting it back to single-byte characters? The same. --- Ken'ichi HANDA address@hidden
[Prev in Thread] | Current Thread | [Next in Thread] |