From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabian Braennstroem Subject: Re: use the org-mode for scheme batch files Date: Sun, 17 Jun 2007 12:36:29 +0000 Message-ID: References: <64e9176172c66f6e00a1cab4677f6714@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hzs0b-0006XK-50 for emacs-orgmode@gnu.org; Sun, 17 Jun 2007 06:29:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hzs0Z-0006WX-As for emacs-orgmode@gnu.org; Sun, 17 Jun 2007 06:29:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hzs0Z-0006WU-1z for emacs-orgmode@gnu.org; Sun, 17 Jun 2007 06:29:23 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hzs0Y-0001KY-BI for emacs-orgmode@gnu.org; Sun, 17 Jun 2007 06:29:22 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hzs0P-0006mI-Nt for emacs-orgmode@gnu.org; Sun, 17 Jun 2007 12:29:14 +0200 Received: from pd9e4b1f4.dip0.t-ipconnect.de ([217.228.177.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Jun 2007 12:29:13 +0200 Received: from f.braennstroem by pd9e4b1f4.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Jun 2007 12:29:13 +0200 In-Reply-To: <64e9176172c66f6e00a1cab4677f6714@science.uva.nl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Carsten, Carsten Dominik schrieb am 06/15/2007 05:48 AM: > On Jun 7, 2007, at 16:15, Fabian Braennstroem wrote: > >> Hi, >> >> I would like to use org-mode's ability for outlining and syntax >> highlighting for some scheme batch files. >> The file looks like this: > > It does not sound promising to me to use org-mode for > syntax highlighting in some other file. Much better to > write font-lock for whatever mode is editing that file, > and then to use outline-minor mode do the folding. > You can get cycling with TAB also in outline-minor-mode, there > is an entry in the org-mode FAQ about this. Thanks for your help, I think you are right ... I will adjust the 'plain' outline for my purposes. Regards! Fabian