From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: getting help for your guile libraries in emacs Date: Wed, 19 Dec 2007 14:29:44 +0100 Message-ID: <87r6hi24on.fsf@ambire.localdomain> References: <87odditcl3.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198071129 4838 80.91.229.12 (19 Dec 2007 13:32:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Dec 2007 13:32:09 +0000 (UTC) Cc: guile-user To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Dec 19 14:32:20 2007 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 1J4z23-0008SZ-Nd for guile-user@m.gmane.org; Wed, 19 Dec 2007 14:32:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4z1k-00033n-1m for guile-user@m.gmane.org; Wed, 19 Dec 2007 08:32:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4z1e-00033P-1X for guile-user@gnu.org; Wed, 19 Dec 2007 08:31:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4z1Z-00032O-1w for guile-user@gnu.org; Wed, 19 Dec 2007 08:31:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4z1Y-00032K-Sc for guile-user@gnu.org; Wed, 19 Dec 2007 08:31:48 -0500 Original-Received: from ppp-12-39.21-151.libero.it ([151.21.39.12] helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J4z1Y-000294-Jc for guile-user@gnu.org; Wed, 19 Dec 2007 08:31:48 -0500 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1J4yzY-0000Qj-Ax; Wed, 19 Dec 2007 14:29:44 +0100 In-Reply-To: <87odditcl3.fsf@pobox.com> (Andy Wingo's message of "Sun, 25 Nov 2007 19:16:40 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:6373 Archived-At: () Andy Wingo () Sun, 25 Nov 2007 19:16:40 +0100 '(("(guile)Procedure Index" nil "^ -+ .*: " " ") ("(guile)Variable Index" nil "^ -+ .*: " " ") ("(guile)R5RS Index" nil "^ -+ .*: " " ") ("(goops)Function and Variable Index" nil "^ -+ .*: " " ")) cool, thanks for unearthing this. unfortunately, these specs do not work for me. i had to modify these locally like so: '(("(guile) Procedure Index" nil "^\\* " ":") ("(guile) Variable Index" nil "^\\* " ":") ("(guile) R5RS Index" nil "^\\* " ":")) also, during the futzing around required to find this, i found it a good idea to `(setq info-lookup-cache nil)' after changing things to avoid confusing Info. thi _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user