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

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

[nongnu] elpa/inf-clojure d4010db 190/313: Add @ (deref) and ^ to the ex


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure d4010db 190/313: Add @ (deref) and ^ to the expression breaking chars
Date: Wed, 11 Aug 2021 10:00:14 -0400 (EDT)

branch: elpa/inf-clojure
commit d4010db0c95f495531ac6505dd5114db736f24a5
Author: Andrea Richiardi <a.richiardi.work@gmail.com>
Commit: Bozhidar Batsov <bozhidar.batsov@gmail.com>

    Add @ (deref) and ^ to the expression breaking chars
    
    They were both missing and therefore the inf-clojure was not able to 
identify
    completions bounds correctly.
---
 inf-clojure.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index b1956e8..8c5befd 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -1344,7 +1344,7 @@ you might want to use in your customization."
   :safe #'functionp
   :package-version '(inf-clojure . "2.1.0"))
 
-(defconst inf-clojure-clojure-expr-break-chars " \t\n\"\'`><,;|&{()[]")
+(defconst inf-clojure-clojure-expr-break-chars " \t\n\"\'`><,;|&{()[]@\\^")
 
 (defun inf-clojure-completion-bounds-of-expr-at-point ()
   "Return bounds of expression at point to complete."



reply via email to

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