From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.user Subject: Re: What new libraries or functionality does Guile need? Date: Fri, 18 Jul 2008 15:43:36 -0400 Message-ID: <4748430.1216410216119.JavaMail.root@web17> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216408384 30500 80.91.229.12 (18 Jul 2008 19:13:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2008 19:13:04 +0000 (UTC) Cc: guile-user@gnu.org To: Andre Kuehne Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 18 21:13:52 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KJvOk-0001wE-OH for guile-user@m.gmane.org; Fri, 18 Jul 2008 21:13:46 +0200 Original-Received: from localhost ([127.0.0.1]:56027 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJvNr-0004Vd-OU for guile-user@m.gmane.org; Fri, 18 Jul 2008 15:12:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJvNm-0004Tl-NU for guile-user@gnu.org; Fri, 18 Jul 2008 15:12:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJvNj-0004SN-Sa for guile-user@gnu.org; Fri, 18 Jul 2008 15:12:45 -0400 Original-Received: from [199.232.76.173] (port=55765 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJvNj-0004SH-LH for guile-user@gnu.org; Fri, 18 Jul 2008 15:12:43 -0400 Original-Received: from mta13.mail.adelphia.net ([68.168.78.44]:54408 helo=mta13.adelphia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJvNj-0001rW-EZ for guile-user@gnu.org; Fri, 18 Jul 2008 15:12:43 -0400 Original-Received: from web17 ([68.168.75.39]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20080718191033.UBDY7723.mta13.adelphia.net@web17>; Fri, 18 Jul 2008 15:10:33 -0400 X-Priority: 3 (Normal) Sensitivity: Normal X-detected-kernel: by monty-python.gnu.org: Solaris 8 (2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6674 Archived-At: ---- Andre Kuehne wrote: > 2) Displaying the signature/parameters of the function around point in the message-line of emacs > would be helpful too. Yes. There ought to be a way of adding this to gds. I think we just need some hooks for eldoc-mode, right? -Dale