From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: ElDoc: adding optional support to display messages in header-line Date: Tue, 04 Aug 2009 22:00:13 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249437635 27161 80.91.229.12 (5 Aug 2009 02:00:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Aug 2009 02:00:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Geralt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 05 04:00:28 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MYVnn-0001pr-BJ for ged-emacs-devel@m.gmane.org; Wed, 05 Aug 2009 04:00:27 +0200 Original-Received: from localhost ([127.0.0.1]:51071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYVnm-00016n-7x for ged-emacs-devel@m.gmane.org; Tue, 04 Aug 2009 22:00:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYVnh-00016i-H3 for emacs-devel@gnu.org; Tue, 04 Aug 2009 22:00:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYVnc-00014o-TI for emacs-devel@gnu.org; Tue, 04 Aug 2009 22:00:20 -0400 Original-Received: from [199.232.76.173] (port=36465 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYVnc-00014i-Al for emacs-devel@gnu.org; Tue, 04 Aug 2009 22:00:16 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:51429 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYVnb-0002on-VS for emacs-devel@gnu.org; Tue, 04 Aug 2009 22:00:16 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjcFALuEeEpFxL8W/2dsb2JhbACBUtMohBgFhzA X-IronPort-AV: E=Sophos;i="4.43,325,1246852800"; d="scan'208";a="43024145" Original-Received: from 69-196-191-22.dsl.teksavvy.com (HELO ceviche.home) ([69.196.191.22]) by ironport2-out.teksavvy.com with ESMTP; 04 Aug 2009 22:00:13 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 3600070012; Tue, 4 Aug 2009 22:00:13 -0400 (EDT) In-Reply-To: (Geralt's message of "Tue, 4 Aug 2009 21:05:51 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113699 Archived-At: > I tried that, but then the output in the header line is no longer > using the syntax colors of the current mode. Is there a way to get > both? Yesm you need to (put 'eldoc-messagee 'risky-local-variable t) Stefa