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

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

bug#47109: eldoc.el: Allow custom separator between documentations in th


From: Mathieu Marques
Subject: bug#47109: eldoc.el: Allow custom separator between documentations in the echo area
Date: Fri, 12 Mar 2021 20:10:17 +0100

Hello,

While trying out eglot.el, I played around with eldoc.el and needed to display all pieces of documentations in the echo area at once. The joined patch allows for a custom separator between said documentations.

First patch is a fix to indenting levels as well as untabifying the whole file. That was done automatically by my configuration and given the existing code I thought it would be beneficial to most to provide a patch for that as well. Feel free to dismiss it if needed.

The second patch is the subject of this very email. With the updated code, in the user configuration, one can customize the separator to `"\n"` and its face to `((t :inherit shadow :strike-through t))` in order to have a horizontal line between documentations in the echo area for instance.

I've tried following conventions described over at gnu.org, do let me know if I've missed anything.

Best regards

--
Mathieu Marques

Attachment: 0001-lisp-emacs-lisp-eldoc.el-Untabify-and-fix-indent-lev.patch
Description: Text Data

Attachment: 0002-lisp-emacs-lisp-eldoc.el-Allow-custom-separator.patch
Description: Text Data


reply via email to

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