all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Mendler <mail@daniel-mendler.de>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 53981@debbugs.gnu.org
Subject: bug#53981: 28.0.91; shortdoc: Add support for outline-minor-mode
Date: Mon, 14 Feb 2022 13:23:58 +0100	[thread overview]
Message-ID: <266fd04d-b3c7-2eec-82b2-dbece8988704@daniel-mendler.de> (raw)
In-Reply-To: <87czjpso5q.fsf@gnus.org>

On 2/14/22 12:06, Lars Ingebrigtsen wrote:
> I tried the following:
> ...> But then hiding levels made the display pretty weird:
>
> So if we want that, it needs more work.

I see. This looks indeed not that good due to the newly introduced
`separator-line` face. I use a different setting for the
`separator-line` in my configuration, which has only a height of a
single pixel by using the `:underline` face attribute:

(set-face-attribute 'separator-line nil
  :inherit 'shadow :background nil :underline t :height 1)

With this setting, the separator line generally looks better and less
obtrusive. So we may want to consider using no background and
`:underline t` instead? With outline mode folding the separator line is
still visible, but doesn't disturb the visuals so severely.

Daniel





  reply	other threads:[~2022-02-14 12:23 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-13 22:39 bug#53981: 28.0.91; shortdoc: Add support for outline-minor-mode Daniel Mendler
2022-02-14 11:06 ` Lars Ingebrigtsen
2022-02-14 12:23   ` Daniel Mendler [this message]
2022-02-14 14:18     ` Lars Ingebrigtsen
2022-02-14 14:29       ` Daniel Mendler
2022-02-15  7:32   ` Kévin Le Gouguec
2022-02-15  9:29     ` Lars Ingebrigtsen
2022-02-15  9:36       ` Daniel Mendler
2022-02-16 18:18       ` Juri Linkov
2022-02-17 11:43         ` Lars Ingebrigtsen
2022-02-17 13:44           ` Daniel Mendler
2022-02-17 15:02             ` Lars Ingebrigtsen
2022-02-17 17:45           ` Juri Linkov
2022-02-19 12:49             ` Lars Ingebrigtsen
2022-11-08 19:12 ` Juri Linkov
2022-11-08 19:32   ` Eli Zaretskii
2022-11-09 17:17     ` Juri Linkov
2022-11-16 19:14       ` Juri Linkov
2022-11-21  7:57         ` Juri Linkov
2022-11-09 17:24     ` Juri Linkov
2022-11-09 17:34       ` Eli Zaretskii
2022-11-09 19:47         ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-11-09 20:09           ` Eli Zaretskii
2022-11-09 20:14             ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-11-10  7:42             ` Juri Linkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=266fd04d-b3c7-2eec-82b2-dbece8988704@daniel-mendler.de \
    --to=mail@daniel-mendler.de \
    --cc=53981@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.