emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#62030: closed (29.0.60; Allow users to customize eldoc buffer separa


From: GNU bug Tracking System
Subject: bug#62030: closed (29.0.60; Allow users to customize eldoc buffer separator)
Date: Wed, 08 Mar 2023 00:26:02 +0000

Your message dated Tue, 7 Mar 2023 16:25:36 -0800
with message-id <505D91BF-16B4-446E-BD19-816A3F741275@gmail.com>
and subject line Re: bug#62030: 29.0.60; Allow users to customize eldoc buffer  
separator
has caused the debbugs.gnu.org bug report #62030,
regarding 29.0.60; Allow users to customize eldoc buffer separator
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62030: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62030
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.60; Allow users to customize eldoc buffer separator Date: Mon, 6 Mar 2023 23:56:08 -0800

Eldoc can combine documentation from multiple sources and display them
together, however, if I’m not mistaken, it separates them with newline. It 
would be nice
if users can customize the separator to be some other things, like a
horizontal bar, eg,

(setq eldoc-source-separator
      (propertize "----------"
                  'display '(space :width text)
                  'face '(:stike-through t)))

Maybe even allow it to be a function so we can draw an appropriate
number of "-" in terminals.

Prompted by this report: https://github.com/casouri/eldoc-box/issues/61

I can do it, if everyone agrees that this is a good idea, and can come
up with a good name for the variable ;-)





--- End Message ---
--- Begin Message --- Subject: Re: bug#62030: 29.0.60; Allow users to customize eldoc buffer separator Date: Tue, 7 Mar 2023 16:25:36 -0800
Yuan Fu <casouri@gmail.com> writes:

> Eldoc can combine documentation from multiple sources and display them
> together, however, if I’m not mistaken, it separates them with newline. It 
> would be nice
> if users can customize the separator to be some other things, like a
> horizontal bar, eg,
>
> (setq eldoc-source-separator
>       (propertize "----------"
>                   'display '(space :width text)
>                   'face '(:stike-through t)))
>
> Maybe even allow it to be a function so we can draw an appropriate
> number of "-" in terminals.
>
> Prompted by this report: https://github.com/casouri/eldoc-box/issues/61
>
> I can do it, if everyone agrees that this is a good idea, and can come
> up with a good name for the variable ;-)

Sorry, not sure why is the report duplicated. Closing this one.

Yuan


--- End Message ---

reply via email to

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