Next: Type Predicates, Previous: Programming Types, Up: Lisp Data Types [Contents][Index]
Á°Àá¤Î·¿¤Ï°ìÈÌ¤Î¥×¥í¥°¥é¥à¸þ¤±¤Ë»È¤¦¤â¤Î¤Ç¡¢ ¤½¤Î¤Û¤È¤ó¤É¤Ï¡¢¤Û¤ó¤É¤ÎLispÊý¸À¤Ë¶¦Ä̤·¤Æ¤¤¤Þ¤¹¡£ Emacs Lisp¤Ë¤Ï¡¢ÊÔ½¸¤Ë´ØÏ¢¤·¤¿ÌÜŪ¸þ¤±¤Ë¤¤¤¯¤Ä¤«¤Î¥Ç¡¼¥¿·¿¤¬¤¢¤ê¤Þ¤¹¡£
• Buffer Type: | The basic object of editing. | |
• Marker Type: | A position in a buffer. | |
• Window Type: | Buffers are displayed in windows. | |
• Frame Type: | Windows subdivide frames. | |
• Window Configuration Type: | Recording the way a frame is subdivided. | |
• Frame Configuration Type: | Recording the status of all frames. | |
• Process Type: | A process running on the underlying OS. | |
• Stream Type: | Receive or send characters. | |
• Keymap Type: | What function a keystroke invokes. | |
• Overlay Type: | How an overlay is represented. |