unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Changing headline faces when using outline mode
@ 2021-05-20 18:27 pauline-galea
  2021-05-21 20:02 ` Filipp Gunbin
  2021-05-21 20:15 ` Jean Louis
  0 siblings, 2 replies; 9+ messages in thread
From: pauline-galea @ 2021-05-20 18:27 UTC (permalink / raw)
  To: Help Gnu Emacs

How can I change the headline faces when using outline mode?




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

* Re: Changing headline faces when using outline mode
  2021-05-20 18:27 Changing headline faces when using outline mode pauline-galea
@ 2021-05-21 20:02 ` Filipp Gunbin
  2021-05-21 20:15 ` Jean Louis
  1 sibling, 0 replies; 9+ messages in thread
From: Filipp Gunbin @ 2021-05-21 20:02 UTC (permalink / raw)
  To: pauline-galea; +Cc: Help Gnu Emacs

On 20/05/2021 20:27 +0200, pauline-galea@gmx.com wrote:

> How can I change the headline faces when using outline mode?

Not sure if this is what you're looking for, but there's this package:
https://github.com/tarsius/outline-minor-faces (available in melpa).



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

* Re: Changing headline faces when using outline mode
  2021-05-20 18:27 Changing headline faces when using outline mode pauline-galea
  2021-05-21 20:02 ` Filipp Gunbin
@ 2021-05-21 20:15 ` Jean Louis
  2021-05-21 20:41   ` pauline-galea
  1 sibling, 1 reply; 9+ messages in thread
From: Jean Louis @ 2021-05-21 20:15 UTC (permalink / raw)
  To: pauline-galea; +Cc: Help Gnu Emacs

* pauline-galea@gmx.com <pauline-galea@gmx.com> [2021-05-20 21:28]:
> How can I change the headline faces when using outline mode?

First to do is {M-x customize-group RET outlines RET}, then when this
does not work, let us know.


-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

Sign an open letter in support of Richard M. Stallman
https://stallmansupport.org/



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

* Re: Changing headline faces when using outline mode
  2021-05-21 20:15 ` Jean Louis
@ 2021-05-21 20:41   ` pauline-galea
  2021-05-21 20:55     ` Jean Louis
  0 siblings, 1 reply; 9+ messages in thread
From: pauline-galea @ 2021-05-21 20:41 UTC (permalink / raw)
  To: Jean Louis; +Cc: Help Gnu Emacs

Would like to change them from my init file using specific colours.

After "M-x customize-group RET outlines RET", get an interit at each level, but
does not let me select the colour.  Can one just set the hex code, or does one
has to set a particular face?

> Sent: Saturday, May 22, 2021 at 8:15 AM
> From: "Jean Louis" <bugs@gnu.support>
> To: pauline-galea@gmx.com
> Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: Re: Changing headline faces when using outline mode
>
> * pauline-galea@gmx.com <pauline-galea@gmx.com> [2021-05-20 21:28]:
> > How can I change the headline faces when using outline mode?
>
> First to do is {M-x customize-group RET outlines RET}, then when this
> does not work, let us know.
>
>
> --
> Jean
>
> Take action in Free Software Foundation campaigns:
> https://www.fsf.org/campaigns
>
> Sign an open letter in support of Richard M. Stallman
> https://stallmansupport.org/
>



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

* Re: Changing headline faces when using outline mode
  2021-05-21 20:41   ` pauline-galea
@ 2021-05-21 20:55     ` Jean Louis
  2021-05-21 21:02       ` Emanuel Berg via Users list for the GNU Emacs text editor
  2021-05-21 21:13       ` pauline-galea
  0 siblings, 2 replies; 9+ messages in thread
From: Jean Louis @ 2021-05-21 20:55 UTC (permalink / raw)
  To: pauline-galea; +Cc: Help Gnu Emacs

* pauline-galea@gmx.com <pauline-galea@gmx.com> [2021-05-21 23:41]:
> Would like to change them from my init file using specific colours.
> 
> After {M-x customize-group RET outlines RET}, get an interit at each level, but
> does not let me select the colour.  Can one just set the hex code, or does one
> has to set a particular face?

I would suggest to use the "customize" interface and this will save it
in your init file permanently.

To select color open up the option "Show All Attributes", then you may
set it. You may definitely use the shex notation like #696969 and
there is also the option "Choose" where it is possible to visually
select colors, but not all are in the list.

M-x list-colors-display may help too.

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

Sign an open letter in support of Richard M. Stallman
https://stallmansupport.org/



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

