From: Rainer Stengele <rainer.stengele@online.de>
To: emacs-orgmode@gnu.org
Subject: Demoting in plain list displays asterisk as space
Date: Mon, 25 Jun 2018 13:50:16 +0200 [thread overview]
Message-ID: <pgqkpk$nk4$1@blaine.gmane.org> (raw)
Hi all,
Having this item list:
- 1
- 2
with cursor in the "-2" row demoteing the item with org-shiftmetaright results in
- 1
2
where the expected " * 2" is displayed as " 2".
describe-char with cursor at the expected asterisk position reveals that "*" is displayed as space:
-------------------------------------------------------------------------
position: 7 of 10 (60%), column: 2
character: * (displayed as *) (codepoint 42, #o52, #x2a)
preferred charset: ascii (ASCII (ISO646 IRV))
code point in charset: 0x2A
script: latin
syntax: _ which means: symbol
category: .:Base, a:ASCII, l:Latin, r:Roman
to input: type "C-x 8 RET 2a" or "C-x 8 RET ASTERISK"
buffer code: #x2A
file code: #x2A (encoded by coding system utf-8-dos)
display: composed to form "*" (see below)
Composed by the rule:
(? )
The component character(s) are displayed by these fonts (glyph codes):
: uniscribe:-outline-DejaVu Sans Mono-normal-normal-normal-mono-12-*-*-*-c-*-iso8859-1 (#x03)
See the variable ‘reference-point-alist’ for the meaning of the rule.
Character code properties: customize what to show
name: ASTERISK
general-category: Po (Punctuation, Other)
decomposition: (42) ('*')
There are text properties here:
composition [Show]
fontified t
keymap [Show]
line-prefix ""
mouse-face highlight
wrap-prefix [Show]
-------------------------------------------------------------------------
Demoting once more results in:
- 1
+
I cannot seem to find the reason why the "*" is displayed as empty char (space).
I already found out that there are no overlays at that point.
Does anybody have a hint?
Thank you.
Regards, Rainer
next reply other threads:[~2018-06-25 11:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-25 11:50 Rainer Stengele [this message]
2018-06-25 11:58 ` Demoting in plain list displays asterisk as space Nicolas Goaziou
2018-06-26 13:45 ` Rainer Stengele
2018-06-26 13:58 ` Rainer Stengele
2018-06-26 14:01 ` Van L
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='pgqkpk$nk4$1@blaine.gmane.org' \
--to=rainer.stengele@online.de \
--cc=emacs-orgmode@gnu.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.