From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.emacs.help Subject: Re: running (ruby) scripts from within emacs Date: Sun, 14 Sep 2003 20:42:34 +0200 Organization: privat Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063565228 13089 80.91.224.253 (14 Sep 2003 18:47:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Sep 2003 18:47:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 14 20:47:06 2003 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 19ybtq-0003qA-00 for ; Sun, 14 Sep 2003 20:47:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19ybsK-00025T-PM for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Sep 2003 14:45:32 -0400 Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: suprimo-84.ping.de Original-X-Trace: lucy.ping.de 1063564951 27027 62.72.92.84 (14 Sep 2003 18:42:31 GMT) Original-X-Complaints-To: abuse@ping.de Original-NNTP-Posting-Date: Sun, 14 Sep 2003 18:42:31 +0000 (UTC) X-Lieblings-Musik: the_capricorns User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) Cancel-Lock: sha1:RKxtR3aZ6AmLSRnuMkHGTQAYCgY= Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!feed.news.nacamar.de!news.belwue.de!news.ipv6.iphh.net!iphh.net!news.ecore.net!lilly.ping.de!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:116592 Original-To: help-gnu-emacs@gnu.org 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:12513 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12513 Jesper Harder writes: Hello, > In shell-script mode there's `C-M-x' for running the region, and > `C-c C-x' for running the file. Do `C-h m' in the mode to see the > available commands. I should use describe-mode more often. Thanks for your answer. > I don't know about Ruby -- if there is a Ruby mode it probably offers > something equivalent. There is a ruby-mode shipped with emacs but no keystroke like the ones you mentioned. I think I need to cook something up myself. Patrick