.emacs-my
changeset 216 ccc50f3ab69a
parent 211 a07b53a7b415
child 217 1c42ba3ac4ba
equal deleted inserted replaced
213:97807e9a6224 216:ccc50f3ab69a
    12 ;; ======================================================================
    12 ;; ======================================================================
    13 ;; Debugging.
    13 ;; Debugging.
    14 
    14 
    15 ;; Shut off message buffer by setting nil.
    15 ;; Shut off message buffer by setting nil.
    16 (setq message-log-max 100)
    16 (setq message-log-max 100)
    17 
       
    18 ;;(add-hook 'after-init-hook
       
    19 ;;    '(lambda () (setq debug-on-error t)))
       
    20 ;;(debug-on-entry 'command-line-1)
       
    21 
    17 
    22 ;; Set the debug option to enable a backtrace when a problem occurs.
    18 ;; Set the debug option to enable a backtrace when a problem occurs.
    23 (setq debug-on-error nil)               ; t/nil
    19 (setq debug-on-error nil)               ; t/nil
    24 
    20 
    25 ;; ======================================================================
    21 ;; ======================================================================