From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: embedding emacs in c programs Date: 14 Aug 2003 08:56:35 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030813150418.GA2238@milla.autsens.localnet> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1060866119 4897 80.91.224.253 (14 Aug 2003 13:01:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Aug 2003 13:01:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Aug 14 15:01:57 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19nHjp-0004QK-00 for ; Thu, 14 Aug 2003 15:01:57 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19nHkO-0005iQ-00 for ; Thu, 14 Aug 2003 15:02:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nHg3-0004k0-Uw for emacs-devel@quimby.gnus.org; Thu, 14 Aug 2003 08:58:03 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19nHfl-0004U8-Hc for emacs-devel@gnu.org; Thu, 14 Aug 2003 08:57:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19nHfD-0003wx-HD for emacs-devel@gnu.org; Thu, 14 Aug 2003 08:57:42 -0400 Original-Received: from [207.245.84.69] (helo=colo.agora-net.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nHed-0003Gj-Nc; Thu, 14 Aug 2003 08:56:35 -0400 Original-Received: from ttn by colo.agora-net.com with local (Exim 3.34 #1) id 19nHed-0004No-00; Thu, 14 Aug 2003 08:56:35 -0400 Original-To: betoes@member.fsf.org In-Reply-To: betoes@member.fsf.org's message of "Wed, 13 Aug 2003 12:04:18 -0300" Original-Lines: 22 X-Mailer: Gnus v5.7/Emacs 20.7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15945 betoes@member.fsf.org writes: I often use guile inside my C programs, I think it is really a good interface o programming, but... I'd rather program emacs-lisp than scheme. The second reason regards about emacs-buffers buffers are a very strong concept of text processing, and it is unbeaten by anything, including Perl! if you install ttn-pers-scheme 0.32 from directory: http://www.glug.org/people/ttn/software/ttn-pers-scheme/ you may find useful as a stop-gap measure the modules expressed in files that match "grep ttn.gap-buffer" or "grep ttn.edit". (apologies in advance for the lack of .info documentation -- this will be fixed shortly in 0.33.) another idea is to run emacs as a repl server (over a network). thi