unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: howto edit a script file and test the function at the same time?
Date: Wed, 27 Sep 2006 10:42:41 -0600	[thread overview]
Message-ID: <efe9nc$h6j$1@sea.gmane.org> (raw)
In-Reply-To: <1159321854.965884.91620@d34g2000cwd.googlegroups.com>

emacs wrote:
> 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?

(global-set-key [f9] 'executable-interpret)

-- 
Kevin

  reply	other threads:[~2006-09-27 16:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-27  1:50 howto edit a script file and test the function at the same time? emacs
2006-09-27 16:42 ` Kevin Rodgers [this message]
2006-09-28 14:40   ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='efe9nc$h6j$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).