From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zack Piper Newsgroups: gmane.emacs.devel Subject: Re: Guile API Date: Sun, 25 Oct 2015 16:29:29 +0000 Message-ID: <20151025162929.GA9223@apertron.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1445790595 1531 80.91.229.3 (25 Oct 2015 16:29:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Oct 2015 16:29:55 +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:29:48 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 1ZqOB2-00061k-C0 for ged-emacs-devel@m.gmane.org; Sun, 25 Oct 2015 17:29:48 +0100 Original-Received: from localhost ([::1]:48749 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqOB1-0008Ba-PV for ged-emacs-devel@m.gmane.org; Sun, 25 Oct 2015 12:29:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqOAp-0008BF-Eg for emacs-devel@gnu.org; Sun, 25 Oct 2015 12:29:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqOAm-0005wp-90 for emacs-devel@gnu.org; Sun, 25 Oct 2015 12:29:35 -0400 Original-Received: from apertron.net ([94.23.236.101]:53820 helo=mail.apertron.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqOAm-0005w4-2J for emacs-devel@gnu.org; Sun, 25 Oct 2015 12:29:32 -0400 Original-Received: by mail.apertron.net (Postfix, from userid 30061) id DB22961B35; Sun, 25 Oct 2015 16:29:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=apertron.net; s=mail; t=1445790570; bh=Oj5O4Lb67gAUzKI6eyybv2Z1l1PcJEnte6yXEPgAVDQ=; h=Date:From:To:Subject:References:In-Reply-To; b=EcHEtGA0op8sNP6rwOT5OH4wKU5JgmvoNdCACB9VOLZPRwO/Wr8uZE0D77pU7HJva hrtiV2nw3hskrHjG1o+R5PFfwFhNUMgCoe6agiQ2HhFkpqrbGoczq6efvk/NxUUobp h2zxbPSVeBjJ937glwbl3r2aJjNof6mOBSgCkZu0= Original-Received: from apertron.net (xieshaij [127.0.0.1]) by mail.apertron.net (Postfix) with ESMTPS id A68235FE41 for ; Sun, 25 Oct 2015 16:29:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=apertron.net; s=mail; t=1445790570; bh=Oj5O4Lb67gAUzKI6eyybv2Z1l1PcJEnte6yXEPgAVDQ=; h=Date:From:To:Subject:References:In-Reply-To; b=EcHEtGA0op8sNP6rwOT5OH4wKU5JgmvoNdCACB9VOLZPRwO/Wr8uZE0D77pU7HJva hrtiV2nw3hskrHjG1o+R5PFfwFhNUMgCoe6agiQ2HhFkpqrbGoczq6efvk/NxUUobp h2zxbPSVeBjJ937glwbl3r2aJjNof6mOBSgCkZu0= Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23+113 (34ca1c5fdd45) (2014-03-12) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 94.23.236.101 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:192604 Archived-At: On Sun, Oct 25, 2015 at 05:27:12PM +0100, Alex Weiss wrote: >=20 > The Guile API is...err...a bit undocumented.=A0 Am I crazy is it to ass= ume that the Guile API is as rich an the Python API?=A0=20 >=20 > (The first stumbling block I have noticed is simply creating a new "ses= sion".=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. Th= e swig interface I found does not seem to export these out as guile proce= dures.) >=20 > Thank for any help, > Alex >=20 Is this about GuileEmacs, or did you post this to the wrong ML? :-) --=20 Zack Piper http://apertron.net