comparison lispref/objects.texi @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 548375b6b1f8
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
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 @anchor{modifier bits} 412 The X Window System defines three other modifier bits that can be set
413 modifier bits that can be set
414 in a character: @dfn{hyper}, @dfn{super} and @dfn{alt}. The syntaxes 413 in a character: @dfn{hyper}, @dfn{super} and @dfn{alt}. The syntaxes
415 for these bits are @samp{\H-}, @samp{\s-} and @samp{\A-}. (Case is 414 for these bits are @samp{\H-}, @samp{\s-} and @samp{\A-}. (Case is
416 significant in these prefixes.) Thus, @samp{?\H-\M-\A-x} represents 415 significant in these prefixes.) Thus, @samp{?\H-\M-\A-x} represents
417 @kbd{Alt-Hyper-Meta-x}. (Note that @samp{\s} with no following @samp{-} 416 @kbd{Alt-Hyper-Meta-x}. (Note that @samp{\s} with no following @samp{-}
418 represents the space character.) 417 represents the space character.)
1901 (equal (cdr @var{x}) (cdr @var{y})) 1900 (equal (cdr @var{x}) (cdr @var{y}))
1902 @end example 1901 @end example
1903 1902
1904 Because of this recursive method, circular lists may therefore cause 1903 Because of this recursive method, circular lists may therefore cause
1905 infinite recursion (leading to an error). 1904 infinite recursion (leading to an error).
1906
1907 @ignore
1908 arch-tag: 9711a66e-4749-4265-9e8c-972d55b67096
1909 @end ignore