From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "emacs" Newsgroups: gmane.emacs.help Subject: howto edit a script file and test the function at the same time? Date: 26 Sep 2006 18:50:55 -0700 Organization: http://groups.google.com Message-ID: <1159321854.965884.91620@d34g2000cwd.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1159324833 13037 80.91.229.2 (27 Sep 2006 02:40:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Sep 2006 02:40:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 27 04:40:31 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GSPLb-0002Tx-9w for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Sep 2006 04:40:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSPLa-0007Xt-Tn for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Sep 2006 22:40:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!d34g2000cwd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 85.224.69.181 Original-X-Trace: posting.google.com 1159321860 1493 127.0.0.1 (27 Sep 2006 01:51:00 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 27 Sep 2006 01:51:00 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060808 Fedora/1.5.0.6-2.fc5 Firefox/1.5.0.6 pango-text,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: d34g2000cwd.googlegroups.com; posting-host=85.224.69.181; posting-account=NXv2vA0AAAC4qDMj4UWclG7q2zGaoRWo Original-Xref: shelby.stanford.edu gnu.emacs.help:142039 Original-To: help-gnu-emacs@gnu.org 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:37659 Archived-At: Hi, I should like to have clues how to implement a "function" there when I open a script file, a screen with two windows opens up, editing windows above and output windows below. I also bind a key say "F9", when I press on that key, it perform the execution by the script parser, all outputs is visable in the window belows. This script parser should also be a serial channel to a basic computer, so when I press a key, the string below the curser is transfer to the basic computer and the answer is return to the output window. Has anyone any ideers how this should be implemented or is it already implemented? Best Regards larsgoran.larsson