.emacs-my
changeset 175 a505ab71060a
parent 174 87a5496d252c
child 176 69d65b8a0a25
equal deleted inserted replaced
174:87a5496d252c 175:a505ab71060a
    10 ;; ~/.emacs load this file after ~/.emacs-pre, but before ~/.emacs-post.
    10 ;; ~/.emacs load this file after ~/.emacs-pre, but before ~/.emacs-post.
    11 
    11 
    12 ;; ======================================================================
    12 ;; ======================================================================
    13 ;; Debugging.
    13 ;; Debugging.
    14 
    14 
    15 ;; Shut off message buffer by setting nil. Note - if you need to debug emacs,
    15 ;; Shut off message buffer by setting nil.
    16 ;; comment these out so you can see what's going on.
       
    17 (setq message-log-max 100)
    16 (setq message-log-max 100)
    18 
    17 
    19 ;;(add-hook 'after-init-hook
    18 ;;(add-hook 'after-init-hook
    20 ;;    '(lambda () (setq debug-on-error t)))
    19 ;;    '(lambda () (setq debug-on-error t)))
    21 ;;(debug-on-entry 'command-line-1)
    20 ;;(debug-on-entry 'command-line-1)