* 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 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
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).