From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: googleartist@yahoo.com (Artist) Newsgroups: gmane.emacs.help Subject: Emacs as platform for the application Date: 19 Sep 2002 06:59:36 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1032444356 12294 127.0.0.1 (19 Sep 2002 14:05:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2002 14:05:56 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17s1wI-0003Bu-00 for ; Thu, 19 Sep 2002 16:05:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17s1we-00042L-00; Thu, 19 Sep 2002 10:06:16 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 208.159.24.160 Original-X-Trace: posting.google.com 1032443976 9479 127.0.0.1 (19 Sep 2002 13:59:36 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 19 Sep 2002 13:59:36 GMT Original-Xref: nntp.stanford.edu gnu.emacs.help:105076 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1630 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1630 Hi, I would like to deploy emacs based application. We have several users and I would like to put together the basic application and then add the functionalities as per need base. This is what I have thought: To put emacs on the server and have the users running that program with functions written let's say in perl accessed by keybinding. Now my users are not emacs aware and I would like to suppress all the key binding (except of course, something like self-insert-command) other than what's absolutely required plus binding which can provide functions written by me. Yuor suggestions would be valuable in dertermining the phases of these application. Thanks, Artist