Emacs Lisp¤Îʸ»úÎó¤Ïʸ»ú¤Î½ç½øÎó¤òÊÝ»ý¤·¤Æ¤¤¤ëÇÛÎó¤Ç¤¹¡£ ʸ»úÎó¤Ï¡¢¥·¥ó¥Ü¥ë¡¢¥Ð¥Ã¥Õ¥¡¡¢¥Õ¥¡¥¤¥ë¤Î¤½¤ì¤¾¤ì¤Î̾Á°¤È¤·¤Æ¡¢ ¥æ¡¼¥¶¡¼¤Ø¥á¥Ã¥»¡¼¥¸¤òÁ÷¤ë¤¿¤á¡¢ ¥Ð¥Ã¥Õ¥¡´Ö¤Ç¥³¥Ô¡¼¤¹¤ë¥Æ¥¥¹¥È¤òÊÝ»ý¤¹¤ë¤¿¤á¡¢ ¤½¤Î¾¤µ¤Þ¤¶¤Þ¤ÊÌÜŪ¤Ë»È¤ï¤ì¤Þ¤¹¡£ ʸ»úÎó¤Ï¤È¤Æ¤â½ÅÍפʤΤǡ¢ Emacs Lisp¤Ë¤Ïʸ»úÎó¤òÁàºî¤¹¤ë´Ø¿ô¤¬¿ô¿¤¯¤¢¤ê¤Þ¤¹¡£ Emacs Lisp¤Î¥×¥í¥°¥é¥à¤Ç¤Ï¡¢¸Ä¡¹¤Îʸ»ú¤è¤ê¤âʸ»úÎó¤ò¿ÍѤ·¤Þ¤¹¡£
¥¡¼¥Ü¡¼¥Éʸ»ú¥¤¥Ù¥ó¥È¤òɽ¤¹Ê¸»úÎó¤Ë´Ø¤¹¤ëÆÃÊ̤ÊÇÛθ¤Ë¤Ä¤¤¤Æ¤Ï¡¢ See Strings of Events¡£
• Basics: | Basic properties of strings and characters. | |
• Predicates for Strings: | Testing whether an object is a string or char. | |
• Creating Strings: | Functions to allocate new strings. | |
• Modifying Strings: | Altering the contents of an existing string. | |
• Text Comparison: | Comparing characters or strings. | |
• String Conversion: | Converting characters or strings and vice versa. | |
• Formatting Strings: | format : Emacs’s analogue of printf .
| |
• Case Conversion: | Case conversion functions. | |
• Case Tables: | Customizing case conversion. |