From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alex Weiss" Newsgroups: gmane.emacs.devel Subject: Guile API Date: Sun, 25 Oct 2015 17:27:12 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1445790465 32225 80.91.229.3 (25 Oct 2015 16:27:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Oct 2015 16:27:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 25 17:27:36 2015 Return-path: Envelope-to: ged-emacs-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 1ZqO8t-0003ku-4o for ged-emacs-devel@m.gmane.org; Sun, 25 Oct 2015 17:27:35 +0100 Original-Received: from localhost ([::1]:48744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqO8s-0007Vf-9U for ged-emacs-devel@m.gmane.org; Sun, 25 Oct 2015 12:27:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqO8c-0007T2-IT for emacs-devel@gnu.org; Sun, 25 Oct 2015 12:27:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqO8Z-0004xe-Dl for emacs-devel@gnu.org; Sun, 25 Oct 2015 12:27:18 -0400 Original-Received: from mout.gmx.com ([74.208.4.201]:65506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqO8Z-0004wH-7J for emacs-devel@gnu.org; Sun, 25 Oct 2015 12:27:15 -0400 Original-Received: from [74.65.210.89] by 3capp-mailcom-lxa08.server.lan (via HTTP); Sun, 25 Oct 2015 17:27:12 +0100 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K0:I5bgRMd2EuFwupwaZ7VTFASQoJnxEqGxmsBKMP4jrs7 Rr4U3GAkjrvjoumkwhdBz6pDCbrxqEzuQlVGiUiq22Q6vUlBQX J3vQybEZfE1WL12eF9QMaqtCZWEDdPrQY1b4iTDOAvD7Ej5pCi apN8VSQI7yKRR1H/YuaVasHGgvqHMARsLdDapDEWPzI1VG9QkQ h1DWicbLol8I4gnTkbpWRSBKaUuLLR/vwSjycB0aoUmc/pn9XX 5uqPKqH+7gEbz4FUUSJPD9xGRFmj8UKoBhXWSUaOsicDB+YUCD v4wos2ozH28irUUzg5ypBLi3EsH X-UI-Out-Filterresults: notjunk:1;V01:K0:hnCxISesWw0=:s2F05XHnrySHU1iWgrydaO 9oZZyNhqE7j3bkhSfoVYoLe1Svn9KfD4XtHTuAcWUCBKl5q6U5UBuHk57ekEnqiTF91vkHUm3 tJ3Nf6FOO+Alt3ivYuJ5pCmgeqaPu86GWkPIH1cEnTA0ODE+26WJxKQ6j8sbB0iGhgNuHajZC BpDbfk7/tRwAlIrqKlZ8Pw8MqFxgVeWqV5iVxkVyT4ZhlkKZwDYxJyOYVhsGp8x3Q/vrdmmHz nWON7WMUZ+hh92u+eGRvgHzt1/6GdKd9rGeyCkN5okq3/I9knaA8uCTJWK1f7t2X1BdM8RPZa NHq9Hfs0hTBVZGe34Za896dttlppZWadhYB8xmVD1UNfjs4OuwYV5YS7xVVQiW1TJgXOl4S5s Xdi3DTBeH8tNfmzDOC6MrVy5vS3mgFWK5PPli+ycv1NX+qLtz8FNwzL6iASxNhNDV6lV1ADqw 74Zb9OLGGw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 74.208.4.201 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192603 Archived-At: The Guile API is=2E=2E=2Eerr=2E=2E=2Ea bit undocumented=2E=C2=A0 Am I craz= y is it to assume that the Guile API is as rich an the Python API?=C2=A0=20 (The first stumbling block I have noticed is simply creating a new "sessio= n"=2E=C2=A0 The Python API has a Session object, with seems to wraps the c = functions: qof_session_new, qof_session_begin, and qof_session_load=2E Th= e swig interface I found does not seem to export these out as guile procedu= res=2E) Thank for any help, Alex