Next: Quitting, Previous: Amusements, Up: Top [Contents][Index]
ËܾϤǤϡ¢Emacs¤Îưºî¤ò¡Ê¤¢¤Þ¤êÂçÉý¤Ç¤Ê¤¯¡Ë¥«¥¹¥¿¥Þ¥¤¥º¤¹¤ëÊýË¡¤Ë ¤Ä¤¤¤ÆÀâÌÀ¤·¤Þ¤¹¡£ ¤â¤Ã¤ÈÂçÉý¤ÊÊѹ¹¤ò¹Ô¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï The Emacs Lisp Reference Manual¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£
¥«¥¹¥¿¥Þ¥¤¥º¤Ï¡¢Emacs¤Î1¤Ä¤Î¥»¥Ã¥·¥ç¥ó¤ÎÃæ¤À¤±¤Ç¸ú²Ì¤ò»ý¤Á¤Þ¤¹¡£ Emacs¤ò½ªÎ»¤¹¤ë¤È¥«¥¹¥¿¥Þ¥¤¥º¤Î¸ú²Ì¤Ï¼º¤ï¤ì¤Þ¤¹¤·¡¢ Ʊ»þ¤Ë¤¢¤ë¤¤¤Ï¤¢¤È¤ÇÊ̤ÎEmacs¤òΩ¤Á¾å¤²¤¿¾ì¹ç¤Ë¤â²¿¤Î±Æ¶Á¤âµÚ¤Ü¤·¤Þ¤»¤ó¡£ ¤¢¤ëEmacs¤Î¥»¥Ã¥·¥ç¥ó¤¬¥»¥Ã¥·¥ç¥ó¤òͤ¨¤Æ±Æ¶Á¤¹¤ë¤¿¤á¤Ë¤Ï¡¢ ¥Õ¥¡¥¤¥ë¤Ë½ñ¤¯¤·¤«¤¢¤ê¤Þ¤»¤ó¡£ ÆÃ¤Ë¡¢¥«¥¹¥¿¥Þ¥¤¥º¤ò¡Ø¹±µ×²½¡Ù¤·¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢ ¸Ä¿Í¤Î.emacs¥Õ¥¡¥¤¥ë¤ä ¤½¤Î¾¤Î´ØÏ¢¤¹¤ë¥Õ¥¡¥¤¥ë¤ËŬÀÚ¤ÊÆâÍÆ¤ò½ñ¤¹þ¤ó¤Ç¤ª¤¡¢ ¥»¥Ã¥·¥ç¥ó¤´¤È¤Ë¥«¥¹¥¿¥Þ¥¤¥º¤¬¹Ô¤ï¤ì¤ë¤è¤¦¤Ë¤·¤Þ¤¹¡£ See Init File¡£
• Minor Modes: | Each minor mode is one feature you can turn on independently of any others. | |
• Variables: | Many Emacs commands examine Emacs variables to decide what to do; by setting variables, you can control their functioning. | |
• Keyboard Macros: | A keyboard macro records a sequence of keystrokes to be replayed with a single command. | |
• Key Bindings: | The keymaps say what command each key runs. By changing them, you can "redefine keys". | |
• Keyboard Translations: | If your keyboard passes an undesired code for a key, you can tell Emacs to substitute another code. | |
• Syntax: | The syntax table controls how words and expressions are parsed. | |
• Init File: | How to write common customizations in the .emacs file. |