.emacs-my
changeset 1571 5d67b50a7767
parent 1570 30e7cac3143c
child 1572 b1b66c93c910
equal deleted inserted replaced
1570:30e7cac3143c 1571:5d67b50a7767
  2698 ;; Use C-x SPACE to set breakpoint in source file.
  2698 ;; Use C-x SPACE to set breakpoint in source file.
  2699 
  2699 
  2700 (eval-when 'compile (require 'gdb-mi nil t))
  2700 (eval-when 'compile (require 'gdb-mi nil t))
  2701 
  2701 
  2702 (setq gdb-show-main t)                  ; See also (gdb-many-windows)
  2702 (setq gdb-show-main t)                  ; See also (gdb-many-windows)
       
  2703 
       
  2704 (setq gud-pdb-command-name "python3 -m pdb")
  2703 
  2705 
  2704 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2706 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2705 (message "completion, abbrev")
  2707 (message "completion, abbrev")
  2706 
  2708 
  2707 (setq completion-ignore-case t)
  2709 (setq completion-ignore-case t)