all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ralf Angeli <angeli@iwi.uni-sb.de>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: command fill-paragraph deletes leading Umlauts if line	begins	with space
Date: Thu, 06 Jan 2005 09:19:47 +0100	[thread overview]
Message-ID: <E1CmSrz-00041u-CR@neutrino.iwi.uni-sb.de> (raw)
In-Reply-To: <200501060750.QAA16454@etlken.m17n.org> (Kenichi Handa's message of "Thu, 6 Jan 2005 16:50:29 +0900 (JST)")

* Kenichi Handa (2005-01-06) writes:

> In article <E1Cja36-0001gs-NV@neutrino.iwi.uni-sb.de>, Ralf Angeli <angeli@iwi.uni-sb.de> writes:
>
>> 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.

Hm, then I get word syntax.

> 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?

Personally I neither use unibyte mode nor unibyte buffers.  The
original problem was reported by somebody else on bug-gnu-emacs, see
<URL:http://lists.gnu.org/archive/html/bug-gnu-emacs/2004-12/msg00282.html>.

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, 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.

In my follow-up to his original question I suggested to use Emacs in
multibyte mode but I don't know if he got the answer because the email
address in his report is defunct.

-- 
Ralf

  reply	other threads:[~2005-01-06  8:19 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-22 18:29 command fill-paragraph deletes leading Umlauts if line begins with space Ulrich Scholz
2004-12-23 10:19 ` Ralf Angeli
2004-12-24 14:32   ` Richard Stallman
2004-12-26 22:39     ` Ralf Angeli
2004-12-27  7:35       ` Eli Zaretskii
2004-12-27 10:15         ` Ralf Angeli
2004-12-27 18:06       ` Richard Stallman
2004-12-27 22:28         ` Stefan Monnier
2004-12-28  0:18           ` Kenichi Handa
2004-12-28  0:14         ` Kenichi Handa
2004-12-28 17:25           ` Richard Stallman
2004-12-29  1:17             ` Kenichi Handa
2004-12-29  9:23               ` Ralf Angeli
2005-01-06  7:50                 ` Kenichi Handa
2005-01-06  8:19                   ` Ralf Angeli [this message]
2005-01-06  8:55                     ` Kenichi Handa
2004-12-29 20:46               ` Richard Stallman
2005-01-06  7:41                 ` Kenichi Handa
2005-01-06 13:53                   ` Stefan Monnier
2005-01-07  0:00                     ` Kenichi Handa
2005-01-07 14:42                       ` Stefan Monnier
2005-01-07 16:32                         ` David Kastrup
2005-01-08  0:05                         ` Kenichi Handa
2005-01-08 23:53                           ` Stefan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1CmSrz-00041u-CR@neutrino.iwi.uni-sb.de \
    --to=angeli@iwi.uni-sb.de \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.