* Re: Changing headline faces when using outline mode
  2021-05-21 20:55     ` Jean Louis
@ 2021-05-21 21:02       ` Emanuel Berg via Users list for the GNU Emacs text editor
  2021-05-21 21:12         ` Jean Louis
  2021-05-21 21:13       ` pauline-galea
  1 sibling, 1 reply; 9+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-05-21 21:02 UTC (permalink / raw)
  To: help-gnu-emacs

Jean Louis wrote:

>> Would like to change them from my init file using
>> specific colours.
>> 
>> After {M-x customize-group RET outlines RET}, get an
>> interit at each level, but does not let me select the
>> colour. Can one just set the hex code, or does one has to
>> set a particular face?
>
> I would suggest to use the "customize" interface and this will save it
> in your init file permanently.

Sometimes but not always, right?

  (setq custom-file "~/ooa/dork.el")

-- 
underground experts united
https://dataswamp.org/~incal




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

* Re: Changing headline faces when using outline mode
  2021-05-21 21:02       ` Emanuel Berg via Users list for the GNU Emacs text editor
@ 2021-05-21 21:12         ` Jean Louis
  0 siblings, 0 replies; 9+ messages in thread
From: Jean Louis @ 2021-05-21 21:12 UTC (permalink / raw)
  To: help-gnu-emacs

* Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org> [2021-05-22 00:05]> > I would suggest to use the "customize" interface and this will save it
> > in your init file permanently.
> 
> Sometimes but not always, right?
> 
>   (setq custom-file "~/ooa/dork.el")

😒

custom-file is a variable defined in ‘cus-edit.el’.

Its value is nil

  You can customize this variable.

That is somehow good, but now I wonder what will happen if I customize
it... is it going to save itself in that other file or in the init...

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

Sign an open letter in support of Richard M. Stallman
https://stallmansupport.org/



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

* Re: Changing headline faces when using outline mode
  2021-05-21 20:55     ` Jean Louis
  2021-05-21 21:02       ` Emanuel Berg via Users list for the GNU Emacs text editor
@ 2021-05-21 21:13       ` pauline-galea
  2021-05-21 21:28         ` Jean Louis
  1 sibling, 1 reply; 9+ messages in thread
From: pauline-galea @ 2021-05-21 21:13 UTC (permalink / raw)
  To: Jean Louis; +Cc: Help Gnu Emacs



> Sent: Saturday, May 22, 2021 at 8:55 AM
> From: "Jean Louis" <bugs@gnu.support>
> To: pauline-galea@gmx.com
> Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: Re: Changing headline faces when using outline mode
>
> * pauline-galea@gmx.com <pauline-galea@gmx.com> [2021-05-21 23:41]:
> > Would like to change them from my init file using specific colours.
> >
> > After {M-x customize-group RET outlines RET}, get an interit at each level, but
> > does not let me select the colour.  Can one just set the hex code, or does one
> > has to set a particular face?
>
> I would suggest to use the "customize" interface and this will save it
> in your init file permanently.
>
> To select color open up the option "Show All Attributes", then you may
> set it. You may definitely use the shex notation like #696969 and
> there is also the option "Choose" where it is possible to visually
> select colors, but not all are in the list.
>
> M-x list-colors-display may help too.

They do not seem to take effect for texinfo files.

> --
> Jean
>
> Take action in Free Software Foundation campaigns:
> https://www.fsf.org/campaigns
>
> Sign an open letter in support of Richard M. Stallman
> https://stallmansupport.org/
>



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

* Re: Changing headline faces when using outline mode
  2021-05-21 21:13       ` pauline-galea
@ 2021-05-21 21:28         ` Jean Louis
  0 siblings, 0 replies; 9+ messages in thread
From: Jean Louis @ 2021-05-21 21:28 UTC (permalink / raw)
  To: pauline-galea; +Cc: Help Gnu Emacs

* pauline-galea@gmx.com <pauline-galea@gmx.com> [2021-05-22 00:13]:
> They do not seem to take effect for texinfo files.

If you mean in the outline mode, maybe you could look into archive of
this mailing list as we discussed the texinfo outline-minor-mode
settings recently.

Christopher, show us your settings for Texinfo


-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

Sign an open letter in support of Richard M. Stallman
https://stallmansupport.org/



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

end of thread, other threads:[~2021-05-21 21:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-20 18:27 Changing headline faces when using outline mode pauline-galea
2021-05-21 20:02 ` Filipp Gunbin
2021-05-21 20:15 ` Jean Louis
2021-05-21 20:41   ` pauline-galea
2021-05-21 20:55     ` Jean Louis
2021-05-21 21:02       ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-05-21 21:12         ` Jean Louis
2021-05-21 21:13       ` pauline-galea
2021-05-21 21:28         ` Jean Louis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).