Next: Windows, Previous: Backups and Auto-Saving, Up: Top [Contents][Index]
¥Ð¥Ã¥Õ¥¡¡Êbuffer¡Ë¤Ï¡¢ÊÔ½¸¤¹¤ë¥Æ¥¥¹¥È¤ò¼ý¤á¤Æ¤¤¤ë Lisp¥ª¥Ö¥¸¥§¥¯¥È¤Ç¤¹¡£ ¥Ð¥Ã¥Õ¥¡¤Ï¡¢Ë¬Ì䤷¤Æ¤¤¤ë¥Õ¥¡¥¤¥ë¤Î¥Æ¥¥¹¥È¤òÊÝ»ý¤¹¤ë¤¿¤á¤Ë»È¤ï¤ì¤Þ¤¹¤¬¡¢ ¥Õ¥¡¥¤¥ë¤òˬÌ䤷¤Æ¤¤¤Ê¤¤¥Ð¥Ã¥Õ¥¡¤â¤¢¤ê¤Þ¤¹¡£ °ìÅÙ¤ËÊ£¿ô¤Î¥Ð¥Ã¥Õ¥¡¤¬Â¸ºß¤·¤Æ¤«¤Þ¤¤¤Þ¤»¤ó¤¬¡¢ ¤¢¤ë»þÅÀ¤Ç¤Ï¤¿¤Ã¤¿1¤Ä¤Î¥Ð¥Ã¥Õ¥¡¤¬¥«¥ì¥ó¥È¥Ð¥Ã¥Õ¥¡ ¡Êcurrent buffer¡Ë¤È¤·¤Æ¶èÊ̤µ¤ì¤Þ¤¹¡£ ¤Û¤È¤ó¤É¤ÎÊÔ½¸¥³¥Þ¥ó¥É¤Ï¡¢¥«¥ì¥ó¥È¥Ð¥Ã¥Õ¥¡¤ÎÆâÍÆ¤ËºîÍѤ·¤Þ¤¹¡£ ¥«¥ì¥ó¥È¥Ð¥Ã¥Õ¥¡¤ò´Þ¤à³Æ¥Ð¥Ã¥Õ¥¡¤Ï¡¢¥¦¥£¥ó¥É¥¦¤Ëɽ¼¨¤µ¤ì¤ë¤³¤È¤â ¤µ¤ì¤Ê¤¤¤³¤È¤â¤¢¤ê¤Þ¤¹¡£
• Buffer Basics: | What is a buffer? | |
• Current Buffer: | Designating a buffer as current so primitives will access its contents. | |
• Buffer Names: | Accessing and changing buffer names. | |
• Buffer File Name: | The buffer file name indicates which file is visited. | |
• Buffer Modification: | A buffer is modified if it needs to be saved. | |
• Modification Time: | Determining whether the visited file was changed “behind Emacs’s back”. | |
• Read Only Buffers: | Modifying text is not allowed in a read-only buffer. | |
• The Buffer List: | How to look at all the existing buffers. | |
• Creating Buffers: | Functions that create buffers. | |
• Killing Buffers: | Buffers exist until explicitly killed. | |
• Indirect Buffers: | An indirect buffer shares text with some other buffer. |