Previous: Equivalence, Up: Glyphs   [Contents][Index]


13.9.7 @point{} (∗): ¥Ð¥Ã¥Õ¥¡¤Î¥Ý¥¤¥ó¥È¤ò¼¨¤¹

Emacs¥Ð¥Ã¥Õ¥¡¤Î¥Æ¥­¥¹¥È¤ÎÎã¤ò¸«¤»¤ëɬÍפ¬¤¢¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡¥¤½¤Î¤è¤¦¤Ê Îã¤Ç¤Ï¡¤¥Ð¥Ã¥Õ¥¡Ì¾¤ò´Þ¤àÆó¹Ô¤Î¥À¥Ã¥·¥å¤Î´Ö¤ËÌäÂê¤Î¥Ð¥Ã¥Õ¥¡Á´ÂÎ¤ÎÆâÍÆ¤ò´Þ ¤á¤ë´·½¬¤¬¤¢¤ê¤Þ¤¹¡¥

¥Ð¥Ã¥Õ¥¡¤Î¥Æ¥­¥¹¥È¤Ç¥Ý¥¤¥ó¥È¤Î¾ì½ê¤òɽ¼¨¤¹¤ë¤¿¤á¡¤‘@point{}’¥³¥Þ ¥ó¥É¤ò»ÈÍѤ¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡¥(¥Ý¥¤¥ó¥È¤Î¥·¥ó¥Ü¥ë¤Ï¡¤¤â¤Á¤í¤ó¥Ð¥Ã¥Õ¥¡¤Î ¥Æ¥­¥¹¥È¤Î°ìÉô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡¥¤½¤ì¤Ï¡¤¥Ý¥¤¥ó¥È¤¬¤¢¤ëÆóʸ»ú¤Î´Ö¤Î ¾ì½ê¤ò¼¨¤·¤Þ¤¹¡¥)

°Ê²¼¤ÎÎã¤Ï¡¤Ã±¸ìchanged¤òÁÞÆþ¤¹¤ë¤¿¤á¤ÎLisp¥³¥Þ¥ó¥É¤òɾ²Á¤·¤¿¡¤Á° ¸å¤Îfoo¥Ð¥Ã¥Õ¥¡¤ÎÆâÍÆ¤òɽ¼¨¤·¤Æ¤¤¤Þ¤¹¡¥

---------- Buffer: foo ----------
This is the ∗contents of foo.
---------- Buffer: foo ----------

(insert "changed ")
    ⇒ nil
---------- Buffer: foo ----------
This is the changed ∗contents of foo.
---------- Buffer: foo ----------

Texinfo¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Ç¤Ï¡¤Îã¤Ï°Ê²¼¤Î¤è¤¦¤Ë½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡¥

@example
---------- Buffer: foo ----------
This is the @point{}contents of foo.
---------- Buffer: foo ----------

(insert "changed ")
    @result{} nil
---------- Buffer: foo ----------
This is the changed @point{}contents of foo.
---------- Buffer: foo ----------
@end example