comparison man/internals/internals.texi @ 363:972bbb6d6ca2 r21-1-11

Import from CVS: tag r21-1-11
author cvs
date Mon, 13 Aug 2007 10:59:28 +0200
parents 8e84bee8ddd0
children a4f53d9b3154
comparison
equal deleted inserted replaced
362:1e474c183006 363:972bbb6d6ca2
7017 this is the code executed to handle any stuff that needs to be done 7017 this is the code executed to handle any stuff that needs to be done
7018 (e.g. designating back to ASCII and left-to-right mode) after all 7018 (e.g. designating back to ASCII and left-to-right mode) after all
7019 other encoded/decoded data has been written out. This is not used for 7019 other encoded/decoded data has been written out. This is not used for
7020 charset CCL programs. 7020 charset CCL programs.
7021 7021
7022 REGISTER: 0..7 -- refered by RRR or rrr 7022 REGISTER: 0..7 -- referred by RRR or rrr
7023 7023
7024 OPERATOR BIT FIELD (27-bit): XXXXXXXXXXXXXXX RRR TTTTT 7024 OPERATOR BIT FIELD (27-bit): XXXXXXXXXXXXXXX RRR TTTTT
7025 TTTTT (5-bit): operator type 7025 TTTTT (5-bit): operator type
7026 RRR (3-bit): register number 7026 RRR (3-bit): register number
7027 XXXXXXXXXXXXXXXX (15-bit): 7027 XXXXXXXXXXXXXXXX (15-bit):
7403 There is a separate Lisp object type for each of these four concepts. 7403 There is a separate Lisp object type for each of these four concepts.
7404 Furthermore, there is logically a @dfn{selected console}, 7404 Furthermore, there is logically a @dfn{selected console},
7405 @dfn{selected display}, @dfn{selected frame}, and @dfn{selected window}. 7405 @dfn{selected display}, @dfn{selected frame}, and @dfn{selected window}.
7406 Each of these objects is distinguished in various ways, such as being the 7406 Each of these objects is distinguished in various ways, such as being the
7407 default object for various functions that act on objects of that type. 7407 default object for various functions that act on objects of that type.
7408 Note that every containing object rememembers the ``selected'' object 7408 Note that every containing object remembers the ``selected'' object
7409 among the objects that it contains: e.g. not only is there a selected 7409 among the objects that it contains: e.g. not only is there a selected
7410 window, but every frame remembers the last window in it that was 7410 window, but every frame remembers the last window in it that was
7411 selected, and changing the selected frame causes the remembered window 7411 selected, and changing the selected frame causes the remembered window
7412 within it to become the selected window. Similar relationships apply 7412 within it to become the selected window. Similar relationships apply
7413 for consoles to devices and devices to frames. 7413 for consoles to devices and devices to frames.