[elpa] master a3c4726: Update realgud to MELPA stable 1.4.4

2017-12-16 Thread Rocky Bernstein
13a9624..0826911 100644 --- a/packages/realgud/realgud.el +++ b/packages/realgud/realgud.el @@ -3,7 +3,7 @@ ;; Author: Rocky Bernstein ;; Version: 1.4.4 ;; Package-Type: multi -;; Package-Requires: ((load-relative "1.3") (loc-changes "1.2") (test-simple "1.3.0&qu

[elpa] master 9d2a144 3/3: Merge commit 'b3b69f52207d3a8111421ad7ab9ed82abbe85316'

2018-03-22 Thread Rocky Bernstein
branch: master commit 9d2a144e26f53d3142c743a3371c2ca8b503bdd9 Merge: cc199f5 b3b69f5 Author: rocky Commit: rocky Merge commit 'b3b69f52207d3a8111421ad7ab9ed82abbe85316'

[elpa] master e7c948e 1/3: Bump version to keep in sync with elpa

2018-03-22 Thread Rocky Bernstein
Free Software Foundation, Inc ;; Author: Rocky Bernstein ;; URL: http://github.com/rocky/emacs-test-simple

[elpa] master b3b69f5 2/3: Bump version

2018-03-22 Thread Rocky Bernstein
branch: master commit b3b69f52207d3a8111421ad7ab9ed82abbe85316 Author: rocky Commit: rocky Bump version --- test-simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-simple.el b/test-simple.el index a85f5ba..8f1ec12 100644 --- a/test-simple.el +++ b/test-simple

[elpa] master updated (cc199f5 -> 9d2a144)

2018-03-22 Thread Rocky Bernstein
rocky pushed a change to branch master. from cc199f5 Show progress of automatic el-search-query-replace new e7c948e Bump version to keep in sync with elpa new b3b69f5 Bump version new 9d2a144 Merge commit 'b3b69f52207d3a8111421ad7ab9ed82abbe85316' Summary o

[elpa] master 52b2760: Sync with github and MELPA stable

2018-03-22 Thread Rocky Bernstein
o make install + run_cmd ${MAKE} && \ + run_cmd ${MAKE} check && \ +run_cmd $need_sudo ${MAKE} install ) done diff --git a/packages/realgud/realgud.el b/packages/realgud/realgud.el index 0826911..d15b324 100644 --- a/packages/realgud/realgud.el +++ b/packages/re

[elpa] master updated (b0aeb9e -> 6c6c83a)

2016-03-03 Thread Rocky Bernstein
rocky pushed a change to branch master. from b0aeb9e Merge commit '206468aa4de299ad26c2db12b757f5ad7290912f' new bb13df5 Wrong number of args in test-raises new e693132 Merge commit 'bb13df55aa357538f95c3a8a28cac18533f5d164' new 5f9c47b Merge branch 'master'

[elpa] master bb13df5 1/4: Wrong number of args in test-raises

2016-03-03 Thread Rocky Bernstein
branch: master commit bb13df55aa357538f95c3a8a28cac18533f5d164 Author: rocky Commit: rocky Wrong number of args in test-raises --- Makefile.am|2 +- test-simple.el |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a1c318c..abf9

[elpa] master e693132 2/4: Merge commit 'bb13df55aa357538f95c3a8a28cac18533f5d164'

2016-03-03 Thread Rocky Bernstein
branch: master commit e6931324e044ca9de56f5b6a43b699f6aaaff9c8 Merge: 87f211d bb13df5 Author: rocky Commit: rocky Merge commit 'bb13df55aa357538f95c3a8a28cac18533f5d164' --- packages/test-simple/Makefile.am|2 +- packages/test-simple/test-simple.el |2 +- 2 files changed, 2 inse

[elpa] master 6c6c83a 4/4: Version 1.2.0 Sync with github

2016-03-03 Thread Rocky Bernstein
s case, the command line is set above as the simplest case. +But you run test with dependency, you must use the sexp comment form. + + (test-simple-run "emacs -batch -L %s -L %s -l %s" (file-name-directory (locate-library "test-simple.elc")) (file-name-directory (locat

[elpa] branch realgud created (now 59b0b26)

2016-03-06 Thread Rocky Bernstein
rocky pushed a change to branch realgud. at 59b0b26 Try realgud This branch includes the following new commits: new 59b0b26 Try realgud

[elpa] master a02f3cd 006/215: Bind RET in shortkey to repeat-last; add FSF (C)

2016-07-30 Thread Rocky Bernstein
/backtrace.el +++ b/realgud/common/buffer/backtrace.el @@ -1,5 +1,27 @@ ;;; Backtrace buffer -;;; Copyright (C) 2010-2015 Rocky Bernstein + +;; Author: Rocky Bernstein +;; Version: 1.1 +;; Keywords: internal +;; URL: http://github.com/rocky/emacs-load-relative +;; Compatibility: GNU Emacs 24.x

[elpa] master 3a0b837 022/215: Update README.md to note that we can use in eshell

2016-07-30 Thread Rocky Bernstein
(http://wiki.github.com/rocky/emacs-dbgr/how-to-use). -*Author:* Rocky Bernstein +*Author:* Rocky Bernstein

[elpa] master f71fd11 003/215: Remove another warning

2016-07-30 Thread Rocky Bernstein
branch: master commit f71fd11cb24074a3b6cc70f4848ce1774bf6c199 Author: rocky Commit: rocky Remove another warning --- realgud/common/run.el |1 + 1 file changed, 1 insertion(+) diff --git a/realgud/common/run.el b/realgud/common/run.el index 93934e6..69041f6 100644 --- a/realgud/common

[elpa] master 6e2a612 017/215: Need more stringent cmdbuf setup

2016-07-30 Thread Rocky Bernstein
branch: master commit 6e2a6121d5650613331bbfc02b70fdb3e84c5651 Author: rocky Commit: rocky Need more stringent cmdbuf setup --- test/test-track-mode.el |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/test-track-mode.el b/test/test-track-mode.el index 66a0e38..

[elpa] master b7adbc0 019/215: DRY Comment no longer relvant

2016-07-30 Thread Rocky Bernstein
branch: master commit b7adbc060c45542d2a059033e230e496f5d1e92c Author: rocky Commit: rocky DRY Comment no longer relvant --- realgud/common/track-mode.el |1 - 1 file changed, 1 deletion(-) diff --git a/realgud/common/track-mode.el b/realgud/common/track-mode.el index 31539b3..4ba7436

[elpa] master b920afc 043/215: trepanjs: handle eval properly

2016-07-30 Thread Rocky Bernstein
branch: master commit b920afc8144ce5f10bc35892abd09c038251728c Author: rocky Commit: rocky trepanjs: handle eval properly test/gcd.js: more useful --- realgud/debugger/trepanjs/init.el |1 + test/gcd.js | 14 ++ 2 files changed, 7 insertions(+), 8

[elpa] master 886f741 024/215: Make sure we go into realgud-track mode when we have custom mode

2016-07-30 Thread Rocky Bernstein
ight (C) 2010, 2012-2014 Rocky Bernstein +;; Copyright (C) 2015 Free Software Foundation, Inc + +;; Author: Rocky Bernstein + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Found

[elpa] master 67ccb9c 009/215: Reassign copyright to FSF in recently change files

2016-07-30 Thread Rocky Bernstein
100644 --- a/realgud/common/run.el +++ b/realgud/common/run.el @@ -1,4 +1,21 @@ +;; Copyright (C) 2015 Free Software Foundation, Inc + +;; Author: Rocky Bernstein + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as

[elpa] master 1924ded 012/215: Try to fix travis #3

2016-07-30 Thread Rocky Bernstein
branch: master commit 1924ded2ccbf6d453850177e96d4016f5f906b63 Author: rocky Commit: rocky Try to fix travis #3 --- .travis.yml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db62ce8..0515aa0 100644 --- a/.travis.yml +++ b/.travis.yml

[elpa] master 1994f09 004/215: Move test helper into test

2016-07-30 Thread Rocky Bernstein
branch: master commit 1994f09133d8efc036e671ac568b1bb8de426c6a Author: rocky Commit: rocky Move test helper into test --- Makefile.am |6 +++--- make-check-filter.rb => test/make-check-filter.rb |0 2 files changed, 3 insertions(+), 3 deletions(

[elpa] master ea27a82 026/215: More copyright assignments to FSF

2016-07-30 Thread Rocky Bernstein
/realgud/debugger/gdb/core.el index 98f80ac..3b66ad5 100644 --- a/realgud/debugger/gdb/core.el +++ b/realgud/debugger/gdb/core.el @@ -1,4 +1,21 @@ -;;; Copyright (C) 2010, 2013-2014 Rocky Bernstein +;; Copyright (C) 2015 Free Software Foundation, Inc + +;; Author: Rocky Bernstein + +;; This program is

[elpa] master 3d74bb5 013/215: More FSF copyright assignments.

2016-07-30 Thread Rocky Bernstein
/common/backtrace-mode.el index 1ea2648..96fec26 100644 --- a/realgud/common/backtrace-mode.el +++ b/realgud/common/backtrace-mode.el @@ -1,5 +1,20 @@ +;; Copyright (C) 2015 Free Software Foundation, Inc + +;; Author: Rocky Bernstein + +;; This program is free software; you can redistribute it and/or

[elpa] master bbab251 048/215: gdb: DRY captured number uses.

2016-07-30 Thread Rocky Bernstein
b/realgud.el index 7eb8146..9ae7c59 100644 --- a/realgud.el +++ b/realgud.el @@ -1,7 +1,7 @@ ;;; realgud.el --- A modular front-end for interacting with external debuggers ;; Author: Rocky Bernstein -;; Version: 1.1 +;; Version: 1.2 ;; Package-Requires: ((load-relative "1.0") (

[elpa] master bd45ec9 023/215: backtrace.el: fix some bugs and remove some warnings

2016-07-30 Thread Rocky Bernstein
/attach.el b/realgud/common/attach.el index 32734b0..f0efbff 100644 --- a/realgud/common/attach.el +++ b/realgud/common/attach.el @@ -1,4 +1,19 @@ -;;; Copyright (C) 2014 Rocky Bernstein +;; Copyright (C) 2015 Free Software Foundation, Inc + +;; Author: Rocky Bernstein + +;; This program is free

[elpa] master 5078d4e 056/215: Doc gdb regexp more.

2016-07-30 Thread Rocky Bernstein
branch: master commit 5078d4e272c632136d8490d46b1d61e02221c3b3 Author: rocky Commit: rocky Doc gdb regexp more. --- realgud/debugger/gdb/init.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/realgud/debugger/gdb/init.el b/realgud/debugger/gdb/init.el inde

[elpa] master 8e1ef01 047/215: core.el: correct trepanjs options

2016-07-30 Thread Rocky Bernstein
branch: master commit 8e1ef01a8ffcde804d33ed3763f558965b18c547 Author: rocky Commit: rocky core.el: correct trepanjs options init.el: we can have "stop on" as well as "break on" or "execption on" --- realgud/debugger/trepanjs/core.el |6 +++--- realgud/debugger/trepanjs/init.el |

[elpa] master 2598619 039/215: init.el: bracketed short name is optional

2016-07-30 Thread Rocky Bernstein
branch: master commit 2598619f30ace59745d3949a4a8d8ab57fa6c6cb Author: rocky Commit: rocky init.el: bracketed short name is optional --- realgud/debugger/trepanjs/init.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realgud/debugger/trepanjs/init.el b/realgud/debu

[elpa] master ba7a8b1 045/215: bang on trepanjs and nodejs.

2016-07-30 Thread Rocky Bernstein
/realgud/common/cmds.el @@ -1,4 +1,20 @@ -;;; Copyright (C) 2010-2011, 2013-2015 Rocky Bernstein +;; Copyright (C) 2015 Free Software Foundation, Inc + +;; Author: Rocky Bernstein + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General

[elpa] master 9cf5e4d 028/215: Add breakpoint set to nodejs

2016-07-30 Thread Rocky Bernstein
branch: master commit 9cf5e4d78690e4e9c4166b30aebcba900c8c10e6 Author: rocky Commit: rocky Add breakpoint set to nodejs --- realgud/debugger/nodejs/init.el | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/realgud/debugger/nodejs/init.el b/realgud/deb

[elpa] master updated (5f5f2bb -> 8edfb04)

2016-07-30 Thread Rocky Bernstein
rocky pushed a change to branch master. from 5f5f2bb Improve debbugs sorting. new 015358a Experimental: mouse2 runs eval new fc84e01 In pdb, for to evaluate an expression use "p" new f71fd11 Remove another warning new 1994f09 Move test helper into t

[elpa] master bfa52c5 046/215: caddr -> cl-caddr. Fill in %s on format.

2016-07-30 Thread Rocky Bernstein
branch: master commit bfa52c596e6a1b3adbeb5cecc510a4eec8b5b63d Author: rocky Commit: rocky caddr -> cl-caddr. Fill in %s on format. --- realgud/common/cmds.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realgud/common/cmds.el b/realgud/common/cmds.el index 1745302

[elpa] master fc84e01 002/215: In pdb, for to evaluate an expression use "p"

2016-07-30 Thread Rocky Bernstein
d/debugger/pdb/init.el index c45c55a..8a7b056 100644 --- a/realgud/debugger/pdb/init.el +++ b/realgud/debugger/pdb/init.el @@ -1,4 +1,4 @@ -;;; Copyright (C) 2012 Rocky Bernstein +;;; Copyright (C) 2012, 2015 Rocky Bernstein ;;; Stock Python debugger pdb (eval-when-compile (require 'cl))

[elpa] master 986585b 035/215: Revert "Squelch one of the many compiler warnings"

2016-07-30 Thread Rocky Bernstein
branch: master commit 986585b0701eb49fdcb2044bdb11d07f2d967bfc Author: rocky Commit: rocky Revert "Squelch one of the many compiler warnings" This reverts commit 33bfa6f551c08cf65012d24b380d1fa7849c8e58. --- test/bt-helper.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[elpa] master 7be15d2 011/215: Try to fix travis #2

2016-07-30 Thread Rocky Bernstein
branch: master commit 7be15d2a6be5643c10b303797185d496838df2c0 Author: rocky Commit: rocky Try to fix travis #2 --- .travis.yml |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92dafef..db62ce8 100644 --- a/.travis.yml +++ b/.tra

[elpa] master 0664fb9 037/215: trepanjs/init.el: handle newly added fully-qualified paths

2016-07-30 Thread Rocky Bernstein
branch: master commit 0664fb95970d3570d5c34ba03f6fba0e2b9e261e Author: rocky Commit: rocky trepanjs/init.el: handle newly added fully-qualified paths common/regexp.el: start to DRY regexps lang/js.el: term escape is common to nodejs and trepanjs --- realgud/common/regexp.el

[elpa] master 0e68d8d 038/215: common/regexp.el: start to DRY regexps

2016-07-30 Thread Rocky Bernstein
branch: master commit 0e68d8d19d0d50ec7c73b999fbc433dad62dff4a Author: rocky Commit: rocky common/regexp.el: start to DRY regexps lang/js.el: term escape is common to nodejs and trepanjs --- realgud/common/regexp.el|2 ++ realgud/debugger/nodejs/init.el | 32 ++

[elpa] master 2a708cc 068/215: Error on realgud:cmdbuf-associate if you assocate a non-command buffer.

2016-07-30 Thread Rocky Bernstein
branch: master commit 2a708cc9930c80e4ebc246b7e9c747121e76f9a6 Author: rocky Commit: rocky Error on realgud:cmdbuf-associate if you assocate a non-command buffer. TODO: only suggest cmdbuf buffers. --- realgud/common/buffer/source.el | 14 ++ realgud/common/send.el

[elpa] master 2acb30c 031/215: Start js lang. add js backtrace regexp

2016-07-30 Thread Rocky Bernstein
ack-mode) diff --git a/realgud/lang/js.el b/realgud/lang/js.el new file mode 100644 index 000..bb5ab38 --- /dev/null +++ b/realgud/lang/js.el @@ -0,0 +1,38 @@ +;; Copyright (C) 2015 Free Software Foundation, Inc + +;; Author: Rocky Bernstein + +;; This program is free software; you can redistribute it

[elpa] master f153e3f 008/215: gdb's "eval" is "print".

2016-07-30 Thread Rocky Bernstein
branch: master commit f153e3f8a89f770165b526ffe91128f513273f68 Author: rocky Commit: rocky gdb's "eval" is "print". --- realgud/debugger/gdb/init.el |1 + 1 file changed, 1 insertion(+) diff --git a/realgud/debugger/gdb/init.el b/realgud/debugger/gdb/init.el index fb45afc..789ab24 1006

[elpa] master 395db6d 016/215: Simplify eshell/comint/shell mode testing.

2016-07-30 Thread Rocky Bernstein
branch: master commit 395db6d7723c67e86eb171feececb546b9a66a4b Author: rocky Commit: rocky Simplify eshell/comint/shell mode testing. Thanks to pythonnut: http://emacs.stackexchange.com/users/2642/pythonnut http://emacs.stackexchange.com/questions/10387/how-can-i-tell-if-a-buff

[elpa] master 74eedc2 030/215: Start js lang. add js backtrace regexp

2016-07-30 Thread Rocky Bernstein
a debugger "delete" (breakpoint) +;; response. ;; For example: ;; Deleted breakpoint 1. (setf (gethash "brkpt-del" realgud:trepanjs-pat-hash) diff --git a/realgud/debugger/trepanjs/track-mode.el b/realgud/debugger/trepanjs/track-mode.el index 4077442..4c02965 100644 --

[elpa] master 5f664e2 055/215: Python trepan debuggers include instruction offset in location

2016-07-30 Thread Rocky Bernstein
branch: master commit 5f664e28b6761dfea14af706e2123ddb7e421032 Author: rocky Commit: rocky Python trepan debuggers include instruction offset in location --- realgud/debugger/trepan2/init.el |2 +- realgud/lang/python.el |4 ++-- test/test-regexp-trepan2.el |2 +-

[elpa] master 3993d13 020/215: Respect shortkey mode setting

2016-07-30 Thread Rocky Bernstein
: Rocky Bernstein + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is

[elpa] master 9e2656a 029/215: Correct nodejs/init.el bugs - sync with master

2016-07-30 Thread Rocky Bernstein
branch: master commit 9e2656ad3e482f4e2d6bec23678449b7b0a5047d Author: rocky Commit: rocky Correct nodejs/init.el bugs - sync with master --- realgud/debugger/nodejs/init.el | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/realgud/debugger/nodejs/ini

[elpa] master 1868152 025/215: core.el: remove duplicate command buffer creation

2016-07-30 Thread Rocky Bernstein
branch: master commit 18681524c728fcc7fe5004f5dd8e1ad14ad2fc6e Author: rocky Commit: rocky core.el: remove duplicate command buffer creation test-gdb.el: nuke possibly a dubious gdb invocation --- realgud/common/core.el |8 --- test/test-gdb.el | 57 +

[elpa] master 0a1dbc4 036/215: Remove node asci schmutz. put in lang/js.el

2016-07-30 Thread Rocky Bernstein
/debugger/nodejs/nodejs.el @@ -1,12 +1,31 @@ +;; Copyright (C) 2015 Free Software Foundation, Inc + +;; Author: Rocky Bernstein + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software

[elpa] master dc0b45b 034/215: Revert "Squelch one of the many compiler warnings"

2016-07-30 Thread Rocky Bernstein
branch: master commit dc0b45bb75ea2ba9d3fd2a7a39cdbeab0d5dce76 Author: rocky Commit: rocky Revert "Squelch one of the many compiler warnings" This reverts commit b8d8686a88429fb4d1fc603979b6574218ae858e. --- test/bt-helper.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[elpa] master 78aba8b 044/215: DRY with respect to realgud:regexp-captured-num

2016-07-30 Thread Rocky Bernstein
branch: master commit 78aba8b3de57927b10b0b55b288f1673fc3b1cd9 Author: rocky Commit: rocky DRY with respect to realgud:regexp-captured-num --- realgud/lang/js.el |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/realgud/lang/js.el b/realgud/lang/js.el index 7d33357..

[elpa] master 1420ff1 096/215: ipdb: add hook for completion to initialization

2016-07-30 Thread Rocky Bernstein
branch: master commit 1420ff16c959e44f8757a80f67cee8635514f723 Author: Sean Farley Commit: Sean Farley ipdb: add hook for completion to initialization --- realgud/debugger/ipdb/ipdb.el | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/realgud/de

[elpa] master 26369c1 074/215: Typo

2016-07-30 Thread Rocky Bernstein
branch: master commit 26369c1a61349c0b8437fdbbc054a59d5da4e8e9 Author: rocky Commit: rocky Typo --- test/test-lochist.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-lochist.el b/test/test-lochist.el index bcac7ff..b684339 100644 --- a/test/test-lochist.e

[elpa] master 4208a33 010/215: Fix logic for finding region to work on in tracking

2016-07-30 Thread Rocky Bernstein
branch: master commit 4208a33eb39e5ddc53a1aae54c3149ce9be6a939 Author: rocky Commit: rocky Fix logic for finding region to work on in tracking Possibly fixes issue #40. --- realgud/common/eval.el |1 + realgud/common/track.el |2 +- 2 files changed, 2 insertions(+), 1 deletion(

[elpa] master baab01d 061/215: Merge branch 'master' of github.com:rocky/emacs-dbgr

2016-07-30 Thread Rocky Bernstein
st '("../../common/helper" "../../common/utils") "realgud-") diff --git a/realgud/debugger/nodejs/nodejs.el b/realgud/debugger/nodejs/nodejs.el index 33cb74f..59ad7e8 100644 --- a/realgud/debugger/nodejs/nodejs.el +++ b/realgud/debugger/n

[elpa] master 2f66cb0 007/215: Make realugd:process-filter-save buffer local

2016-07-30 Thread Rocky Bernstein
branch: master commit 2f66cb09145716087d6ea03731f975c5e5232a72 Author: rocky Commit: rocky Make realugd:process-filter-save buffer local --- realgud/common/eval.el | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/realgud/common/eval.el b/realgud/common/

[elpa] master 266e5df 021/215: Small error message grammar correction

2016-07-30 Thread Rocky Bernstein
branch: master commit 266e5df717e77d62fe7a69670003ba9002a0bc0a Author: rocky Commit: rocky Small error message grammar correction --- realgud/common/utils.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realgud/common/utils.el b/realgud/common/utils.el index 66f650

[elpa] master bdf317e 060/215: Try flycheck on this file.

2016-07-30 Thread Rocky Bernstein
branch: master commit bdf317ee3b71992044f3efaf288358d12c247d94 Author: rocky Commit: rocky Try flycheck on this file. --- realgud.el | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/realgud.el b/realgud.el index 9ae7c59..0e7eb6f 100644 --- a/re

[elpa] master 72c83d7 114/215: Improve command mappings in pdb-command-hash

2016-07-30 Thread Rocky Bernstein
branch: master commit 72c83d75ae1f353eb53955e61af78a9e888e21ec Author: Clément Pit--Claudel Commit: Clément Pit--Claudel Improve command mappings in pdb-command-hash This fixes parts of issue #82. --- realgud/debugger/pdb/init.el | 21 + 1 file changed, 17 ins

[elpa] master 33bfa6f 033/215: Squelch one of the many compiler warnings

2016-07-30 Thread Rocky Bernstein
branch: master commit 33bfa6f551c08cf65012d24b380d1fa7849c8e58 Author: rocky Commit: rocky Squelch one of the many compiler warnings --- test/bt-helper.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bt-helper.el b/test/bt-helper.el index f003c77..9b2561b 1006

[elpa] master e2c3271 015/215: Minimal support for running under eshell

2016-07-30 Thread Rocky Bernstein
+1,19 @@ -;;; Copyright (C) 2010, 2012, 2014-2015 Rocky Bernstein -;;; Debugger location -;;; Commentary: +;; Copyright (C) 2015 Free Software Foundation, Inc + +;; Author: Rocky Bernstein + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU

[elpa] master 5155528 105/215: Bump version

2016-07-30 Thread Rocky Bernstein
(+), 2 deletions(-) diff --git a/realgud.el b/realgud.el index 6430c5c..0ab7a09 100644 --- a/realgud.el +++ b/realgud.el @@ -1,12 +1,12 @@ ;;; realgud.el --- A modular front-end for interacting with external debuggers ;; Author: Rocky Bernstein -;; Version: 1.2 +;; Version: 1.3 ;; Package

[elpa] master be999ea 054/215: trepanjs backtrace format changes next release

2016-07-30 Thread Rocky Bernstein
branch: master commit be999ea325d976ef33982808dab2cf2a66c73b2f Author: rocky Commit: rocky trepanjs backtrace format changes next release --- realgud/debugger/trepanjs/init.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realgud/debugger/trepanjs/init.el b/realgud

[elpa] master d437c3d 113/215: Merge pull request #81 from rocky/ipdb-complete

2016-07-30 Thread Rocky Bernstein
branch: master commit d437c3d959490fed11a6ca17ebd69e59efe3f091 Merge: 6a5c71d 949ed38 Author: R. Bernstein Commit: R. Bernstein Merge pull request #81 from rocky/ipdb-complete Ipdb complete --- realgud/debugger/ipdb/core.el |2 +- realgud/debugger/ipdb/ipdb.el |4 test

[elpa] master eee3112 089/215: track.el: Allow us to separate stem variable name to get debugger config from debugger name. This will make it easier

2016-07-30 Thread Rocky Bernstein
--git a/realgud/common/helper.el b/realgud/common/helper.el index 26054a0..9de9616 100644 --- a/realgud/common/helper.el +++ b/realgud/common/helper.el @@ -1,4 +1,4 @@ -;;; Copyright (C) 2010, 2014 Rocky Bernstein +;;; Copyright (C) 2010, 2014, 2016 Rocky Bernstein ;;; Miscellaneous utility

[elpa] master 74ee75c 101/215: Remove stray character

2016-07-30 Thread Rocky Bernstein
--git a/realgud/debugger/kshdb/init.el b/realgud/debugger/kshdb/init.el index 296372b..f141b75 100644 --- a/realgud/debugger/kshdb/init.el +++ b/realgud/debugger/kshdb/init.el @@ -1,4 +1,4 @@ -;;; Copyright (C) 2010, 2011 Rocky Bernstein Regular +;;; Copyright (C) 2010-2011, 2016 Rocky Bernstein

[elpa] master dd0c60a 066/215: I said remove perl5db as an alias

2016-07-30 Thread Rocky Bernstein
branch: master commit dd0c60a0590231bb3d4b6eb7184297b19af391a1 Author: rocky Commit: rocky I said remove perl5db as an alias --- realgud/debugger/perldb/init.el |1 - 1 file changed, 1 deletion(-) diff --git a/realgud/debugger/perldb/init.el b/realgud/debugger/perldb/init.el index 1ccf

[elpa] master 3071b70 065/215: Try cask

2016-07-30 Thread Rocky Bernstein
branch: master commit 3071b7042f227e27f2bdae3fe7c0ffaea7bec200 Author: rocky Commit: rocky Try cask --- .gitignore |2 ++ Cask |4 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index ebc253a..c3d7bcd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,

[elpa] master d1c1176 146/215: Simplify the implementation of realgud:cmdbuf-associate

2016-07-30 Thread Rocky Bernstein
branch: master commit d1c1176ba410c9977d23869f4fb1af996639db27 Author: Clément Pit--Claudel Commit: Clément Pit--Claudel Simplify the implementation of realgud:cmdbuf-associate --- realgud/common/buffer/source.el | 16 1 file changed, 4 insertions(+), 12 deletions(-) dif

[elpa] master f55c074 018/215: Fix downcase.

2016-07-30 Thread Rocky Bernstein
branch: master commit f55c074695ca3537d09c8d4af23800f54fd85428 Author: rocky Commit: rocky Fix downcase. --- test/test-track-mode.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-track-mode.el b/test/test-track-mode.el index 54b9c4a..384b71a 100644 --- a/t

[elpa] master 3e9e1ac 005/215: Work on filtering eval output

2016-07-30 Thread Rocky Bernstein
branch: master commit 3e9e1acb19597a1120658869ab496e00de7b3324 Author: rocky Commit: rocky Work on filtering eval output --- realgud/common/buffer/command.el | 11 +-- realgud/common/eval.el | 35 ++- realgud/common/track.el

[elpa] master c919f96 115/215: Update IPDB in accordance with PDB

2016-07-30 Thread Rocky Bernstein
branch: master commit c919f967ce19127470af0363ec19cf6da4f12a3f Author: Clément Pit--Claudel Commit: Clément Pit--Claudel Update IPDB in accordance with PDB --- realgud/debugger/ipdb/init.el | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/realg

[elpa] master ba97f2b 126/215: Merge pull request #93 from cpitclaudel/small-fixes-in-cmds

2016-07-30 Thread Rocky Bernstein
branch: master commit ba97f2b61530f441dbe2da1a923b5344d1a050b2 Merge: e049c12 0cf9321 Author: R. Bernstein Commit: R. Bernstein Merge pull request #93 from cpitclaudel/small-fixes-in-cmds Small fixes in cmds.el --- realgud/common/cmds.el |8 +++- 1 file changed, 3 insertion

[elpa] master b8d8686 032/215: Squelch one of the many compiler warnings

2016-07-30 Thread Rocky Bernstein
branch: master commit b8d8686a88429fb4d1fc603979b6574218ae858e Author: rocky Commit: rocky Squelch one of the many compiler warnings --- test/bt-helper.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bt-helper.el b/test/bt-helper.el index f003c77..9b2561b 1006

[elpa] master 75737a0 121/215: Merge pull request #90 from cpitclaudel/82-add-prefix-arg-to-c

2016-07-30 Thread Rocky Bernstein
branch: master commit 75737a02f00785623f7381e43a6a31aa4d455622 Merge: fd00428 ca33520 Author: R. Bernstein Commit: R. Bernstein Merge pull request #90 from cpitclaudel/82-add-prefix-arg-to-c Add a prefix arg to "continue" command --- realgud/common/cmds.el | 10 ++ 1 file

[elpa] master 76cb0d4 108/215: Fix wrong setq call

2016-07-30 Thread Rocky Bernstein
branch: master commit 76cb0d454c80833e503657ced901ead04b4633d7 Author: rocky Commit: rocky Fix wrong setq call [Fixes #79] --- 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 f49b

[elpa] master e8fc998 116/215: Merge pull request #85 from cpitclaudel/84-pdb-fixes

2016-07-30 Thread Rocky Bernstein
branch: master commit e8fc998362b04b48f3915ab9745cd970f5a437db Merge: d437c3d c919f96 Author: R. Bernstein Commit: R. Bernstein Merge pull request #85 from cpitclaudel/84-pdb-fixes Improve command mappings in pdb-command-hash --- realgud/debugger/ipdb/init.el | 24 +++

[elpa] master b346e13 111/215: Improve completion and default value in realgud-query-cmdline

2016-07-30 Thread Rocky Bernstein
branch: master commit b346e137b18ad3368394c28135f6c04792c5e234 Author: Clément Pit--Claudel Commit: Clément Pit--Claudel Improve completion and default value in realgud-query-cmdline --- realgud/common/core.el | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff -

[elpa] master ca52896 071/215: A workaround: reinitialize shell mode when going out of realgud-track-mode

2016-07-30 Thread Rocky Bernstein
branch: master commit ca528967ff0595ed2a1f601f9a62f1f923b1aee1 Author: rocky Commit: rocky A workaround: reinitialize shell mode when going out of realgud-track-mode --- realgud/common/track-mode.el |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/realgud/common

[elpa] master 6e72375 160/215: Merge pull request #111 from rocky/better-breakpoint-highlighting

2016-07-30 Thread Rocky Bernstein
branch: master commit 6e72375bf8e845cf15f03daf89fe48063e471428 Merge: 480cbb3 5cc0037 Author: R. Bernstein Commit: R. Bernstein Merge pull request #111 from rocky/better-breakpoint-highlighting Improve visibility of breakpoints --- realgud/common/bp.el | 61 ++

[elpa] master 3f08b2b 165/215: Update screenshot

2016-07-30 Thread Rocky Bernstein
branch: master commit 3f08b2b63debb193e3effa10bd083db84caff8bd Author: Clément Pit--Claudel Commit: Clément Pit--Claudel Update screenshot --- etc/realgud.png | Bin 99484 -> 100651 bytes etc/screenshot.el |4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/rea

[elpa] master a016c6f 050/215: Administrivia

2016-07-30 Thread Rocky Bernstein
: Rocky Bernstein -;; Version: 1.1 -;; Keywords: internal -;; URL: http://github.com/rocky/emacs-load-relative -;; Compatibility: GNU Emacs 24.x ;; Copyright (C) 2015 Free Software Foundation, Inc diff --git a/realgud/debugger/gub/gub.el b/realgud/debugger/gub/gub.el index 2933d52..6a7ad15 100644

[elpa] master 071b66c 052/215: DRY gub init captured numbered re's.

2016-07-30 Thread Rocky Bernstein
algud/debugger/gub/init.el b/realgud/debugger/gub/init.el index 1a456ae..67bee2f 100644 --- a/realgud/debugger/gub/init.el +++ b/realgud/debugger/gub/init.el @@ -1,5 +1,21 @@ -;;; Copyright (C) 2013-2014 Rocky Bernstein -;;; Regular expressions for Go SSA debugger: gub +;; Copyright (C) 2015 Free Sof

[elpa] master 91704f9 141/215: Automatically attach to a command buffer when enabling short-key-mode

2016-07-30 Thread Rocky Bernstein
.el b/realgud/common/buffer/source.el index e99a026..e052149 100644 --- a/realgud/common/buffer/source.el +++ b/realgud/common/buffer/source.el @@ -1,11 +1,11 @@ ;;; Copyright (C) 2010, 2012-2015 Rocky Bernstein ;;; source-code buffer code (eval-when-compile - (require 'cl-lib) (defvar real

[elpa] master 1790056 059/215: Typo: Issue #45

2016-07-30 Thread Rocky Bernstein
-(require 'list-utils) (require 'load-relative) (require-relative-list '("../../common/helper" "../../common/utils") "realgud-") diff --git a/realgud/debugger/nodejs/nodejs.el b/realgud/debugger/nodejs/nodejs.el index 33cb74f

[elpa] master 5bcb424 082/215: Add Kilian

2016-07-30 Thread Rocky Bernstein
branch: master commit 5bcb42460a9f2520569154b298b2735d3f020fbd Author: rocky Commit: rocky Add Kilian --- THANKS |2 ++ 1 file changed, 2 insertions(+) diff --git a/THANKS b/THANKS index 11efa30..fba09c8 100644 --- a/THANKS +++ b/THANKS @@ -5,3 +5,5 @@ Anders Lindgren - The inspiration

[elpa] master aedea61 138/215: Merge pull request #101 from rocky/bp-icon-in-fringe

2016-07-30 Thread Rocky Bernstein
branch: master commit aedea617cefce802e9ff3bea08525f770cea20fb Merge: c633f3f 87d1ada Author: R. Bernstein Commit: R. Bernstein Merge pull request #101 from rocky/bp-icon-in-fringe Refactor and improve breakpoint UI --- realgud/common/bp.el | 314 +---

[elpa] master 01617c5 100/215: ipdb: add regex test

2016-07-30 Thread Rocky Bernstein
branch: master commit 01617c5f60db9df3a84998257c82c0f0592758c4 Author: Sean Farley Commit: Sean Farley ipdb: add regex test --- test/test-regexp-ipdb.el | 105 ++ 1 file changed, 105 insertions(+) diff --git a/test/test-regexp-ipdb.el b/test/tes

[elpa] master 7edc244 063/215: wrong args in jdb invocation; issue #51. Disable some jdb commands we

2016-07-30 Thread Rocky Bernstein
dac1dd 100644 --- a/realgud/debugger/jdb/init.el +++ b/realgud/debugger/jdb/init.el @@ -1,4 +1,4 @@ -;;; Copyright (C) 2014 Rocky Bernstein +;;; Copyright (C) 2014-2015 Rocky Bernstein (eval-when-compile (require 'cl)) (require 'load-relative) @@ -193,8 +193,15 @@ backtrace listing.&

[elpa] master f3426ed 072/215: Merge branch 'master' of github.com:rocky/emacs-dbgr

2016-07-30 Thread Rocky Bernstein
branch: master commit f3426edf0ea4fe403c8624715f3e236f2f84f8a7 Merge: ca52896 518dccd Author: rocky Commit: rocky Merge branch 'master' of github.com:rocky/emacs-dbgr --- README.md |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7da1809..25

[elpa] master cfe2be3 107/215: Reinstate ipdb support

2016-07-30 Thread Rocky Bernstein
branch: master commit cfe2be3d8851de6937da2a9f771e13280ecd60ce Author: rocky Commit: rocky Reinstate ipdb support --- realgud.el |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/realgud.el b/realgud.el index 62c1032..9c0cdad 100644 --- a/realgud.el +++ b/realgud.el @

[elpa] master 0dd37e2 053/215: Revise trepanjs regexps and add regexp test.

2016-07-30 Thread Rocky Bernstein
branch: master commit 0dd37e233f315a5666eefc6a3e9fc088fcc6561f Author: rocky Commit: rocky Revise trepanjs regexps and add regexp test. --- realgud/debugger/trepanjs/init.el | 14 +++--- test/test-regexp-nodejs.el |4 +- ...st-regexp-nodejs.el

[elpa] master a4f3509 058/215: Add realgud:pdb-remote for remote kinds of pdb execution, e.g. telnet

2016-07-30 Thread Rocky Bernstein
branch: master commit a4f3509e14515f37e96932ac88388367bc460e1f Author: rocky Commit: rocky Add realgud:pdb-remote for remote kinds of pdb execution, e.g. telnet hostname port-number. This hasn't been tested. --- realgud/debugger/pdb/core.el | 27 ++- realgud/de

[elpa] master 015358a 001/215: Experimental: mouse2 runs eval

2016-07-30 Thread Rocky Bernstein
gud/common/eval.el b/realgud/common/eval.el new file mode 100644 index 000..2d851a3 --- /dev/null +++ b/realgud/common/eval.el @@ -0,0 +1,64 @@ +;; show expressions using tooltip + +;; Copyright (C) 2015 Free Software Foundation, Inc +;; Author: Rocky Bernstein + +;; This program is free softw

[elpa] master 1eda9a1 076/215: Partially addresses #61. Handling multiple breakpoints on a line still

2016-07-30 Thread Rocky Bernstein
++ 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/realgud/common/regexp.el b/realgud/common/regexp.el index 4e9fcec..4f7b4da 100644 --- a/realgud/common/regexp.el +++ b/realgud/common/regexp.el @@ -1,4 +1,4 @@ -;;; Copyright (C) 2010-2011, 2014 Rocky Bernstein +;;; Copyright (C

[elpa] master aa3125d 041/215: posix-shell.el: sometimes I can't use (format)

2016-07-30 Thread Rocky Bernstein
tions(+), 19 deletions(-) diff --git a/realgud/debugger/trepan.pl/init.el b/realgud/debugger/trepan.pl/init.el index 45e9b53..ae8c4fd 100644 --- a/realgud/debugger/trepan.pl/init.el +++ b/realgud/debugger/trepan.pl/init.el @@ -1,5 +1,21 @@ -;;; Copyright (C) 2011-2012, 2014-2015 Rocky Bern

[elpa] master 4a83877 064/215: perl5db alias messes up realgud-track-mode, so drop that name.

2016-07-30 Thread Rocky Bernstein
branch: master commit 4a83877ea546cf8b10d7bc48c15833ec19c5a751 Author: rocky Commit: rocky perl5db alias messes up realgud-track-mode, so drop that name. --- realgud/debugger/perldb/perldb.el |1 - 1 file changed, 1 deletion(-) diff --git a/realgud/debugger/perldb/perldb.el b/realgud/

[elpa] master 90068ea 201/215: Simpler change to previous commit

2016-07-30 Thread Rocky Bernstein
branch: master commit 90068eadf3de511dbbad3a8747636a7814dc921e Author: rocky Commit: rocky Simpler change to previous commit --- realgud/debugger/gdb/gdb.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realgud/debugger/gdb/gdb.el b/realgud/debugger/gdb/gdb.el index

[elpa] master 2facb99 075/215: init.el: break and clear command use %X rather than %l

2016-07-30 Thread Rocky Bernstein
branch: master commit 2facb99aa81ae31b5d898030ca430d250f865a46 Author: rocky Commit: rocky init.el: break and clear command use %X rather than %l Add some support functions for invoking via gdb -p. Fixes issue #58 --- realgud/debugger/gdb/gdb.el | 45 +

[elpa] master 3b0e42c 067/215: realgud-exec-shell: Make sure we switch to cmdbuf even when there is an

2016-07-30 Thread Rocky Bernstein
branch: master commit 3b0e42cb95c88ed7a2bf2fab6864ece35186e793 Author: rocky Commit: rocky realgud-exec-shell: Make sure we switch to cmdbuf even when there is an error. gdb.el: insert set-annotate only if process is running. --- realgud/common/core.el | 24 --

[elpa] master d3953ae 092/215: Fix bug in picking out short-key variable name introduced by recent changes

2016-07-30 Thread Rocky Bernstein
branch: master commit d3953ae55b0955807eecf3994e9da9b8f343728f Author: rocky Commit: rocky Fix bug in picking out short-key variable name introduced by recent changes --- realgud/common/shortkey.el |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/realgud/commo

[elpa] master 1c3d8c2 171/215: Add a bit of padding around the logo to make GitHub happy

2016-07-30 Thread Rocky Bernstein
branch: master commit 1c3d8c2533c4c87543f59dc62f39904324241e82 Author: Clément Pit--Claudel Commit: Clément Pit--Claudel Add a bit of padding around the logo to make GitHub happy --- etc/realgud-logo-square.png | Bin 12320 -> 8702 bytes etc/realgud-logo.png| Bin 13173 -> 10806 by

  1   2   3   4   5   6   7   8   >