Next: Non-ASCII Characters, Previous: Markers, Up: Top [Contents][Index]
ËܾϤǤϡ¢¥Ð¥Ã¥Õ¥¡Æâ¤Î¥Æ¥¥¹¥È¤ò°·¤¦´Ø¿ô¤Ë¤Ä¤¤¤Æ½Ò¤Ù¤Þ¤¹¡£ ¤½¤ì¤é¤Î¤Û¤È¤ó¤É¤Ï¡¢¥«¥ì¥ó¥È¥Ð¥Ã¥Õ¥¡Æâ¤Î¥Æ¥¥¹¥È¤ò Ä´¤Ù¤¿¤êÁÞÆþ¤·¤¿¤êºï½ü¤·¤Þ¤¹¤¬¡¢¤·¤Ð¤·¤Ð¥Ý¥¤¥ó¥ÈÉÕ¶á¤Ç¹Ô¤¤¤Þ¤¹¡£ ¿¤¯¤ÏÂÐÏÃŪ¤Ë»È¤¨¤Þ¤¹¡£ ¥Æ¥¥¹¥È¤òÊѹ¹¤¹¤ë¤¹¤Ù¤Æ¤Î´Ø¿ô¤Ï¡¢Êѹ¹¤ò¼è¤ê¾Ã¤»¤Þ¤¹¡Êsee Undo¡Ë¡£
¥Æ¥¥¹¥È´ØÏ¢¤Î¿¤¯¤Î´Ø¿ô¤Ï¡¢start¤Èend¤È¤¤¤¦Ì¾Á°¤Î°ú¿ô¤ÇÅϤµ¤ì¤¿
2¤Ä¤Î¥Ð¥Ã¥Õ¥¡Æâ°ÌÃÖ¤ÇÄêµÁ¤µ¤ì¤ë¥Æ¥¥¹¥È¤ÎÎΰè¤ËºîÍѤ·¤Þ¤¹¡£
¤³¤ì¤é¤Î°ú¿ô¤Ï¡¢¥Þ¡¼¥«¡Êsee Markers¡Ë¤Ç¤¢¤ë¤«
ʸ»ú¤Î°ÌÃÖ¤òɽ¤¹¿ôÃÍ¡Êsee Positions¡Ë¤Ç¤¢¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£
¤³¤ì¤é¤Î°ú¿ô¤Î½çÈ֤ϴط¸¤Ê¤¯¡¢start¤¬Îΰè¤Î½ªÎ»°ÌÃÖ¤Ç
end¤¬³«»Ï°ÌÃ֤Ǥ¢¤Ã¤Æ¤â¤Þ¤Ã¤¿¤¯ÌäÂꤢ¤ê¤Þ¤»¤ó¡£
¤¿¤È¤¨¤Ð¡¢(delete-region 1 10)
¤È(delete-region 10 1)
¤ÏƱÃͤǤ¹¡£
start¤äend¤¬¥Ð¥Ã¥Õ¥¡¤Î»²¾È²ÄǽÉôʬ¤Î³°Â¦¤Ë¤¢¤ë¤È
¥¨¥é¡¼args-out-of-range
¤òÄÌÃΤ·¤Þ¤¹¡£
ÂÐÏÃŪ¤Ê¸Æ¤Ó½Ð¤·¤Ç¤Ï¡¢¥Ý¥¤¥ó¥È¤È¥Þ¡¼¥¯¤ò¤³¤ì¤é¤Î°ú¿ô¤È¤·¤Æ»È¤¤¤Þ¤¹¡£
ËܾϤǤϡ¢¥Ð¥Ã¥Õ¥¡Æâ¤Îʸ»ú¤ò¡Ê´Ø·¸¤¢¤ë¤È¤¤Ë¤Ï¡Ë ¤½¤ì¤é¤Î¥Æ¥¥¹¥È°À¤ò´Þ¤á¤Æ¡Ø¥Æ¥¥¹¥È¡Ù¤È¸Æ¤Ó¤Þ¤¹¡£
• Near Point: | Examining text in the vicinity of point. | |
• Buffer Contents: | Examining text in a general fashion. | |
• Comparing Text: | Comparing substrings of buffers. | |
• Insertion: | Adding new text to a buffer. | |
• Commands for Insertion: | User-level commands to insert text. | |
• Deletion: | Removing text from a buffer. | |
• User-Level Deletion: | User-level commands to delete text. | |
• The Kill Ring: | Where removed text sometimes is saved for later use. | |
• Undo: | Undoing changes to the text of a buffer. | |
• Maintaining Undo: | How to enable and disable undo information. How to control how much information is kept. | |
• Filling: | Functions for explicit filling. | |
• Margins: | How to specify margins for filling commands. | |
• Adaptive Fill: | Adaptive Fill mode chooses a fill prefix from context. | |
• Auto Filling: | How auto-fill mode is implemented to break lines. | |
• Sorting: | Functions for sorting parts of the buffer. | |
• Columns: | Computing horizontal positions, and using them. | |
• Indentation: | Functions to insert or adjust indentation. | |
• Case Changes: | Case conversion of parts of the buffer. | |
• Text Properties: | Assigning Lisp property lists to text characters. | |
• Substitution: | Replacing a given character wherever it appears. | |
• Transposition: | Swapping two portions of a buffer. | |
• Registers: | How registers are implemented. Accessing the text or position stored in a register. | |
• Change Hooks: | Supplying functions to be run when text is changed. |
Next: Non-ASCII Characters, Previous: Markers, Up: Top [Contents][Index]