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

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

[debbugs-tracker] bug#19338: closed ([PATCH 0/3] Implement an ElDoc func


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19338: closed ([PATCH 0/3] Implement an ElDoc function which describes char at point)
Date: Tue, 20 Jan 2015 14:09:02 +0000

Your message dated Tue, 20 Jan 2015 15:08:15 +0100
with message-id <address@hidden>
and subject line Re: [PATCHv2 2/2] eldoc: convert 
`eldoc-documentation-function' into a defcustom
has caused the debbugs.gnu.org bug report #19338,
regarding [PATCH 0/3] Implement an ElDoc function which describes char at point
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19338: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19338
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/3] Implement an ElDoc function which describes char at point Date: Wed, 10 Dec 2014 18:24:40 +0100
From: Michal Nazarewicz <address@hidden>

`describe-char-eldoc' displays information about character at point,
and can be used as a default value of `eldoc-documentation-function'.
It is useful when, for example, one needs to distinguish various
spaces (e.g. ] [, ] [, ] [, etc.) while using mono-spaced font.

Michal Nazarewicz (3):
  eldoc: use default eldoc function if local one gives no results
  descr-text: add `describe-char-eldoc' describing character at point
  eldoc: convert `eldoc-documentation-function' into a defcustom

 etc/NEWS                          | 10 +++-
 lisp/descr-text.el                | 96 +++++++++++++++++++++++++++++++++++++++
 lisp/emacs-lisp/eldoc.el          | 20 ++++++--
 test/automated/descr-text-test.el | 94 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 214 insertions(+), 6 deletions(-)
 create mode 100644 test/automated/descr-text-test.el

-- 
2.2.0.rc0.207.ga3a616c




--- End Message ---
--- Begin Message --- Subject: Re: [PATCHv2 2/2] eldoc: convert `eldoc-documentation-function' into a defcustom Date: Tue, 20 Jan 2015 15:08:15 +0100 User-agent: Notmuch/0.19~rc1+1~g03aea4f (http://notmuchmail.org) Emacs/25.0.50.1 (x86_64-unknown-linux-gnu)
On Thu, Dec 11 2014, Michal Nazarewicz <address@hidden> wrote:
> * lisp/emacs-lisp/eldoc.el (eldoc-documentation-function): Change from
> defvar to defcustom with `describe-char-eldoc' function as one of the
> suggested values.  Describe how major modes should use `add-function' to
> alter value of the defcustom.

FYI, v3 1/2 and this patch pushed to master except without changing the
variable to defcustom.

-- 
Best regards,                                         _     _
.o. | Liege of Serenely Enlightened Majesty of      o' \,=./ `o
..o | Computer Science,  Michał “mina86” Nazarewicz    (o o)
ooo +--<address@hidden>--<xmpp:address@hidden>--ooO--(_)--Ooo--


--- End Message ---

reply via email to

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