From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Mode to display information in the topmost line of a window Date: Thu, 30 Jul 2009 18:00:39 +0200 Message-ID: <87eiryw47s.fsf@thinkpad.tsdh.de> References: <87r5vyw653.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248970130 12123 80.91.229.12 (30 Jul 2009 16:08:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2009 16:08:50 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Geralt Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 30 18:08:43 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MWYBL-0006Py-OU for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 18:08:40 +0200 Original-Received: from localhost ([127.0.0.1]:55584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWYBI-0007qf-FK for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 12:08:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWY3g-0000DM-AJ for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 12:00:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWY3a-0000CI-RP for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 12:00:43 -0400 Original-Received: from [199.232.76.173] (port=47799 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWY3Z-0000CB-Np for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 12:00:37 -0400 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:45062) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWY3Z-0007Xg-8D for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 12:00:37 -0400 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 5E9D43BD506; Thu, 30 Jul 2009 12:00:36 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 30 Jul 2009 12:00:36 -0400 X-Sasl-enc: zPyvY+KL+SBcY+IEYhdUY0QFs/ozFTTTRIKeEeaSyEKu 1248969635 Original-Received: from thinkpad.tsdh.de (p54AF1CEB.dip0.t-ipconnect.de [84.175.28.235]) by mail.messagingengine.com (Postfix) with ESMTPA id E75A6629; Thu, 30 Jul 2009 12:00:34 -0400 (EDT) In-Reply-To: (Geralt's message of "Thu, 30 Jul 2009 17:47:42 +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: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66525 Archived-At: Geralt writes: Hi Geralt, > thanks, that helped me a lot! From what I've found it's as simple as > changing eldoc-message to: > [...] Great! > What's the prefered way to overwrite a function? Just putting this one > into .emacs? Yes. Bye, Tassilo