From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: use the org-mode for scheme batch files Date: Fri, 15 Jun 2007 07:48:34 +0200 Message-ID: <64e9176172c66f6e00a1cab4677f6714@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hz5dz-0007qZ-FS for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 02:50:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hz5dx-0007pK-JI for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 02:50:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hz5dx-0007pF-8s for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 02:50:49 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hz5dw-0005GM-Gs for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 02:50:48 -0400 In-Reply-To: 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: Fabian Braennstroem Cc: emacs-orgmode@gnu.org 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. - Carsten