emacs-devel
[Top][All Lists]
Advanced

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

Re: command fill-paragraph deletes leading Umlauts if line begins with s


From: Kenichi Handa
Subject: Re: command fill-paragraph deletes leading Umlauts if line begins with space
Date: Thu, 6 Jan 2005 16:50:29 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3.50 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Ralf Angeli <address@hidden> writes:
> I've got a latin-1 language environment as well (`C-h v
> current-language-environment RET' returns
> `current-language-environment's value is "Latin-1"').

> Executing the following example code

> (with-temp-buffer
>   (set-buffer-multibyte nil)
>   (insert (string 220))
>   (syntax-after (point-min)))

> returns (0), i.e. whitespace syntax.  Tested with a freshly checked
> out CVS Emacs from the trunk.

I wrote "unibyte-mode" and it's different from a unibyte
buffer in multibyte-mode.  Please try the same thing while
starting Emacs with "--unibyte" arg.

I've guessed that the original problem happened in
unibyte-mode (I didn't get your orignal mail), but it seems
not.  Then, why do you have to use a unibyte buffer in
multibyte mode?

---
Ken'ichi HANDA
address@hidden




reply via email to

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