emacs-devel
[Top][All Lists]
Advanced

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

Re: eight-bit char handling in emacs-unicode


From: Kenichi Handa
Subject: Re: eight-bit char handling in emacs-unicode
Date: Sat, 15 Nov 2003 10:09:19 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Oliver Scholz <address@hidden> writes:
> I get this error, too, not when I enter a summary buffer, but when I
> hit RET in the summary buffer to display an article.  I tracked this
> through the code. It takes place in
> `mail-extract-address-components'. I found a way to reproduce this
> without Gnus:

> r -q --eval '(progn (load "mail-extr") (mail-extr-skip-whitespace-forward))'

Thank you.  Now I see what was wrong.  I've just installed a
fix.

> I can't reproduce it, if I evaluate the body of
> `mail-extr-skip-whitespace-forward', though. Weird. Could this have
> something to do with the Latin-1 no-break space?

I think so.  The bug occurs when we do (skip-chars-forward
_MULTIBYTE_STRING_) in an ASCII-only buffer, which I think
I've never tried. :-(

---
Ken'ichi HANDA
address@hidden




reply via email to

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