From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas L Roche Newsgroups: gmane.emacs.help Subject: Re: Emacs port to Eclipse Date: Mon, 23 Feb 2004 09:22:19 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <200402230625.i1N6PmdK746698@e3.ny.us.ibm.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Trace: sea.gmane.org 1077546589 29341 80.91.224.253 (23 Feb 2004 14:29:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2004 14:29:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 23 15:29:43 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AvH5b-00014p-00 for ; Mon, 23 Feb 2004 15:29:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AvH5M-0003Kl-E1 for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Feb 2004 09:29:28 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AvGzh-0000Y6-6L for help-gnu-emacs@gnu.org; Mon, 23 Feb 2004 09:23:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AvGyc-0007jy-Nb for help-gnu-emacs@gnu.org; Mon, 23 Feb 2004 09:23:02 -0500 Original-Received: from [32.97.182.106] (helo=e6.ny.us.ibm.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1AvGyb-0007cT-Ie for help-gnu-emacs@gnu.org; Mon, 23 Feb 2004 09:22:29 -0500 Original-Received: from westrelay04.boulder.ibm.com (westrelay04.boulder.ibm.com [9.17.193.32]) by e6.ny.us.ibm.com (8.12.10/8.12.2) with ESMTP id i1NEML4i584682 for ; Mon, 23 Feb 2004 09:22:22 -0500 Original-Received: from d03nm120.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.193.82]) by westrelay04.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i1NEMKv6114306 for ; Mon, 23 Feb 2004 07:22:21 -0700 In-Reply-To: <200402230625.i1N6PmdK746698@e3.ny.us.ibm.com> Original-To: help-gnu-emacs@gnu.org X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 X-MIMETrack: Serialize by Router on D03NM120/03/M/IBM(Release 6.0.2CF2|July 23, 2003) at 02/23/2004 07:22:20, Serialize complete at 02/23/2004 07:22:20 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17092 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17092 Sarir Khamsi Sun, 22 Feb 2004 14:25:29 -0700 > Is there anyone working on a port of GNU Emacs to the Eclipse > framework? "Port" isn't the term I would use: what would probably be needed is a wrapper. That being said, I dunno anyone working on one, though I would also love to have one. (It does have Emacs keysets--see Windows>Preferences>Workbench>Keys>Keyboard Shortcuts Active Configuration= but that's not enough !-) > If not, has anyone looked at how they could work together? Not particularly, but 2 things come to mind: * Eclipse can run any COM object in a page (== ), so a COM wrapper would work * There is a vi plugin http://sourceforge.net/projects/viplugin/ so one might look at how they do what they do.