[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Invisible chars after a display property
From: |
Manuel Giraud |
Subject: |
Re: Invisible chars after a display property |
Date: |
Thu, 20 Feb 2025 15:18:53 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Pyromania <pyromania@disroot.org> writes:
> On 2025-02-20 17:03, Manuel Giraud wrote:
>> In my example, it says this:
>> Char: C-j (10, #o12, #xa) point=190 of 190 (99%) column=0
>> In the `report-emacs-bug' case, it says this:
>> Char: C-j (10, #o12, #xa) point=171 of 9012 (2%) column=0
>
> Not sure what @eli is exactly looking for, however, you probably have
> to use `C-u C-x =' and copy paste the full result here (I'm just
> guessing, that we are looking for properties of text, right?).
Here, in case it is what Eli wants:
position: 171 of 9064 (2%), column: 0
character: C-j (displayed as C-j) (codepoint 10, #o12, #xa)
charset: ascii (ASCII (ISO646 IRV))
code point in charset: 0x0A
script: latin
syntax: which means: whitespace
to input: type "C-x 8 RET a" or "C-x 8 RET LINE FEED (LF)"
buffer code: #x0A
file code: #x0A (encoded by coding system utf-8-emacs-unix)
display: no font available
Character code properties: customize what to show
old-name: LINE FEED (LF)
general-category: Cc (Other, Control)
There are text properties here:
fontified t
[back]
--
Manuel Giraud
- Invisible chars after a display property, Manuel Giraud, 2025/02/20
- Re: Invisible chars after a display property, Eli Zaretskii, 2025/02/20
- Re: Invisible chars after a display property, Manuel Giraud, 2025/02/20
- Re: Invisible chars after a display property, Manuel Giraud, 2025/02/20
- Re: Invisible chars after a display property, Eli Zaretskii, 2025/02/20
Re: Invisible chars after a display property, Pyromania, 2025/02/20