From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: command fill-paragraph deletes leading Umlauts if line begins with space Date: Thu, 6 Jan 2005 17:55:38 +0900 (JST) Message-ID: <200501060855.RAA16648@etlken.m17n.org> References: <200412280014.JAA21431@etlken.m17n.org> <200412290117.KAA24724@etlken.m17n.org> <200501060750.QAA16454@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1105001818 10669 80.91.229.6 (6 Jan 2005 08:56:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Jan 2005 08:56:58 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 06 09:56:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CmTRm-0008UB-00 for ; Thu, 06 Jan 2005 09:56:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmTd4-000625-Qw for ged-emacs-devel@m.gmane.org; Thu, 06 Jan 2005 04:08:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CmTcP-0005tK-GW for emacs-devel@gnu.org; Thu, 06 Jan 2005 04:07:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CmTcH-0005os-Es for emacs-devel@gnu.org; Thu, 06 Jan 2005 04:07:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmTcH-0005oi-3j for emacs-devel@gnu.org; Thu, 06 Jan 2005 04:07:37 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CmTQj-0002wv-FL; Thu, 06 Jan 2005 03:55:42 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j068tdY7016103; Thu, 6 Jan 2005 17:55:39 +0900 Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6p2/8.11.6) with ESMTP id j068tc901623; Thu, 6 Jan 2005 17:55:38 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id RAA16648; Thu, 6 Jan 2005 17:55:38 +0900 (JST) Original-To: Ralf Angeli In-reply-to: (message from Ralf Angeli on Thu, 06 Jan 2005 09:19:47 +0100) 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) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:31945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31945 In article , Ralf Angeli writes: > Personally I neither use unibyte mode nor unibyte buffers. The > original problem was reported by somebody else on bug-gnu-emacs, see > . Ah, I now see the whole story. > You can see in his report that `default-enable-multibyte-characters' > is nil. And the user agent string mentions "(with unibyte mode)". So > if he started Emacs with "--unibyte" and latin-1 characters should > have word syntax in this case, As his LANG is en_US.ISO-8859-15, he should be in latin-9 lang. env. But... > I don't know why `skip-syntax-forward' > which was used in AUCTeX's (and is used in CVS Emacs') > back-to-indentation function skips these characters. surely it's strange. The other strange thing is that his locale-coding-system is nil. So, perhaps he is in English lang. env. somehow. And, in that case, \334 has whitespace syntax. --- Ken'ichi HANDA handa@m17n.org