;;; (string-to-number (nth 2 fields))
;;; '((0 . "Spacing")
;;; (1 . "Overlays and interior")
-;;; (7 . "Nuktas")
+;;; (7 . "Nuktas")
;;; (8 . "Hiragana/Katakana voicing marks")
;;; (9 . "Viramas")
;;; (10 . "Start of fixed position classes")
(when (>= (+ (current-column)
(or (string-match "\n" clm)
(string-width clm)) 1)
- (frame-width))
+ (window-width))
(insert "\n")
(indent-to (1+ max-width)))
(insert " " clm))
"\n ")))
(insert "these terminal codes:\n")
(dotimes (i (length disp-vector))
- (insert (car (aref disp-vector i))
+ (insert (car (aref disp-vector i))
(propertize " " 'display '(space :align-to 5))
(or (cdr (aref disp-vector i)) "-- not encodable --")
"\n"))))