emacs.rst
changeset 799 4052d3b154d8
parent 798 c5cff695aec7
child 804 8abdb87eede7
child 806 3ebfc31f15d5
equal deleted inserted replaced
798:c5cff695aec7 799:4052d3b154d8
    19   # Local variables<colon>
    19   # Local variables<colon>
    20   # variable<colon> value
    20   # variable<colon> value
    21   # End<colon>
    21   # End<colon>
    22 
    22 
    23 * Debugging.
    23 * Debugging.
       
    24 
       
    25 ** Evaluating elisp expression on the fly.
       
    26 
       
    27 Type M-: than lisp expression than type RET.
       
    28 
       
    29 Or in any buffer place point at the end of lisp expression and type C-x C-e.
       
    30 
       
    31 Or invoke elisp "shell" by M-x ielm.
    24 
    32 
    25 ** What functions and variables Emacs load and from which files?
    33 ** What functions and variables Emacs load and from which files?
    26 
    34 
    27 See value of variable 'load-history' (by C-h v load-history RET).
    35 See value of variable 'load-history' (by C-h v load-history RET).
    28 
    36