From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chetan Newsgroups: gmane.emacs.help Subject: Re: Using a command-line program (sqlite3) as a backend Date: Wed, 25 Mar 2009 16:03:38 -0700 Organization: Noname Inc. Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1238024511 9521 80.91.229.12 (25 Mar 2009 23:41:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2009 23:41:51 +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 00:43:09 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 1LmckV-0007DY-3F for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Mar 2009 00:43:07 +0100 Original-Received: from localhost ([127.0.0.1]:57600 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lmcj8-0004si-2F for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Mar 2009 19:41:42 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!flph200.ffdc.sbc.com!prodigy.net!flph199.ffdc.sbc.com!prodigy.com!flpi107.ffdc.sbc.com!flpi149.ffdc.sbc.com.POSTED!8e1d8614!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Emacs Gnus Cancel-Lock: sha1:x1nzvLp5T4ddNFqszL4lHxdY3ps= Original-Lines: 19 Original-NNTP-Posting-Host: 76.199.138.44 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: flpi149.ffdc.sbc.com 1238022587 ST000 76.199.138.44 (Wed, 25 Mar 2009 19:09:47 EDT) Original-NNTP-Posting-Date: Wed, 25 Mar 2009 19:09:47 EDT X-UserInfo1: Q[R_PJSCTS@SSVPXJJMF_W@BFJT@QDDMEPWXODMMHXMTWA]EPEWUQBKZQLYJX\_ITFD_KFVLUN[DOM_A_NSYNWPFWNS[XV\I]PZ@BQ[@CDQDPCL^FKCBIPC@KLGEZEFNMDYMKHRL_YYYGDSSODXYN@[\BK[LVTWI@AXGQCOA_SAH@TPD^\AL\RLGRFWEARBM Original-Xref: news.stanford.edu gnu.emacs.help:167983 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:63270 Archived-At: florian writes: > On Mar 24, 10:38 pm, Chetan wrote: > >> Doesn't it work from shell running in emacs? > > I suppose it does, but I want to use it from Elisp functions. > > Best, Florian It would be easiest to see if there are any problems working with stdout, since that was mentioned. 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, provided one is OK with the datatypes as currently supported in emacs-lisp. -- Chetan