all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* word syntax/umlauts emacs 23 vs 22
@ 2010-10-12 17:00 Ralf Fassel
  2010-10-12 22:15 ` Stefan Monnier
  0 siblings, 1 reply; 14+ messages in thread
From: Ralf Fassel @ 2010-10-12 17:00 UTC (permalink / raw)
  To: help-gnu-emacs

I recently switched from 22.3 (opensuse 11.1) to emacs 23.1 (opensuse 11.3).

In emacs-22.3, a word containing german Umlauts was skipped as a whole
by forward-word/backward-word.

In emacs-23.1, a word containing german Umlauts is considered as three
parts by forward-word/backward-word.

E.g
  Müller   i.e.  "\115\374\154\154\145\162" in Unibyte/Latin-9

Setting point before the 'M' and doing M-x forward-word ends up after
the 'r' in emacs-22 and after the 'M' in emacs-23.

The syntax entries for the Umlaut ü in emacs-23 explicitely says 'word',
so why does forward-word stop at the Umlaut?

emacs-23:
            character: ü (252, #o374, #xfc)
    preferred charset: eight-bit (Raw bytes 128-255)
           code point: 0xFC
               syntax: w 	which means: word
          buffer code: #xFC
            file code: #xFC
              display: by display table entry [?ü] (see below)

    The display table entry is displayed by these fonts (glyph codes):
    ü: x:-b&h-lucidatypewriter-medium-r-normal-sans-18-180-75-75-m-110-iso8859-1 (#xFC)

emacs-22:
      character: ü (252, #o374, #xfc)
        charset: eight-bit-graphic (8-bit graphic char (0xA0..0xFF))
     code point: #xFC
         syntax: w 	which means: word
    buffer code: #xFC
      file code: not encodable by coding system iso-latin-9
        display: by display table entry [?ü] (see below)

    The display table entry is displayed by these fonts (glyph codes):
    ü: -B&H-LucidaTypewriter-Medium-R-Normal-Sans-18-180-75-75-M-110-ISO8859-1 (#xFC)

Any hints how to get the emacs-22 behaviour back?

R'


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-11-04 19:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12 17:00 word syntax/umlauts emacs 23 vs 22 Ralf Fassel
2010-10-12 22:15 ` Stefan Monnier
     [not found]   ` <yga7hhm1tma.fsf@gepard2.akutech-local.de>
2010-10-15 17:42     ` Stefan Monnier
2010-10-20 19:28       ` Ralf Fassel
2010-10-21  0:18         ` Jason Rumney
2010-10-21  1:27         ` Stefan Monnier
2010-10-21 13:25           ` Ralf Fassel
2010-10-21 15:24             ` Jason Rumney
2010-10-25  9:33               ` Ralf Fassel
2010-10-29 18:26                 ` Stefan Monnier
2010-11-04  9:36                   ` Ralf Fassel
2010-11-04 19:37                     ` Stefan Monnier
2010-10-26  2:53               ` Ilya Zakharevich
     [not found]             ` <jwv8w1p4pjo.fsf-monnier+gnu.emacs.help@gnu.org>
2010-10-25  9:31               ` Ralf Fassel

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.