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

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

[elpa] externals/eglot de7631d 17/54: Fix #345: set nobreak-char-display


From: João Távora
Subject: [elpa] externals/eglot de7631d 17/54: Fix #345: set nobreak-char-display to nil in *eglot-help*
Date: Thu, 16 Apr 2020 05:31:47 -0400 (EDT)

branch: externals/eglot
commit de7631d81b22e71216388ef6531abcdb01ee7474
Author: r-zip <address@hidden>
Commit: João Távora <address@hidden>

    Fix #345: set nobreak-char-display to nil in *eglot-help*
    
    * eglot.el (eglot-help-at-point): set nobreak-char-display
    
    Copyright-paperwork-exempt: yes
---
 eglot.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 80c65ce..0022737 100644
--- a/eglot.el
+++ b/eglot.el
@@ -2178,7 +2178,8 @@ is not active."
       (with-current-buffer (eglot--help-buffer)
         (with-help-window (current-buffer)
           (rename-buffer (format "*eglot-help for %s*" sym))
-          (with-current-buffer standard-output (insert blurb)))))))
+          (with-current-buffer standard-output (insert blurb))
+          (setq-local nobreak-char-display nil))))))
 
 (defun eglot-doc-too-large-for-echo-area (string)
   "Return non-nil if STRING won't fit in echo area.



reply via email to

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