comparison lisp/mule/japanese.el @ 1891:402bf23dd28f

[xemacs-hg @ 2004-01-29 05:22:37 by stephent] fix regexps in japanese.el <87ektjz5wy.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Thu, 29 Jan 2004 05:22:40 +0000
parents 0f42d0a17667
children 98af8a976fc3
comparison
equal deleted inserted replaced
1890:348dfa17eb33 1891:402bf23dd28f
195 "\\($\\|\t\\| \\)" 195 "\\($\\|\t\\| \\)"
196 "\\|" 196 "\\|"
197 "。" 197 "。"
198 "\\)" 198 "\\)"
199 "[ \t\n]*")) 199 "[ \t\n]*"))
200 (setq paragraph-start "^[  \t\n\f]") 200
201 (setq paragraph-separate "^[  \t\f]*$") 201 ;; allow paragraphs to start with a zenkaku space
202 (setq paragraph-start "[  \t\n\f]")
203 (setq paragraph-separate "[  \t\f]*$")
202 204
203 ;; EGG specific setup 205 ;; EGG specific setup
204 (define-egg-environment 'japanese 206 (define-egg-environment 'japanese
205 "Japanese settings for egg." 207 "Japanese settings for egg."
206 (lambda () 208 (lambda ()