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

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

Re: Lisp help messages in echo area


From: Kaushal Modi
Subject: Re: Lisp help messages in echo area
Date: Sun, 16 Jul 2017 19:45:08 +0000

On Sun, Jul 16, 2017, 3:02 PM John Ankarström <john@ankarstrom.se> wrote:

> Kaushal Modi <kaushal.modi@gmail.com> writes:
>
> > That's eldoc-mode.
>
> Oh, so that's what eldoc-mode is! Heard of it before, but never
> realized that was it.


Yes, it is one of the really well-designed minor modes. It blends so well
into the major mode, that it doesn't feel like a minor mode :)

> Yeah that's annoying. Thankfully this fixes it:
> >
> > (with-eval-after-load 'eldoc
> >   (eldoc-add-command 'outshine-self-insert-command))
>
> Thank you so much! It works perfectly. I'm going to send a pull
> request to the maintainer of outshine.
>

Great! That's a very good idea.

> --

Kaushal Modi


reply via email to

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