+2002-06-20 Miles Bader <miles@gnu.org>
+
+ * international/characters.el: Re-enable code giving word syntax
+ to certain japanese-jisx0208 characters.
+
+2002-06-18 Miles Bader <miles@gnu.org>
+
+ * comint.el (comint-output-filter): Run output-filter functions
+ before setting up the prompt.
+
2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
* progmodes/f90.el (f90-type-def-re): Fix value.
;; Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
-;; Copyright (C) 2001 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002 Free Software Foundation, Inc.
;; Keywords: multibyte character, character set, syntax, category
(modify-syntax-entry (make-char 'japanese-jisx0208 33) "_")
(modify-syntax-entry (make-char 'japanese-jisx0208 34) "_")
(modify-syntax-entry (make-char 'japanese-jisx0208 40) "_")
-;; (let ((chars '(?\e$B!<\e(B ?\e$B!+\e(B ?\e$B!,\e(B ?\e$B!3\e(B ?\e$B!4\e(B ?\e$B!5\e(B ?\e$B!6\e(B ?\e$B!7\e(B ?\e$B!8\e(B ?\e$B!9\e(B ?\e$B!:\e(B ?\e$B!;\e(B)))
-;; (while chars
-;; (modify-syntax-entry (car chars) "w")
-;; (setq chars (cdr chars))))
+(let ((chars '(?\e$B!<\e(B ?\e$B!+\e(B ?\e$B!,\e(B ?\e$B!3\e(B ?\e$B!4\e(B ?\e$B!5\e(B ?\e$B!6\e(B ?\e$B!7\e(B ?\e$B!8\e(B ?\e$B!9\e(B ?\e$B!:\e(B ?\e$B!;\e(B)))
+ (while chars
+ (modify-syntax-entry (car chars) "w")
+ (setq chars (cdr chars))))
(modify-syntax-entry ?\\e$B!J\e(B "(\e$B!K\e(B")
(modify-syntax-entry ?\\e$B!N\e(B "(\e$B!O\e(B")
(modify-syntax-entry ?\\e$B!P\e(B "(\e$B!Q\e(B")