emacs.rst
changeset 1189 78104ca7c163
parent 1143 3a3389b22964
child 1207 b014c71fdb7d
child 1265 f98228108bb6
equal deleted inserted replaced
1188:9ec5ad4e7d15 1189:78104ca7c163
    55 Or invoke elisp "shell" by M-x ielm.
    55 Or invoke elisp "shell" by M-x ielm.
    56 
    56 
    57 What functions and variables Emacs load and from which files?
    57 What functions and variables Emacs load and from which files?
    58 -------------------------------------------------------------
    58 -------------------------------------------------------------
    59 
    59 
    60 See value of variable ``load-history`` (by C-h v load-history RET).
    60 See value of variable ``load-history`` (by C-h v load-history RET)::
       
    61 
       
    62   (symbol-file 'c-mode)
    61 
    63 
    62 Using edebug.
    64 Using edebug.
    63 -------------
    65 -------------
    64 
    66 
    65 Execute ``M-x edebug-defun`` (also on ``C-u C-M-x``) on defun in source code to
    67 Execute ``M-x edebug-defun`` (also on ``C-u C-M-x``) on defun in source code to