Mercurial > emacs
comparison lispref/objects.texi @ 52188:3c4ff8bbdc85
(Character Type): Define anchor "modifier bits".
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 13 Aug 2003 17:24:09 +0000 |
parents | 7c793b188969 |
children | 695cf19ef79e |
comparison
equal
deleted
inserted
replaced
52187:a39b6df244a7 | 52188:3c4ff8bbdc85 |
---|---|
407 represents the shifted-control-o character. | 407 represents the shifted-control-o character. |
408 | 408 |
409 @cindex hyper characters | 409 @cindex hyper characters |
410 @cindex super characters | 410 @cindex super characters |
411 @cindex alt characters | 411 @cindex alt characters |
412 The X Window System defines three other modifier bits that can be set | 412 The X Window System defines three other @anchor{modifier bits} |
413 modifier bits that can be set | |
413 in a character: @dfn{hyper}, @dfn{super} and @dfn{alt}. The syntaxes | 414 in a character: @dfn{hyper}, @dfn{super} and @dfn{alt}. The syntaxes |
414 for these bits are @samp{\H-}, @samp{\s-} and @samp{\A-}. (Case is | 415 for these bits are @samp{\H-}, @samp{\s-} and @samp{\A-}. (Case is |
415 significant in these prefixes.) Thus, @samp{?\H-\M-\A-x} represents | 416 significant in these prefixes.) Thus, @samp{?\H-\M-\A-x} represents |
416 @kbd{Alt-Hyper-Meta-x}. (Note that @samp{\s} with no following @samp{-} | 417 @kbd{Alt-Hyper-Meta-x}. (Note that @samp{\s} with no following @samp{-} |
417 represents the space character.) | 418 represents the space character.) |