comparison lisp/gud.el @ 24302:814e54320fab

(jdb): Fix regexp for comint-prompt-regexp.
author Andreas Schwab <schwab@suse.de>
date Fri, 12 Feb 1999 10:38:47 +0000
parents 9392dd2e6137
children 057ac0671554
comparison
equal deleted inserted replaced
24301:b09b949b5433 24302:814e54320fab
1885 (gud-def gud-remove "clear %l" "\C-d" "Remove breakpoint at current line") 1885 (gud-def gud-remove "clear %l" "\C-d" "Remove breakpoint at current line")
1886 (gud-def gud-step "step" "\C-s" "Step one source line with display.") 1886 (gud-def gud-step "step" "\C-s" "Step one source line with display.")
1887 (gud-def gud-next "next" "\C-n" "Step one line (skip functions).") 1887 (gud-def gud-next "next" "\C-n" "Step one line (skip functions).")
1888 (gud-def gud-cont "cont" "\C-r" "Continue with display.") 1888 (gud-def gud-cont "cont" "\C-r" "Continue with display.")
1889 1889
1890 (setq comint-prompt-regexp "^> \|^.+\[[0-9]+\] ") 1890 (setq comint-prompt-regexp "^> \\|^.+\\[[0-9]+\\] ")
1891 (setq paragraph-start comint-prompt-regexp) 1891 (setq paragraph-start comint-prompt-regexp)
1892 (run-hooks 'jdb-mode-hook) 1892 (run-hooks 'jdb-mode-hook)
1893 1893
1894 ;; Create and bind the class/source association list as well as the source 1894 ;; Create and bind the class/source association list as well as the source
1895 ;; file list. 1895 ;; file list.