From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ricardo Wurmus Newsgroups: gmane.lisp.guile.devel Subject: Re: SXML/xpath documentation Date: Wed, 04 May 2016 06:21:49 +0200 Message-ID: <874maewizm.fsf@elephly.net> References: <609d6543fc330ab31fead98e529587f4@openmailbox.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1462335769 21806 80.91.229.3 (4 May 2016 04:22:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 May 2016 04:22:49 +0000 (UTC) Cc: guile-devel@gnu.org To: rain1@openmailbox.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed May 04 06:22:40 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1axoKd-0004Uu-9c for guile-devel@m.gmane.org; Wed, 04 May 2016 06:22:39 +0200 Original-Received: from localhost ([::1]:45651 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axoKW-0002TD-U7 for guile-devel@m.gmane.org; Wed, 04 May 2016 00:22:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axoKM-0002GT-52 for guile-devel@gnu.org; Wed, 04 May 2016 00:22:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axoKA-0004R0-4V for guile-devel@gnu.org; Wed, 04 May 2016 00:22:16 -0400 Original-Received: from sender163-mail.zoho.com ([74.201.84.163]:24993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axoK9-0004N6-Sg for guile-devel@gnu.org; Wed, 04 May 2016 00:22:10 -0400 Original-Received: from localhost (x4d0ce159.dyn.telefonica.de [77.12.225.89]) by mx.zohomail.com with SMTPS id 1462335713264234.4808276358026; Tue, 3 May 2016 21:21:53 -0700 (PDT) User-agent: mu4e 0.9.13; emacs 24.5.1 In-reply-to: <609d6543fc330ab31fead98e529587f4@openmailbox.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 74.201.84.163 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18296 Archived-At: Hi, > Here is a patch that adds documentation for the functions in > https://www.gnu.org/software/guile/manual/html_node/SXPath.html based on > the comments in the source code. I remember that I once submitted a similar patch to this list, and I think it has already been merged to the “stable-2.0” branch. It’s probably this one: ~~~~~~~~~~ commit fbe95dc6e6a83497b9074bd368b7050f536bc234 Author: Ricardo Wurmus Date: Sun Aug 30 10:58:42 2015 +0200 doc: Add SXPath documentation from sources Fixes . * doc/ref/sxml.texi (SXPath): Add procedure documentation from sources. Signed-off-by: Ludovic Courtès ~~~~~~~~~~ Maybe this should also be in master to avoid confusion. ~~ Ricardo