* Why is the star in front of every info item sometimes black and sometimes red?
@ 2021-12-10 0:31 Hongyi Zhao
2021-12-10 0:50 ` Michael Heerdegen
0 siblings, 1 reply; 17+ messages in thread
From: Hongyi Zhao @ 2021-12-10 0:31 UTC (permalink / raw)
To: help-gnu-emacs
As you can see, there is a star before each info entry, as shown here
[1]. But some stars are black, others are red. Does this mean anything
special?
[1] https://github.com/raxod502/straight.el/issues/899#issuecomment-989550497
Regards,
HZ
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 0:31 Why is the star in front of every info item sometimes black and sometimes red? Hongyi Zhao
@ 2021-12-10 0:50 ` Michael Heerdegen
2021-12-10 0:54 ` Hongyi Zhao
0 siblings, 1 reply; 17+ messages in thread
From: Michael Heerdegen @ 2021-12-10 0:50 UTC (permalink / raw)
To: help-gnu-emacs
Hongyi Zhao <hongyi.zhao@gmail.com> writes:
> As you can see, there is a star before each info entry, as shown here
> [1]. But some stars are black, others are red. Does this mean anything
> special?
When I look up the face I get:
| Face: info-menu-star
|
| Documentation:
| Face used to emphasize `*' in an Info menu.
| The face is assigned to the third, sixth, and ninth `*' for easier
| orientation. See `Info-nth-menu-item'.
That's all I know about it - and even that only since now.
Michael.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 0:50 ` Michael Heerdegen
@ 2021-12-10 0:54 ` Hongyi Zhao
2021-12-10 1:04 ` Eduardo Ochs
2021-12-10 1:10 ` Emanuel Berg via Users list for the GNU Emacs text editor
0 siblings, 2 replies; 17+ messages in thread
From: Hongyi Zhao @ 2021-12-10 0:54 UTC (permalink / raw)
To: Michael Heerdegen; +Cc: help-gnu-emacs
On Fri, Dec 10, 2021 at 8:51 AM Michael Heerdegen
<michael_heerdegen@web.de> wrote:
>
> Hongyi Zhao <hongyi.zhao@gmail.com> writes:
>
> > As you can see, there is a star before each info entry, as shown here
> > [1]. But some stars are black, others are red. Does this mean anything
> > special?
>
> When I look up the face I get:
>
> | Face: info-menu-star
> |
> | Documentation:
> | Face used to emphasize `*' in an Info menu.
> | The face is assigned to the third, sixth, and ninth `*' for easier
> | orientation. See `Info-nth-menu-item'.
But there is no mention of using specific colors as indicators.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 0:54 ` Hongyi Zhao
@ 2021-12-10 1:04 ` Eduardo Ochs
2021-12-10 1:14 ` Hongyi Zhao
2021-12-10 17:31 ` H. Dieter Wilhelm
2021-12-10 1:10 ` Emanuel Berg via Users list for the GNU Emacs text editor
1 sibling, 2 replies; 17+ messages in thread
From: Eduardo Ochs @ 2021-12-10 1:04 UTC (permalink / raw)
To: Hongyi Zhao; +Cc: Michael Heerdegen, help-gnu-emacs
On Thu, 9 Dec 2021 at 21:54, Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
>
> On Fri, Dec 10, 2021 at 8:51 AM Michael Heerdegen
> <michael_heerdegen@web.de> wrote:
> >
> > Hongyi Zhao <hongyi.zhao@gmail.com> writes:
> >
> > > As you can see, there is a star before each info entry, as shown here
> > > [1]. But some stars are black, others are red. Does this mean anything
> > > special?
> >
> > When I look up the face I get:
> >
> > | Face: info-menu-star
> > |
> > | Documentation:
> > | Face used to emphasize `*' in an Info menu.
> > | The face is assigned to the third, sixth, and ninth `*' for easier
> > | orientation. See `Info-nth-menu-item'.
>
> But there is no mention of using specific colors as indicators.
Hi Hongyi,
try this:
(describe-function 'Info-mode)
You will see this in the description:
1 .. 9 Pick first ... ninth item in node’s menu.
Every third ‘*’ is highlighted to help pick the right number.
The highlighted stars are there to help the people who like to use
the keys 1..9 to navigate info manuals.
Cheers,
Eduardo Ochs
http://angg.twu.net/#eev
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 0:54 ` Hongyi Zhao
2021-12-10 1:04 ` Eduardo Ochs
@ 2021-12-10 1:10 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-10 3:43 ` Hongyi Zhao
1 sibling, 1 reply; 17+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-12-10 1:10 UTC (permalink / raw)
To: help-gnu-emacs
Hongyi Zhao wrote:
>>> As you can see, there is a star before each info entry,
>>> as shown here [1]. But some stars are black, others are
>>> red. Does this mean anything special?
>>
>> When I look up the face I get:
>>
>> | Face: info-menu-star
>> |
>> | Documentation:
>> | Face used to emphasize `*' in an Info menu. The face is
>> | assigned to the third, sixth, and ninth `*' for easier
>> | orientation. See `Info-nth-menu-item'.
>
> But there is no mention of using specific colors
> as indicators.
?
The colors belong to the face ... or I don't understand what
you mean. really?
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 1:04 ` Eduardo Ochs
@ 2021-12-10 1:14 ` Hongyi Zhao
2021-12-10 17:31 ` H. Dieter Wilhelm
1 sibling, 0 replies; 17+ messages in thread
From: Hongyi Zhao @ 2021-12-10 1:14 UTC (permalink / raw)
To: Eduardo Ochs; +Cc: Michael Heerdegen, help-gnu-emacs
On Fri, Dec 10, 2021 at 9:04 AM Eduardo Ochs <eduardoochs@gmail.com> wrote:
>
> On Thu, 9 Dec 2021 at 21:54, Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
> >
> > On Fri, Dec 10, 2021 at 8:51 AM Michael Heerdegen
> > <michael_heerdegen@web.de> wrote:
> > >
> > > Hongyi Zhao <hongyi.zhao@gmail.com> writes:
> > >
> > > > As you can see, there is a star before each info entry, as shown here
> > > > [1]. But some stars are black, others are red. Does this mean anything
> > > > special?
> > >
> > > When I look up the face I get:
> > >
> > > | Face: info-menu-star
> > > |
> > > | Documentation:
> > > | Face used to emphasize `*' in an Info menu.
> > > | The face is assigned to the third, sixth, and ninth `*' for easier
> > > | orientation. See `Info-nth-menu-item'.
> >
> > But there is no mention of using specific colors as indicators.
>
>
> Hi Hongyi,
>
> try this:
>
> (describe-function 'Info-mode)
>
> You will see this in the description:
>
> 1 .. 9 Pick first ... ninth item in node’s menu.
> Every third ‘*’ is highlighted to help pick the right number.
>
> The highlighted stars are there to help the people who like to use
> the keys 1..9 to navigate info manuals.
Got it, thanks!
HZ
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 1:10 ` Emanuel Berg via Users list for the GNU Emacs text editor
@ 2021-12-10 3:43 ` Hongyi Zhao
0 siblings, 0 replies; 17+ messages in thread
From: Hongyi Zhao @ 2021-12-10 3:43 UTC (permalink / raw)
To: Emanuel Berg, help-gnu-emacs
On Fri, Dec 10, 2021 at 9:11 AM Emanuel Berg via Users list for the
GNU Emacs text editor <help-gnu-emacs@gnu.org> wrote:
>
> Hongyi Zhao wrote:
>
> >>> As you can see, there is a star before each info entry,
> >>> as shown here [1]. But some stars are black, others are
> >>> red. Does this mean anything special?
> >>
> >> When I look up the face I get:
> >>
> >> | Face: info-menu-star
> >> |
> >> | Documentation:
> >> | Face used to emphasize `*' in an Info menu. The face is
> >> | assigned to the third, sixth, and ninth `*' for easier
> >> | orientation. See `Info-nth-menu-item'.
> >
> > But there is no mention of using specific colors
> > as indicators.
>
> ?
>
> The colors belong to the face ... or I don't understand what
> you mean. really?
I now understand what Michael Heerdegen means. Thanks again.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 1:04 ` Eduardo Ochs
2021-12-10 1:14 ` Hongyi Zhao
@ 2021-12-10 17:31 ` H. Dieter Wilhelm
2021-12-10 17:59 ` Colin Baxter 😺
2021-12-11 19:30 ` Emanuel Berg via Users list for the GNU Emacs text editor
1 sibling, 2 replies; 17+ messages in thread
From: H. Dieter Wilhelm @ 2021-12-10 17:31 UTC (permalink / raw)
To: Eduardo Ochs; +Cc: Michael Heerdegen, help-gnu-emacs, Hongyi Zhao
Eduardo Ochs <eduardoochs@gmail.com> writes:
> The highlighted stars are there to help the people who like to use
> the keys 1..9 to navigate info manuals.
You nailed it.
Note: Blather to come ;-)
A far fetched analogy is writing dates in a form like 20211210. For me
it's hard to discern whether the date starts by the year and then where
month or days begin. I'm annoyed when some colleagues do not use the
visually supporting form: 2021-12-10 (actually this form is recommended
by standard ISO 8601).
In this vane - I guess - Emacs' Info reader supports here the counting
of headlines.
Dieter
--
Best wishes
H. Dieter Wilhelm
Zwingenberg, Germany
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 17:31 ` H. Dieter Wilhelm
@ 2021-12-10 17:59 ` Colin Baxter 😺
2021-12-10 18:16 ` timeanddateformats, was: why " H. Dieter Wilhelm
2021-12-11 19:33 ` Why " Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-11 19:30 ` Emanuel Berg via Users list for the GNU Emacs text editor
1 sibling, 2 replies; 17+ messages in thread
From: Colin Baxter 😺 @ 2021-12-10 17:59 UTC (permalink / raw)
To: H. Dieter Wilhelm
Cc: Michael Heerdegen, , help-gnu-emacs, Eduardo Ochs, Hongyi Zhao
>>>>> H Dieter Wilhelm <dieter@duenenhof-wilhelm.de> writes:
> Eduardo Ochs <eduardoochs@gmail.com> writes:
>> The highlighted stars are there to help the people who like to
>> use the keys 1..9 to navigate info manuals.
> You nailed it.
> Note: Blather to come ;-)
> A far fetched analogy is writing dates in a form like 20211210.
> For me it's hard to discern whether the date starts by the year
> and then where month or days begin. I'm annoyed when some
> colleagues do not use the visually supporting form: 2021-12-10
> (actually this form is recommended by standard ISO 8601).
Don't forget about dates like 20211210T175343 in gnus :-)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: timeanddateformats, was: why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 17:59 ` Colin Baxter 😺
@ 2021-12-10 18:16 ` H. Dieter Wilhelm
2021-12-10 19:22 ` Colin Baxter 😺
2021-12-11 19:33 ` Why " Emanuel Berg via Users list for the GNU Emacs text editor
1 sibling, 1 reply; 17+ messages in thread
From: H. Dieter Wilhelm @ 2021-12-10 18:16 UTC (permalink / raw)
To: Colin Baxter 😺
Cc: Michael Heerdegen, , help-gnu-emacs, Eduardo Ochs, Hongyi Zhao
Colin Baxter 😺 <m43cap@yandex.com> writes:
>>>>>> H Dieter Wilhelm <dieter@duenenhof-wilhelm.de> writes:
>
> > Eduardo Ochs <eduardoochs@gmail.com> writes:
> >> The highlighted stars are there to help the people who like to
> >> use the keys 1..9 to navigate info manuals.
>
> > You nailed it.
>
> > Note: Blather to come ;-)
>
> > A far fetched analogy is writing dates in a form like 20211210.
> > For me it's hard to discern whether the date starts by the year
> > and then where month or days begin. I'm annoyed when some
> > colleagues do not use the visually supporting form: 2021-12-10
> > (actually this form is recommended by standard ISO 8601).
>
> Don't forget about dates like 20211210T175343 in gnus :-)
Sorry, where do you see that?!
Maybe I configured above format away and forgot about it.
Dieter
--
Best wishes
H. Dieter Wilhelm
Zwingenberg, Germany
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: timeanddateformats, was: why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 18:16 ` timeanddateformats, was: why " H. Dieter Wilhelm
@ 2021-12-10 19:22 ` Colin Baxter 😺
2021-12-10 19:51 ` H. Dieter Wilhelm
2021-12-11 19:35 ` Emanuel Berg via Users list for the GNU Emacs text editor
0 siblings, 2 replies; 17+ messages in thread
From: Colin Baxter 😺 @ 2021-12-10 19:22 UTC (permalink / raw)
To: H. Dieter Wilhelm
Cc: Michael Heerdegen, , help-gnu-emacs, Eduardo Ochs, Hongyi Zhao
>>>>> H Dieter Wilhelm <dieter@duenenhof-wilhelm.de> writes:
> Colin Baxter 😺 <m43cap@yandex.com> writes:
>>>>>>> H Dieter Wilhelm <dieter@duenenhof-wilhelm.de> writes:
>>
>> > Eduardo Ochs <eduardoochs@gmail.com> writes: >> The highlighted
>> stars are there to help the people who like to >> use the keys
>> 1..9 to navigate info manuals.
>>
>> > You nailed it.
>>
>> > Note: Blather to come ;-)
>>
>> > A far fetched analogy is writing dates in a form like 20211210.
>> > For me it's hard to discern whether the date starts by the year
>> > and then where month or days begin. I'm annoyed when some >
>> colleagues do not use the visually supporting form: 2021-12-10 >
>> (actually this form is recommended by standard ISO 8601).
>>
>> Don't forget about dates like 20211210T175343 in gnus :-)
> Sorry, where do you see that?! Maybe I configured above format
> away and forgot about it.
I think gnus info suggests
#+begin_src emacs-lisp
(setq gnus-group-line-format "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
#+end_src
for nndiary.
It's my very poor joke.
Best wishes,
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: timeanddateformats, was: why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 19:22 ` Colin Baxter 😺
@ 2021-12-10 19:51 ` H. Dieter Wilhelm
2021-12-11 19:35 ` Emanuel Berg via Users list for the GNU Emacs text editor
1 sibling, 0 replies; 17+ messages in thread
From: H. Dieter Wilhelm @ 2021-12-10 19:51 UTC (permalink / raw)
To: Colin Baxter 😺
Cc: Michael Heerdegen, , help-gnu-emacs, Eduardo Ochs, Hongyi Zhao
Colin Baxter 😺 <m43cap@yandex.com> writes:
>>>>>> H Dieter Wilhelm <dieter@duenenhof-wilhelm.de> writes:
>
> > Colin Baxter 😺 <m43cap@yandex.com> writes:
> >>>>>>> H Dieter Wilhelm <dieter@duenenhof-wilhelm.de> writes:
> >>
> >> > Eduardo Ochs <eduardoochs@gmail.com> writes: >> The highlighted
> >> stars are there to help the people who like to >> use the keys
> >> 1..9 to navigate info manuals.
> >>
> >> > You nailed it.
> >>
> >> > Note: Blather to come ;-)
> >>
> >> > A far fetched analogy is writing dates in a form like 20211210.
> >> > For me it's hard to discern whether the date starts by the year
> >> > and then where month or days begin. I'm annoyed when some >
> >> colleagues do not use the visually supporting form: 2021-12-10 >
> >> (actually this form is recommended by standard ISO 8601).
> >>
> >> Don't forget about dates like 20211210T175343 in gnus :-)
>
> > Sorry, where do you see that?! Maybe I configured above format
> > away and forgot about it.
>
> I think gnus info suggests
>
> #+begin_src emacs-lisp
> (setq gnus-group-line-format "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
> #+end_src
>
> for nndiary.
>
> It's my very poor joke.
The joke is good! :-)
And thank you for nndiary it's an interesting concept, good to know.
Dieter
--
Best wishes
H. Dieter Wilhelm
Zwingenberg, Germany
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 17:31 ` H. Dieter Wilhelm
2021-12-10 17:59 ` Colin Baxter 😺
@ 2021-12-11 19:30 ` Emanuel Berg via Users list for the GNU Emacs text editor
1 sibling, 0 replies; 17+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-12-11 19:30 UTC (permalink / raw)
To: help-gnu-emacs
H. Dieter Wilhelm wrote:
> A far fetched analogy is writing dates in a form like
> 20211210. For me it's hard to discern whether the date
> starts by the year and then where month or days begin.
> I'm annoyed when some colleagues do not use the visually
> supporting form: 2021-12-10 (actually this form is
> recommended by standard ISO 8601).
Indeed, 2021-12-10 is the best form.
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 17:59 ` Colin Baxter 😺
2021-12-10 18:16 ` timeanddateformats, was: why " H. Dieter Wilhelm
@ 2021-12-11 19:33 ` Emanuel Berg via Users list for the GNU Emacs text editor
1 sibling, 0 replies; 17+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-12-11 19:33 UTC (permalink / raw)
To: help-gnu-emacs
Colin Baxter wrote:
>> A far fetched analogy is writing dates in a form like
>> 20211210. For me it's hard to discern whether the date
>> starts by the year and then where month or days begin.
>> I'm annoyed when some colleagues do not use the visually
>> supporting form: 2021-12-10 (actually this form is
>> recommended by standard ISO 8601).
>
> Don't forget about dates like 20211210T175343 in gnus :-)
Where? I see the mail Date header of your post in
`gnus-article-mode' like this:
Date: Fri, 10 Dec 2021 17:59:27 +0000 (1 day, 1 hour ago)
Dunno if that's even a Gnus thing tho ...
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: timeanddateformats, was: why is the star in front of every info item sometimes black and sometimes red?
2021-12-10 19:22 ` Colin Baxter 😺
2021-12-10 19:51 ` H. Dieter Wilhelm
@ 2021-12-11 19:35 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-12 9:23 ` H. Dieter Wilhelm
1 sibling, 1 reply; 17+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-12-11 19:35 UTC (permalink / raw)
To: help-gnu-emacs
Colin Baxter 😺 wrote:
>> Sorry, where do you see that?! Maybe I configured above
>> format away and forgot about it.
>
> I think gnus info suggests
>
> (setq gnus-group-line-format "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
I configured that to
"%0{%L%} %1{%2~(ignore \"0\")T%} %G%44= %7~(ignore \"0\")y %8~(ignore \"0\")t %4{%15s%}
"
:)
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: timeanddateformats, was: why is the star in front of every info item sometimes black and sometimes red?
2021-12-11 19:35 ` Emanuel Berg via Users list for the GNU Emacs text editor
@ 2021-12-12 9:23 ` H. Dieter Wilhelm
2021-12-12 11:18 ` Emanuel Berg via Users list for the GNU Emacs text editor
0 siblings, 1 reply; 17+ messages in thread
From: H. Dieter Wilhelm @ 2021-12-12 9:23 UTC (permalink / raw)
To: help-gnu-emacs
Emanuel Berg via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:
> Colin Baxter 😺 wrote:
>
>>> Sorry, where do you see that?! Maybe I configured above
>>> format away and forgot about it.
>>
>> I think gnus info suggests
>>
>> (setq gnus-group-line-format "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
>
> I configured that to
>
> "%0{%L%} %1{%2~(ignore \"0\")T%} %G%44= %7~(ignore \"0\")y %8~(ignore \"0\")t %4{%15s%}
> "
> :)
Are you using this for all message buffers or only for nndiry?
Thanks
Dieter
--
Best wishes
H. Dieter Wilhelm
Zwingenberg, Germany
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: timeanddateformats, was: why is the star in front of every info item sometimes black and sometimes red?
2021-12-12 9:23 ` H. Dieter Wilhelm
@ 2021-12-12 11:18 ` Emanuel Berg via Users list for the GNU Emacs text editor
0 siblings, 0 replies; 17+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-12-12 11:18 UTC (permalink / raw)
To: help-gnu-emacs
H. Dieter Wilhelm wrote:
>>> I think gnus info suggests
>>>
>>> (setq gnus-group-line-format "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
>>
>> I configured that to
>>
>> "%0{%L%} %1{%2~(ignore \"0\")T%} %G%44= %7~(ignore \"0\")y
>> %8~(ignore \"0\")t %4{%15s%}
>> "
>> :)
>
> Are you using this for all message buffers or only
> for nndiry?
It is used for all groups in the `gnus-group-mode' *Group*
buffer ...
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2021-12-12 11:18 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-10 0:31 Why is the star in front of every info item sometimes black and sometimes red? Hongyi Zhao
2021-12-10 0:50 ` Michael Heerdegen
2021-12-10 0:54 ` Hongyi Zhao
2021-12-10 1:04 ` Eduardo Ochs
2021-12-10 1:14 ` Hongyi Zhao
2021-12-10 17:31 ` H. Dieter Wilhelm
2021-12-10 17:59 ` Colin Baxter 😺
2021-12-10 18:16 ` timeanddateformats, was: why " H. Dieter Wilhelm
2021-12-10 19:22 ` Colin Baxter 😺
2021-12-10 19:51 ` H. Dieter Wilhelm
2021-12-11 19:35 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-12 9:23 ` H. Dieter Wilhelm
2021-12-12 11:18 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-11 19:33 ` Why " Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-11 19:30 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-10 1:10 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-10 3:43 ` Hongyi Zhao
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).