equal
deleted
inserted
replaced
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 |