all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* outline-mode
@ 2003-11-20 22:33 Raimund Kohl-Fuechsle
  0 siblings, 0 replies; 8+ messages in thread
From: Raimund Kohl-Fuechsle @ 2003-11-20 22:33 UTC (permalink / raw)


hi,

I like to use outline-mode for certain files.  Is there a way to open
that file automaticaly in outline-mode, without setting emacs outline
mode as default?

ray

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: outline-mode
       [not found] <mailman.374.1069372282.399.help-gnu-emacs@gnu.org>
@ 2003-11-21  0:41 ` Kevin Rodgers
  2003-11-21  9:55   ` outline-mode Raimund Kohl-Fuechsle
       [not found]   ` <mailman.392.1069412316.399.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 8+ messages in thread
From: Kevin Rodgers @ 2003-11-21  0:41 UTC (permalink / raw)


Raimund Kohl-Fuechsle wrote:

> I like to use outline-mode for certain files.  Is there a way to open
> that file automaticaly in outline-mode, without setting emacs outline
> mode as default?

Yes, it just depends on whether you want it to be in Outline (major)
mode or outline-minor-mode, and how it is you know that the file should
automatically be in outline mode -- by major mode, directory, file name,

or content.


-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: outline-mode
  2003-11-21  0:41 ` outline-mode Kevin Rodgers
@ 2003-11-21  9:55   ` Raimund Kohl-Fuechsle
       [not found]   ` <mailman.392.1069412316.399.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 8+ messages in thread
From: Raimund Kohl-Fuechsle @ 2003-11-21  9:55 UTC (permalink / raw)
  Cc: help-gnu-emacs

Kevin Rodgers <ihs_4664@yahoo.com> wrote:

> > I like to use outline-mode for certain files.  Is there a way to open
> > that file automaticaly in outline-mode, without setting emacs outline
> > mode as default?
> 
> Yes, it just depends on whether you want it to be in Outline (major)
> mode or outline-minor-mode, and how it is you know that the file should
> automatically be in outline mode -- by major mode, directory, file
> name,

I've created several logfiles, put in a certain directory.  So all files
called from this directory should open in outline-major-mode.  How do I
do that?

ray

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: outline-mode
       [not found]   ` <mailman.392.1069412316.399.help-gnu-emacs@gnu.org>
@ 2003-11-21 11:09     ` Oliver Scholz
  2003-11-21 15:38       ` outline-mode Raimund Kohl-Fuechsle
  0 siblings, 1 reply; 8+ messages in thread
From: Oliver Scholz @ 2003-11-21 11:09 UTC (permalink / raw)


Raimund Kohl-Fuechsle <ray@nabuli.de> writes:

[...]
> I've created several logfiles, put in a certain directory.  So all files
> called from this directory should open in outline-major-mode.  How do I
> do that?

(add-to-list 'auto-mode-alist
	     '("\\`/path/to/directory/" . outline-mode))


    Oliver
-- 
1 Frimaire an 212 de la Révolution
Liberté, Egalité, Fraternité!

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: outline-mode
  2003-11-21 11:09     ` outline-mode Oliver Scholz
@ 2003-11-21 15:38       ` Raimund Kohl-Fuechsle
  0 siblings, 0 replies; 8+ messages in thread
From: Raimund Kohl-Fuechsle @ 2003-11-21 15:38 UTC (permalink / raw)


Oliver Scholz <alkibiades@gmx.de> wrote:

> (add-to-list 'auto-mode-alist
> 	     '("\\`/path/to/directory/" . outline-mode))

works wonderful :-)  Thank you :-)

ray

^ permalink raw reply	[flat|nested] 8+ messages in thread

* outline-mode
@ 2007-09-26 20:59 Sean Sieger
  2007-09-26 21:14 ` outline-mode Sean Sieger
  2007-09-27  6:54 ` outline-mode Glenn Morris
  0 siblings, 2 replies; 8+ messages in thread
From: Sean Sieger @ 2007-09-26 20:59 UTC (permalink / raw)
  To: emacs-devel

On GNU Emacs 23.0.0.3 (i686-pc-linux-gnu, GTK+ Version 2.10.11) of
2007-09-22 on 6dfpj71, I have been visiting my outline files using `C-x
r b'; `C-x C-f'; and `C-x d' and finding the fontification erroneous.
That is, the top level, instead of blue is pink (I haven't altered the
defaults) and when I do `C-c C-q' on them, I get,

Debugger entered--Lisp error: (error "Must keep at least one level of headers")
  signal(error ("Must keep at least one level of headers"))
  error("Must keep at least one level of headers")
  hide-sublevels(0)
  call-interactively(hide-sublevels)

...it wasn't until today that in the midst of properly fontified top
level headings there was a single improperly fontified one, so that
there is also an irregularity to the error.

I hope this is helpful.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: outline-mode
  2007-09-26 20:59 outline-mode Sean Sieger
@ 2007-09-26 21:14 ` Sean Sieger
  2007-09-27  6:54 ` outline-mode Glenn Morris
  1 sibling, 0 replies; 8+ messages in thread
From: Sean Sieger @ 2007-09-26 21:14 UTC (permalink / raw)
  To: emacs-devel

Shoot, sorry...

...visiting my outline files, with `-*- outline -*-' at the top of
them...

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: outline-mode
  2007-09-26 20:59 outline-mode Sean Sieger
  2007-09-26 21:14 ` outline-mode Sean Sieger
@ 2007-09-27  6:54 ` Glenn Morris
  1 sibling, 0 replies; 8+ messages in thread
From: Glenn Morris @ 2007-09-27  6:54 UTC (permalink / raw)
  To: Sean Sieger; +Cc: emacs-devel

Sean Sieger wrote:

> On GNU Emacs 23.0.0.3 (i686-pc-linux-gnu, GTK+ Version 2.10.11) of
> 2007-09-22 on 6dfpj71,

Is this the unicode-2 branch? The outline.el in the CVS trunk has had
a few updates over this one. Please try the trunk.

> top level, instead of blue is pink (I haven't altered the defaults)
> and when I do `C-c C-q' on them, I get,
>
> Debugger entered--Lisp error: (error "Must keep at least one level of headers")
>   signal(error ("Must keep at least one level of headers"))
>   error("Must keep at least one level of headers")
>   hide-sublevels(0)
>   call-interactively(hide-sublevels)

Please provide a complete recipe starting from emacs -Q.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-09-27  6:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-20 22:33 outline-mode Raimund Kohl-Fuechsle
     [not found] <mailman.374.1069372282.399.help-gnu-emacs@gnu.org>
2003-11-21  0:41 ` outline-mode Kevin Rodgers
2003-11-21  9:55   ` outline-mode Raimund Kohl-Fuechsle
     [not found]   ` <mailman.392.1069412316.399.help-gnu-emacs@gnu.org>
2003-11-21 11:09     ` outline-mode Oliver Scholz
2003-11-21 15:38       ` outline-mode Raimund Kohl-Fuechsle
  -- strict thread matches above, loose matches on Subject: below --
2007-09-26 20:59 outline-mode Sean Sieger
2007-09-26 21:14 ` outline-mode Sean Sieger
2007-09-27  6:54 ` outline-mode Glenn Morris

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.