From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: SQLite interface Date: Thu, 13 Mar 2014 14:54:04 +0100 Message-ID: References: <87zjku76nk.fsf@mid.deneb.enyo.de> <87lhwe75o2.fsf@mid.deneb.enyo.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394718858 17486 80.91.229.3 (13 Mar 2014 13:54:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2014 13:54:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Florian Weimer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 13 14:54:26 2014 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 1WO65a-0007xF-04 for ged-emacs-devel@m.gmane.org; Thu, 13 Mar 2014 14:54:26 +0100 Original-Received: from localhost ([::1]:39077 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO65Z-0005g5-C5 for ged-emacs-devel@m.gmane.org; Thu, 13 Mar 2014 09:54:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO65Q-0005fz-GF for emacs-devel@gnu.org; Thu, 13 Mar 2014 09:54:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WO65J-00083E-Pm for emacs-devel@gnu.org; Thu, 13 Mar 2014 09:54:16 -0400 Original-Received: from mx2.bahnhof.se ([213.80.101.12]:45114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO65J-000837-Ie for emacs-devel@gnu.org; Thu, 13 Mar 2014 09:54:09 -0400 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx2-reinject (Postfix) with ESMTP id 45B957AF583; Thu, 13 Mar 2014 14:54:08 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF4) Original-Received: from mf4.bahnhof.se ([127.0.0.1]) by localhost (mf4.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dYr9OVd7yeZV; Thu, 13 Mar 2014 14:54:05 +0100 (CET) Original-Received: from mta.verona.se (h-235-102.a149.priv.bahnhof.se [85.24.235.102]) by mf4.bahnhof.se (Postfix) with ESMTP id 4A3EF3D7852; Thu, 13 Mar 2014 14:54:05 +0100 (CET) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id F2EE44F64F5; Thu, 13 Mar 2014 13:54:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OzftnFaX4aht; Thu, 13 Mar 2014 14:54:04 +0100 (CET) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id 2CBFF4F64F2; Thu, 13 Mar 2014 14:54:04 +0100 (CET) In-Reply-To: <87lhwe75o2.fsf@mid.deneb.enyo.de> (Florian Weimer's message of "Thu, 13 Mar 2014 11:29:33 +0100") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Mac OS X 10.x X-Received-From: 213.80.101.12 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:170317 Archived-At: Florian Weimer writes: >> My personal opinion is that GObject introspection is a nice aproach for >> Emacs to gain FFI abilities. > > Interesting. Do you plan to add types to Emacs Lisp which currently > exist only in GObject as fundamental types? There is some preliminary marshalling code in the branch. -- Joakim Verona