Adrian.Aichner(a)t-online.de (Adrian Aichner) writes:
While buffer
Result: #<buffer "trace of POP session to pop.t-online.com">
has a
buffer-file-coding-system
of
raw-text
in (emacs-version)
"XEmacs 21.4 (patch 6) \"Common Lisp (Windows [1])\" [Lucid]
(i586-pc-win32) of Tue Feb 19 2002 on D5DC120J"
it is
mswindows-multibyte-dos
in (emacs-version)
"XEmacs 21.5 (beta5) \"beets\" [Lucid] (i586-pc-win32, Mule) of Sat
Mar 16 2002 on D5DC120J"
CVS HEAD as of Sat Mar 16 16:11:37 2002 +0100
This causes
pop3-read-response to hang in
(while (not (search-forward "\r\n" nil t))
because \r cannot be matched.
Actually pop3 sets the coding system to binary. It seems as if the
eol stuff is active anyway. How do you disable eol magic in the new
XEmacs?