[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] use the org-mode for scheme batch files
From: |
Carsten Dominik |
Subject: |
Re: [Orgmode] use the org-mode for scheme batch files |
Date: |
Fri, 15 Jun 2007 07:48:34 +0200 |
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