comparison man/lispref/specifiers.texi @ 1877:6ae20abf892d

[xemacs-hg @ 2004-01-24 07:32:40 by stephent] type fix <87hdylvm3y.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sat, 24 Jan 2004 07:32:44 +0000
parents ec2d1e636272
children 04ebee7cbab0
comparison
equal deleted inserted replaced
1876:6f2d5c78ac34 1877:6ae20abf892d
1114 @itemize 1114 @itemize
1115 @item 1115 @item
1116 For chartable (e.g. display table) specifiers, @var{matchspec} should be a 1116 For chartable (e.g. display table) specifiers, @var{matchspec} should be a
1117 character, and the specification (a chartable) must give a value for 1117 character, and the specification (a chartable) must give a value for
1118 that character in order to be considered. This allows you to specify, 1118 that character in order to be considered. This allows you to specify,
1119 @emphe.g.}, a buffer-local display table that only gives values for particular 1119 @emph{e.g.}, a buffer-local display table that only gives values for particular
1120 characters. All other characters are handled as if the buffer-local 1120 characters. All other characters are handled as if the buffer-local
1121 display table is not there. (Chartable specifiers are not yet 1121 display table is not there. (Chartable specifiers are not yet
1122 implemented.) 1122 implemented.)
1123 1123 @item
1124 For font specifiers, @var{matchspec} should be a list (@var{charset} 1124 For font specifiers, @var{matchspec} should be a list (@var{charset}
1125 . @var{second-stage-p}), and the specification (a font string) must have 1125 . @var{second-stage-p}), and the specification (a font string) must have
1126 a registry that matches the charset's registry. (This only makes sense 1126 a registry that matches the charset's registry. (This only makes sense
1127 with Mule support.) This makes it easy to choose a font that can 1127 with Mule support.) This makes it easy to choose a font that can
1128 display a particular character. (This is what redisplay does, in fact.) 1128 display a particular character. (This is what redisplay does, in fact.)