From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: john@ankarstrom.se (John =?utf-8?Q?Ankarstr=C3=B6m?=) Newsgroups: gmane.emacs.help Subject: Re: Lisp help messages in echo area Date: Sun, 16 Jul 2017 21:01:16 +0200 Message-ID: <87h8yc8av7.fsf@ankarstrom.se> References: <87d1908ck2.fsf@ankarstrom.se> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1500231711 3744 195.159.176.226 (16 Jul 2017 19:01:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 16 Jul 2017 19:01:51 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 16 21:01:48 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWonY-0000b3-7o for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Jul 2017 21:01:44 +0200 Original-Received: from localhost ([::1]:46534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWond-0003X6-QG for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Jul 2017 15:01:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWonB-0003Wo-UE for help-gnu-emacs@gnu.org; Sun, 16 Jul 2017 15:01:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dWon8-0004O5-Sh for help-gnu-emacs@gnu.org; Sun, 16 Jul 2017 15:01:21 -0400 Original-Received: from pusjkin.ankarstrom.se ([172.104.152.215]:50588) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dWon8-0004Nf-LA for help-gnu-emacs@gnu.org; Sun, 16 Jul 2017 15:01:18 -0400 Original-Received: from vm-linux (c83-252-75-131.bredband.comhem.se [83.252.75.131]) by pusjkin.ankarstrom.se (Postfix) with ESMTPSA id B8C7E3EFFA for ; Sun, 16 Jul 2017 21:01:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ankarstrom.se; s=default; t=1500231676; bh=YH0EcXcqAalBxJs9OET9zZvufwimQvtEYBdxZmTzaG4=; h=From:To:Subject:References:Date:From; b=eCVyXn0P+G7zqKplojTjSupgNi+0FRad4Nf+rRyzskPBQVoTf3y2eFjZwELX1Yy9f X1idPEmnnSFpjLTeAhy1SmooCfkMWgnLc3/H36LOuk5QyCM+IcIlddkw63+esm72ve TmNv5r7V8b33qcBYpFl99O8Mmh9Dk6KBmrQ8vTJY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 172.104.152.215 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:113776 Archived-At: Kaushal Modi writes: > That's eldoc-mode. Oh, so that's what eldoc-mode is! Heard of it before, but never realized that was it. > 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. - John