[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how to customize outline mode
From: |
Pete Siemsen |
Subject: |
how to customize outline mode |
Date: |
Tue, 02 Aug 2005 10:02:30 -0600 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (chestnut, linux) |
I'd like to use Emacs outline mode to enhance browsing of Juniper
router config files. I can't seem to set outline-regexp correctly.
Juniper config files follow a strict heirarchy - each section is
indented 4 spaces beneath its "heading". Here's a fragment:
group frgp2 {
peer 128.116.254.250 {
local-address 128.116.254.240;
active-source-limit {
maximum 100000;
threshold 90000;
}
}
}
How can I set outline-regexp to make Emacs recognize 4 spaces as a
header delimiter? I tried "( )+", which didn't work.
--
-- Pete
- how to customize outline mode,
Pete Siemsen <=