From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geralt Newsgroups: gmane.emacs.devel Subject: Re: ElDoc: adding optional support to display messages in header-line Date: Thu, 6 Aug 2009 20:50:13 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1249588105 13339 80.91.229.12 (6 Aug 2009 19:48:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Aug 2009 19:48:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 06 21:48:18 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 1MZ8wi-0000FN-Sm for ged-emacs-devel@m.gmane.org; Thu, 06 Aug 2009 21:48:17 +0200 Original-Received: from localhost ([127.0.0.1]:44230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ8wi-0007uw-10 for ged-emacs-devel@m.gmane.org; Thu, 06 Aug 2009 15:48:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZ82d-00008C-Hu for emacs-devel@gnu.org; Thu, 06 Aug 2009 14:50:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZ82Y-00005h-SJ for emacs-devel@gnu.org; Thu, 06 Aug 2009 14:50:18 -0400 Original-Received: from [199.232.76.173] (port=50872 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ82Y-00005b-Jp for emacs-devel@gnu.org; Thu, 06 Aug 2009 14:50:14 -0400 Original-Received: from mail-ew0-f211.google.com ([209.85.219.211]:36661) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZ82Y-0002PB-7l for emacs-devel@gnu.org; Thu, 06 Aug 2009 14:50:14 -0400 Original-Received: by ewy7 with SMTP id 7so782028ewy.42 for ; Thu, 06 Aug 2009 11:50:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=64AXMCXF/+NeacBCwFI0wNVDbRCWm77D+xQOv89mffE=; b=wIlYGTEjmtehs/SRVjTGOBnInwPhrnWfcSjZ3+qInwW4yA5GW2YlnqY8bZtTdMRWQB qfVG92L8lKEr8npdB0bNGGLR1UdbNMiLqQm/XRzyKBzQ/wSGVPScRgfwNPUJtZDqXlKW 18aYWjWykh/gbWF3gT3iqpI5HIEAhVxjKyuQ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GcYmsu+t8s5xtDAEUQVRsaLKpZArI9g9mdcxNKMupj1ajxZ+AfJmJZa/8gAh33U8/4 /Wu2iyPHP/tA9fTjWKgfaiKhBG4H34munn8nqHSW2q6vKdcfvABjiE1+Z+HpHDs6CPhm saOPubP83P3aBCK/fKhNnom5zx1GjMF9fBaTI= Original-Received: by 10.216.21.205 with SMTP id r55mr37566wer.175.1249584613316; Thu, 06 Aug 2009 11:50:13 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Thu, 06 Aug 2009 15:48:11 -0400 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:113759 Archived-At: On Wed, Aug 5, 2009 at 4:00 AM, Stefan Monnier wr= ote: >> 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) > > > =A0 =A0 =A0 =A0Stefa > Thanks. Where can I get information about properties (like this one)? I couldn't find anything with C-a or searching through the emacs info page(s). Geralt.