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

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

[nongnu] elpa/macrostep 5680278 056/110: Gross hack to macrostep--slime-


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep 5680278 056/110: Gross hack to macrostep--slime-propertize-macros
Date: Sat, 7 Aug 2021 09:18:02 -0400 (EDT)

branch: elpa/macrostep
commit 56802789edfef21969ff2da878b10224546db335
Author: joddie <jonxfield@gmail.com>
Commit: joddie <jonxfield@gmail.com>

    Gross hack to macrostep--slime-propertize-macros
---
 macrostep.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/macrostep.el b/macrostep.el
index a8832e1..391ec56 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -939,8 +939,7 @@ expansion will not be fontified.  See also
       (let ((paren-begin (match-beginning 1)) (paren-end (match-end 1))
             (symbol-begin (match-beginning 2)) (symbol-end (match-end 2)))
         (save-excursion
-          (goto-char (match-beginning 0))
-          (let* ((sexp (slime-sexp-at-point))
+          (let* ((sexp (concat "(" (match-string 2) ")"))  ; FIXME HACK
                  (macro-type (macrostep-slime-macro-form-p sexp)))
             (when macro-type
               (put-text-property paren-begin paren-end



reply via email to

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