mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-24 07:11:38 -07:00
New category ` '.
Enable for non-breaking space in Latin-N.
This commit is contained in:
parent
d73769eb97
commit
504af7b280
1 changed files with 9 additions and 0 deletions
|
|
@ -79,6 +79,9 @@
|
|||
;; For filling.
|
||||
(define-category ?| "While filling, we can break a line at this character.")
|
||||
|
||||
;; For indentation calculation.
|
||||
(define-category ?\ "This character counts as a space for indentation purposes.")
|
||||
|
||||
;; Keep the followings for `kinsoku' processing. See comments in
|
||||
;; kinsoku.el.
|
||||
(define-category ?> "A character which can't be placed at beginning of line.")
|
||||
|
|
@ -279,6 +282,12 @@
|
|||
(modify-category-entry (make-char 'latin-iso8859-4) ?l)
|
||||
(modify-category-entry (make-char 'latin-iso8859-9) ?l)
|
||||
|
||||
(modify-category-entry (make-char 'latin-iso8859-1 160) ?\ )
|
||||
(modify-category-entry (make-char 'latin-iso8859-2 160) ?\ )
|
||||
(modify-category-entry (make-char 'latin-iso8859-3 160) ?\ )
|
||||
(modify-category-entry (make-char 'latin-iso8859-4 160) ?\ )
|
||||
(modify-category-entry (make-char 'latin-iso8859-9 160) ?\ )
|
||||
|
||||
;; Greek character set (ISO-8859-7)
|
||||
|
||||
(modify-category-entry (make-char 'greek-iso8859-7) ?g)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue