emacs-pretest-bug
[Top][All Lists]
Advanced

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

sentence-end


From: Hiroshi Fujishima
Subject: sentence-end
Date: Fri, 03 Oct 2003 02:39:51 +0900
User-agent: Wanderlust/2.10.1 (Watching The Wheels) EMIKO/1.14.1 (Choanoflagellata) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

あなたが現在見ているのは Emacs 入門ガイドです。ファイル最後を参照のこと。

If you do M-e (forward-sentence) at the head of the sentence above,
your cursor jumped after '参照のこと。`, while expected to jump after
'ガイドです。`.

Index: lisp/textmodes/paragraphs.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/paragraphs.el,v
retrieving revision 1.67
diff -u -r1.67 paragraphs.el
--- lisp/textmodes/paragraphs.el        1 Sep 2003 15:45:40 -0000       1.67
+++ lisp/textmodes/paragraphs.el        2 Oct 2003 17:08:54 -0000
@@ -137,10 +137,11 @@
    ;; This is a bit stupid since it's not auto-updated when the
    ;; other variables are changes, but it's still useful info.
    (concat (if sentence-end-without-period "\\w  \\|")
-          "[.?!。.?!。.?!。.?!����][]\"')}]*"
+          "[.?!。.?!����][]\"')}]*"
           (if sentence-end-double-space
               "\\($\\| $\\|\t\\|  \\)" "\\($\\|[\t ]\\)")
-          "[ \t\n]*"))
+          "[ \t\n]*"
+          "\\|[。.?!]))
   "*Regexp describing the end of a sentence.
 The value includes the whitespace following the sentence.
 All paragraph boundaries also end sentences, regardless.


In GNU Emacs 21.3.50.1 (sparc-sun-solaris2.8, X toolkit, Xaw3d scroll bars)
 of 2003-09-26 on newton.nature.tsukuba.ac.jp
configured using `configure '--without-xim' '--prefix=/usr/local/emacs21' 
'CFLAGS=-O3' 'CPPFLAGS=-I/usr/misc/include' 'LDFLAGS=-L/usr/misc/lib 
-R/usr/misc/lib''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: C
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Recent input:
o S s n n n n n n n n SPC n <tab> <return> n j j j 
j n j j j j j j j n n n n n n n n n n n n q n n n n 
n n n n n n n n n p p p p p p p p p p p p p p p p p 
p p p p p p p p p p p p p p p p p <escape> x r e p 
o <tab> r <tab> <tab> b <return>

Recent messages:
checking file...updated: getting new file...done
splitting current messages...done
filtering and inserting current messages...
Garbage collecting...done
filtering and inserting current messages...done
[UNIX]: navi2ch: ???
splitting current messages...done
[UNIX]: gnus
No more articles [13 times]
Making completion list... [2 times]




reply via email to

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