From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.help Subject: Re: Using a command-line program (sqlite3) as a backend Date: Thu, 26 Mar 2009 07:00:12 +0100 Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238049661 28123 80.91.229.12 (26 Mar 2009 06:41:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Mar 2009 06:41:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 26 07:42:18 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LmjHx-0007DS-Sz for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Mar 2009 07:42:06 +0100 Original-Received: from localhost ([127.0.0.1]:49279 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmjGa-0005jd-UQ for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Mar 2009 02:40:40 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!feeder2.news.saunalahti.fi!newsfeed2.funet.fi!newsfeed1.funet.fi!newsfeeds.funet.fi!uio.no!ntnu.no!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: fiinbeck.math.ntnu.no Original-X-Trace: orkan.itea.ntnu.no 1238047092 7326 129.241.15.140 (26 Mar 2009 05:58:12 GMT) Original-X-Complaints-To: usenet@ntnu.no Original-NNTP-Posting-Date: Thu, 26 Mar 2009 05:58:12 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) Cancel-Lock: sha1:qizD2MD30HgJ+fvMqC3f1rGvM8Y= Original-Xref: news.stanford.edu gnu.emacs.help:167994 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63278 Archived-At: + florian : >> Using it from elisp requires either loading a dynamically linked >> library or compiling emacs with sqlite - neither of them are >> supported at the moment, but the latter is possible, > > Oops. Compiling Emacs with sqlite? What would that be? Highly nontrivial. You would have to modiy emacs source code, adding stuff to interface with the sqlite library and making data available in the data structure that elisp uses. Don't even think of going there unless you are, or wish to become, familiar with emacs internals. -- * Harald Hanche-Olsen - It is undesirable to believe a proposition when there is no ground whatsoever for supposing it is true. -- Bertrand Russell