[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/realgud 131ad58 122/140: Disable breakpoint file findin
From: |
Rocky Bernstein |
Subject: |
[elpa] externals/realgud 131ad58 122/140: Disable breakpoint file finding callback function for noww |
Date: |
Sat, 25 May 2019 19:35:48 -0400 (EDT) |
branch: externals/realgud
commit 131ad58cd08e19e3b47dc69af5a7f229215e21d8
Author: rocky <address@hidden>
Commit: rocky <address@hidden>
Disable breakpoint file finding callback function for noww
---
realgud/common/track.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/common/track.el b/realgud/common/track.el
index 63cafa4..b131e30 100644
--- a/realgud/common/track.el
+++ b/realgud/common/track.el
@@ -467,7 +467,7 @@ Otherwise return nil."
(when source-str
(setq source-str (ansi-color-filter-apply
source-str)))
- (cond (callback-loc-fn
+ (cond ((and nil callback-loc-fn)
(funcall callback-loc-fn text
filename lineno source-str
cmd-mark directory))
- [elpa] externals/realgud 6706358 073/140: Add format specifier %q a la ksh..., (continued)
- [elpa] externals/realgud 6706358 073/140: Add format specifier %q a la ksh..., Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud aa76fb0 085/140: Tidy a bit, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud 1a69faf 083/140: CircleCI 2nd try, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud cbcacd8 098/140: gdb: parse -ex --eval-command, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud 3904510 074/140: Large change to allow blacklisted files, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud b8b587b 109/140: ipdb need ANSI schmutz removed..., Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud 0b5ebbf 104/140: Merge pull request #223 from realgud/better-bp-track, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud 446c26b 102/140: Adds ource-path to cmdbuf..., Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud f4c4ccd 118/140: Fix improper breakpoint file-callback function parameters, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud 1da5f2b 113/140: Merge branch 'master' of github.com:realgud/realgud, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud 131ad58 122/140: Disable breakpoint file finding callback function for noww,
Rocky Bernstein <=
- [elpa] externals/realgud 4cb19e3 127/140: Remove some emacs compile warnings, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud bab9fb9 105/140: DRY a js regexp by hoisting it to lang/js.el, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud a293690 107/140: configure.ac: Fix NO_CHECK_EMACS_PACKAGES elisp., Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud 814aebb 117/140: Make sure to autoload attach functions, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud 21e5a58 116/140: Merge pull request #242 from alyssais/patch-1, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud 917a46f 138/140: Add realgud:file-remove-ignore to remove a previously ignored entry., Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud d8afc89 135/140: Merge pull request #241 from beyondpie/pdb_pr_szu, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud 9a9f6dc 132/140: Add 'B' key to get list of breakpoints, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud 36782d6 108/140: Merge pull request #226 from Apteryks/master, Rocky Bernstein, 2019/05/25
- [elpa] externals/realgud 296a802 106/140: Hoist syntax-checking kbd command, Rocky Bernstein, 2019/05/25