From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Edward Peschko Newsgroups: gmane.emacs.devel Subject: embeddable emacs Date: Tue, 11 Feb 2003 19:17:05 -0800 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030212031705.GB12920@telswitch> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045019692 1660 80.91.224.249 (12 Feb 2003 03:14:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Feb 2003 03:14:52 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18inMI-0000Qd-00 for ; Wed, 12 Feb 2003 04:14:50 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18inY4-0001sy-00 for ; Wed, 12 Feb 2003 04:27:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18inNj-0008SU-0A for emacs-devel@quimby.gnus.org; Tue, 11 Feb 2003 22:16:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18inNX-0008MY-00 for emacs-devel@gnu.org; Tue, 11 Feb 2003 22:16:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18inNT-0008Fi-00 for emacs-devel@gnu.org; Tue, 11 Feb 2003 22:16:04 -0500 Original-Received: from webhaste.com ([64.62.134.242] helo=vortex.webhaste.com) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18inNR-0008CR-00 for emacs-devel@gnu.org; Tue, 11 Feb 2003 22:16:01 -0500 Original-Received: (qmail 39809 invoked from network); 12 Feb 2003 03:04:29 -0000 Original-Received: from telswitch.com (HELO localhost.localdomain) (207.12.196.158) by 0 with SMTP; 12 Feb 2003 03:04:29 -0000 Original-To: emacs-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.4i X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11576 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11576 hey, I was wondering if there was an 'emacs lite', one that is cross-platform, GUI independent, and that could be embedded as a component (my cross-platform gui of choice is wxWindows). I'd like to be able to send keystrokes to the component, if possible.. either that, or if there was a generic 'editor builder' where you could define keystrokes and keybindings.. Anybody heard of anything like this? Or am I out of luck? Ed