From 35f257bb579d7f793d3072fbc2b9fbc04b1a0867 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 10 Apr 2005 20:49:54 +0000 Subject: Give punctuation syntax to NBSP. --- lisp/international/latin-3.el | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'lisp/international/latin-3.el') diff --git a/lisp/international/latin-3.el b/lisp/international/latin-3.el index 99debf3983d..b87336b9c72 100644 --- a/lisp/international/latin-3.el +++ b/lisp/international/latin-3.el @@ -1,6 +1,6 @@ ;;; latin-3.el --- set up case-conversion and syntax tables for ISO Latin-3 -;; Copyright (C) 1988,1997 Free Software Foundation, Inc. +;; Copyright (C) 1988, 1997, 2005 Free Software Foundation, Inc. ;; Author: Marko Rahamaa ;; Maintainer: FSF @@ -37,7 +37,9 @@ (if set-case-syntax-set-multibyte (- (make-char 'latin-iso8859-3) 128) 0))) - (set-case-syntax 160 " " tbl) ;no-break space + ;; NBSP isn't semantically interchangeable with other whitespace chars, + ;; so it's more like punctation. + (set-case-syntax 160 "." tbl) ;no-break space (set-case-syntax-pair 161 177 tbl) ;latin letter h with stroke (set-case-syntax 162 "w" tbl) ;breve (set-case-syntax 163 "w" tbl) ;pound sign @@ -98,11 +100,11 @@ (or set-case-syntax-set-multibyte (provide 'latin-3)) -;;; Don't compile this file: src/Makefile.in instructs make-docfile -;;; to look at the .el file! -;;; Local Variables: -;;; no-byte-compile: t -;;; End: +;; Don't compile this file: src/Makefile.in instructs make-docfile +;; to look at the .el file! +;; Local Variables: +;; no-byte-compile: t +;; End: -;;; arch-tag: 64d9d46d-fe0b-4a8e-9c28-ba7e20bbc552 +;; arch-tag: 64d9d46d-fe0b-4a8e-9c28-ba7e20bbc552 ;;; latin-3.el ends here -- cgit v1.2.1