help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to analyze the value of `mode-line-misc-info'?


From: Emanuel Berg
Subject: Re: How to analyze the value of `mode-line-misc-info'?
Date: Tue, 15 Feb 2022 09:07:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Kevin Vigouroux via Users list for the GNU Emacs text editor wrote:

> I have some difficulties with recursion [...]
>
> #+begin_quote
> ((global-mode-string ("" global-mode-string " ")))
> ✓ ⤷ (global-mode-string ("" global-mode-string " "))
> ✓  ⤷ ("" global-mode-string " ")
> 𐄂   ⤷ "" ("" display-time-string) " "
> ✓ ⤷ void
> 𐄂 ⤴ "" ("" display-time-string) " "
> 𐄂 → ("" ("" display-time-string) " ")
> 𐄂 ("" ("" display-time-string) " ")
> 𐄂  ⤷ "" "12:00" " "
> 𐄂  ⤷ "12:00 "
> #+end_quote
>
> #+begin_quote
> ((global-mode-string ("" global-mode-string " ")))
> ✓ ⤷ (global-mode-string ("" global-mode-string " "))
> ✓  ⤷ ("" global-mode-string " ")
> 𐄂   ⤷ "" ("" display-time-string) " "
> 𐄂    ⤷ "" "12:00" " "
> 𐄂    ⤷ "12:00 "
> ✓ ⤷ void
> #+end_quote

I see the problem, maybe write on help-gnu-emacs and ask?

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]