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