* outline adjust font and regexp
@ 2007-07-02 21:16 Fabian Braennstroem
0 siblings, 0 replies; only message in thread
From: Fabian Braennstroem @ 2007-07-02 21:16 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
I would like to create an regexp for outline some comments in a
lisp-mode file (actually it is a batch file using lisp syntax).
The structure of the file looks like:
; Case
xxx
; Mesh
xxx
; Boundary Conditions
;; Inlet
xxx
; some comment
;; Outlet
xxx
I would like to achive an outlining with the top levels:
; Case
; Mesh
; Boundary Conditions
and the second levels:
;; Inlet
;; Outlet
which should work without those comments with something like:
(setq outline-regexp ";\\*+")
unfortunately those comments make a problem. In addition to that, I
would like to adjust the font for the first and second levels; onto
of the lisp-syntax highlichting. I am thinking about a different
larger font.
It would be nice, if anyone can give me some advice or good links!
Would be nice!
Regards!
Fabian
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-02 21:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-02 21:16 outline adjust font and regexp Fabian Braennstroem
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.