emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/realgud-lldb 48fb709 19/56: Remove ANSI schmutz. Inter-


From: Rocky Bernstein
Subject: [elpa] externals/realgud-lldb 48fb709 19/56: Remove ANSI schmutz. Inter-packaging woes
Date: Thu, 23 May 2019 02:11:39 -0400 (EDT)

branch: externals/realgud-lldb
commit 48fb709ad8890fc7669ba5fdb280147db53f3082
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Remove ANSI schmutz. Inter-packaging woes
---
 configure.ac          |  1 +
 lldb/lldb.el          | 10 +++++-----
 test/regexp-helper.el |  2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index f70128f..deb1ed7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,6 +48,7 @@ AC_SUBST([lispdir_realgud])
 AM_CONDITIONAL(INSTALL_EMACS_LISP, test "x$lispdir_realgud" != "x")
 
 AC_CONFIG_FILES([Makefile \
+                 common.mk \
                 lldb/Makefile \
                 test/Makefile \
                 ])
diff --git a/lldb/lldb.el b/lldb/lldb.el
index a2b71e5..b400144 100644
--- a/lldb/lldb.el
+++ b/lldb/lldb.el
@@ -37,11 +37,12 @@ This should be an executable on your path, or an absolute 
file name."
   :group 'realgud:lldb)
 
 (declare-function realgud:lldb-track-mode     'realgud:lldb-track-mode)
-(declare-function realgud-command            'realgud:lldb-core)
+(declare-function realgud-command             'realgud:lldb-core)
 (declare-function realgud:lldb-parse-cmd-args 'realgud:lldb-core)
 (declare-function realgud:lldb-query-cmdline  'realgud:lldb-core)
-(declare-function realgud:run-process        'realgud-core)
-(declare-function realgud:flatten            'realgud-utils)
+(declare-function realgud:run-process         'realgud-core)
+(declare-function realgud:flatten             'realgud-utils)
+(declare-function realgud:remove-ansi-schmutz 'realgud-utils)
 
 ;; -------------------------------------------------------------------
 ;; The end.
@@ -62,7 +63,6 @@ buffers and source buffers which may contain marks and fringe 
or
 marginal icons is reset. See `loc-changes-clear-buffer' to clear
 fringe and marginal icons.
 "
-
   (interactive)
   (let* ((cmd-str (or opt-cmd-line (realgud:lldb-query-cmdline "lldb")))
         (cmd-args (split-string-and-unquote cmd-str))
@@ -78,7 +78,7 @@ fringe and marginal icons.
         )
     (if cmd-buf
        (with-current-buffer cmd-buf
-         ; (realgud-command "set annotate 1" nil nil nil)
+         (realgud:remove-ansi-schmutz)
          )
       )
     )
diff --git a/test/regexp-helper.el b/test/regexp-helper.el
index 6c67de3..2660077 100644
--- a/test/regexp-helper.el
+++ b/test/regexp-helper.el
@@ -1,5 +1,5 @@
 (require 'test-simple)
-(require 'realgud-buffer-command)
+(require 'realgud)
 
 (eval-when-compile
   (defvar helper-bps)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]