Next: , Previous: Macro Forms, Up: Forms   [Contents][Index]


8.2.7 ¥¹¥Ú¥·¥ã¥ë¥Õ¥©¡¼¥à

¥¹¥Ú¥·¥ã¥ë¥Õ¥©¡¼¥à¡Êspecial form¡Ë¤Ï¡¢ ¤½¤Î°ú¿ô¤òɾ²Á¤·¤Ê¤¤¤è¤¦¤ËÆÃÊ̤ʰõ¤¬ÉÕ¤¤¤¿´ðËÜ´Ø¿ô¤Ç¤¹¡£ ¤Û¤È¤ó¤É¤Î¥¹¥Ú¥·¥ã¥ë¥Õ¥©¡¼¥à¤Ï¡¢À©¸æ¹½Â¤¤òÄêµÁ¤·¤¿¤ê¡¢ ÊÑ¿ô¤ò«Çû¤·¤¿¤ê¤·¤Þ¤¹¡£ ¤³¤ì¤é¤Ï¤É¤ì¤â´Ø¿ô¤Ç¤Ï¤Ç¤­¤Ê¤¤¤³¤È¤Ç¤¹¡£

³Æ¥¹¥Ú¥·¥ã¥ë¥Õ¥©¡¼¥à¤Ë¤Ï¡¢¤É¤Î°ú¿ô¤Ïɾ²Á¤·¡¢ ¤É¤Î°ú¿ô¤Ïɾ²Á¤»¤º¤Ë»È¤¦¤«¤È¤¤¤Ã¤¿¤½¤ì¤¾¤ì¤ËÆÈ¼«¤Îµ¬Â§¤¬¤¢¤ê¤Þ¤¹¡£ ÆÃÄê¤Î°ú¿ô¤òɾ²Á¤¹¤ë¤«¤É¤¦¤«¤Ï¡¢Â¾¤Î°ú¿ô¤Îɾ²Á·ë²Ì¤Ë°Í¸¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£

°Ê²¼¤Ë¡¢Emacs Lisp¤Î¤¹¤Ù¤Æ¤Î¥¹¥Ú¥·¥ã¥ë¥Õ¥©¡¼¥à¤ò¥¢¥ë¥Õ¥¡¥Ù¥Ã¥È½ç¤Ë¡¢ »²¾È²Õ½ê¤È¤È¤â¤Ë¤¢¤²¤Æ¤ª¤­¤Þ¤¹¡£

and

see Combining Conditions

catch

see Catch and Throw

cond

see Conditionals

condition-case

see Handling Errors

defconst

see Defining Variables

defmacro

see Defining Macros

defun

see Defining Functions

defvar

see Defining Variables

function

see Anonymous Functions

if

see Conditionals

interactive

see Interactive Call

let
let*

see Local Variables

or

see Combining Conditions

prog1
prog2
progn

see Sequencing

quote

see Quoting

save-current-buffer

see Current Buffer

save-excursion

see Excursions

save-restriction

see Narrowing

save-window-excursion

see Window Configurations

setq

see Setting Variables

setq-default

see Creating Buffer-Local

track-mouse

see Mouse Tracking

unwind-protect

see Nonlocal Exits

while

see Iteration

with-output-to-temp-buffer

see Temporary Displays

Common Lisp¤Ë´Ø¤·¤¿Ãí°Õ¡§ GNU Emacs Lisp¤ÈCommon Lisp¤Î¥¹¥Ú¥·¥ã¥ë¥Õ¥©¡¼¥à¤òÈæ³Ó¤·¤Æ¤ß¤ë¡£ setq¡¢if¡¢¤ª¤è¤Ó¡¢catch¤Ï¡¢Emacs Lisp¤Ç¤â Common Lisp¤Ç¤â¥¹¥Ú¥·¥ã¥ë¥Õ¥©¡¼¥à¤Ç¤¢¤ë¡£ defun¤Ï¡¢Emacs Lisp¤Ç¤Ï¥¹¥Ú¥·¥ã¥ë¥Õ¥©¡¼¥à¤Ç¤¢¤ë¤¬¡¢ Common Lisp¤Ç¤Ï¥Þ¥¯¥í¤Ç¤¢¤ë¡£ save-excursion¤Ï¡¢Emacs Lisp¤Ç¤Ï¥¹¥Ú¥·¥ã¥ë¥Õ¥©¡¼¥à¤Ç¤¢¤ë¤¬¡¢ Common Lisp¤Ë¤Ï¸ºß¤·¤Ê¤¤¡£ throw¤Ï¡¢Common Lisp¤Ç¤Ï¡ÊÊ£¿ô¤ÎÃͤòÊÖ¤¹É¬Íפ¬¤¢¤ë¤¿¤á¡Ë ¥¹¥Ú¥·¥ã¥ë¥Õ¥©¡¼¥à¤Ç¤¢¤ë¤¬¡¢ Emacs Lisp¤Ç¤Ï¡ÊÊ£¿ô¤ÎÃͤϤʤ¤¤¿¤á¡Ë´Ø¿ô¤Ç¤¢¤ë¡£