unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46979: Allow setting Man-default-entry via Local Variables
@ 2021-03-06 23:18 積丹尼 Dan Jacobson
  2021-03-07  6:11 ` Eli Zaretskii
  0 siblings, 1 reply; 20+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-03-06 23:18 UTC (permalink / raw)
  To: 46979

M-x man says e.g.,
  Manual entry (default CAT(1)):

Well wouldn't it be great if one could do e.g.,

# Local Variables:
# Man-default-entry: "crontab(5)"
# End:

in one's .crontab file.

Or a

# Local Variables:
# Man-default-entry: "bash"
# End:

that one could put in their .bashrc file.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-06 23:18 bug#46979: Allow setting Man-default-entry via Local Variables 積丹尼 Dan Jacobson
@ 2021-03-07  6:11 ` Eli Zaretskii
  2021-03-07 14:09   ` 積丹尼 Dan Jacobson
  0 siblings, 1 reply; 20+ messages in thread
From: Eli Zaretskii @ 2021-03-07  6:11 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 46979

> From: 積丹尼 Dan Jacobson
>  <jidanni@jidanni.org>
> Date: Sun, 07 Mar 2021 07:18:12 +0800
> 
> Well wouldn't it be great if one could do e.g.,
> 
> # Local Variables:
> # Man-default-entry: "crontab(5)"
> # End:
> 
> in one's .crontab file.
> 
> Or a
> 
> # Local Variables:
> # Man-default-entry: "bash"
> # End:
> 
> that one could put in their .bashrc file.

IMO, it would make much more sense to derive that from the current
major-mode (in Man-default-man-entry).  Patches welcome.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-07  6:11 ` Eli Zaretskii
@ 2021-03-07 14:09   ` 積丹尼 Dan Jacobson
  2021-03-08 11:17     ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 20+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-03-07 14:09 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 46979

>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:
>> From: 積丹尼 Dan Jacobson
>> <jidanni@jidanni.org>
>> Date: Sun, 07 Mar 2021 07:18:12 +0800
>> 
>> Well wouldn't it be great if one could do e.g.,
>> 
>> # Local Variables:
>> # Man-default-entry: "crontab(5)"
>> # End:
>> 
>> in one's .crontab file...

EZ> IMO, it would make much more sense to derive that from the current
EZ> major-mode (in Man-default-man-entry).  Patches welcome.

OK, sounds good. But sometimes e.g., crontab mode is not in emacs
officially yet, so supplementing that should still be an option.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-07 14:09   ` 積丹尼 Dan Jacobson
@ 2021-03-08 11:17     ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-03-08 13:46       ` 積丹尼 Dan Jacobson
  0 siblings, 1 reply; 20+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-03-08 11:17 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 46979, Eli Zaretskii

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:
>
> EZ> IMO, it would make much more sense to derive that from the current
> EZ> major-mode (in Man-default-man-entry).  Patches welcome.
>
> OK, sounds good. But sometimes e.g., crontab mode is not in emacs
> officially yet, so supplementing that should still be an option.

The major mode approach would work great for Bash configuration files,
for example, but, as you mention, it may not work so well for Cron files
or other .rc/.conf files that share Fundamental or Conf mode, in the
abscence of a more specific mode.  The local variable would require
users to add them to existing files, only for Emacs.

Do you have a more complete list of potential use cases, ie. common
program configuration files with corresponding man pages? I don't know
if there are plenty of them, and with that information we could think of
the best and simplest way to implement the feature, if it's worth it.
Thanks.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 11:17     ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-03-08 13:46       ` 積丹尼 Dan Jacobson
  2021-03-08 14:31         ` Eli Zaretskii
  0 siblings, 1 reply; 20+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-03-08 13:46 UTC (permalink / raw)
  To: Daniel Martín; +Cc: 46979

Let's see, one would usually want "make" man and INFO pages when
browsing a makefile. (Ah, we see we want to make a hint about what INFO
page we want too!)

Nobody knows what man pages when browsing a .txt or .html file.

Too many pages when browsing a perl file. OK maybe e.g., Math::Trig if
that is the only "use" used.

Probably no especial page when browsing (oops, I mean editing. Same
above too) a .kml file.

So yes, some alists might be possible. But still... there should be a
way of letting the user use Local Variables per file...

My main use case example is getting


              # field          allowed values
              # -----          --------------
              # minute         0–59
              # hour           0–23
              # day of month   1–31
              # month          1–12 (or names, see below)
              # day of week    0–7 (0 or 7 is Sun, or use names)

reminders that I put in out of my crontab files.

And

# man Mail::SpamAssassin::Conf
# man spamassassin-run

out of my spamassassin files... (which are meant for me to put the
cursor on and do M-x man.) (so we see here we want to put two items on a
list of man page defaults!)

>>>>> "DM" == Daniel Martín <mardani29@yahoo.es> writes:
DM> Do you have a more complete list of potential use cases...





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 13:46       ` 積丹尼 Dan Jacobson
@ 2021-03-08 14:31         ` Eli Zaretskii
  2021-03-08 14:48           ` 積丹尼 Dan Jacobson
  2021-03-08 15:48           ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 2 replies; 20+ messages in thread
From: Eli Zaretskii @ 2021-03-08 14:31 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 46979, mardani29

> From: 積丹尼 Dan Jacobson <jidanni@jidanni.org>
> Cc: Eli Zaretskii <eliz@gnu.org>,  46979@debbugs.gnu.org
> Date: Mon, 08 Mar 2021 21:46:13 +0800
> 
> So yes, some alists might be possible. But still... there should be a
> way of letting the user use Local Variables per file...

Our solution to this is "C-h S".  Did you try it?  You can extend its
database if the default lacks something you need.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 14:31         ` Eli Zaretskii
@ 2021-03-08 14:48           ` 積丹尼 Dan Jacobson
  2021-03-08 15:10             ` Eli Zaretskii
  2021-03-08 15:48           ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 1 reply; 20+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-03-08 14:48 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 46979, mardani29

C-h S, powerful as it may be, only seems to help with 5% of the points I
have made.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 14:48           ` 積丹尼 Dan Jacobson
@ 2021-03-08 15:10             ` Eli Zaretskii
  2021-03-08 15:51               ` 積丹尼 Dan Jacobson
  0 siblings, 1 reply; 20+ messages in thread
From: Eli Zaretskii @ 2021-03-08 15:10 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 46979, mardani29

> From: 積丹尼 Dan Jacobson <jidanni@jidanni.org>
> Cc: mardani29@yahoo.es,  46979@debbugs.gnu.org
> Date: Mon, 08 Mar 2021 22:48:51 +0800
> 
> C-h S, powerful as it may be, only seems to help with 5% of the points I
> have made.

That's enough to close the bug report from my POV.  But why only 5?
what real problems does it not handle, pray-say?





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 14:31         ` Eli Zaretskii
  2021-03-08 14:48           ` 積丹尼 Dan Jacobson
@ 2021-03-08 15:48           ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-03-08 16:32             ` Eli Zaretskii
  1 sibling, 1 reply; 20+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-03-08 15:48 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 46979, 積丹尼 Dan Jacobson

Eli Zaretskii <eliz@gnu.org> writes:

>
> Our solution to this is "C-h S".  Did you try it?  You can extend its
> database if the default lacks something you need.

C-h S only searches Info pages.  I think this feature request is more
about improving the default that M-x man offers, to consider more things
than just the text around point.

I can see its usefulness, as a lot of Unix tools provide special man
pages for its configuration files.  Another potential use case is a user
visiting a .gitconfig file, where M-x man could suggest "git-config(1)"
by default.  Similarly for .gitattributes and "gitattributes(5)".

As it's almost impossible to have all that knowledge in Emacs core, I
see it as a new extensibilty point for users.  What are the downsides
you see in the local variable approach?





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 15:10             ` Eli Zaretskii
@ 2021-03-08 15:51               ` 積丹尼 Dan Jacobson
  2021-03-08 16:33                 ` Eli Zaretskii
  0 siblings, 1 reply; 20+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-03-08 15:51 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 46979, mardani29

>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:
>> 
>> C-h S, powerful as it may be, only seems to help with 5% of the points I
>> have made.

EZ> That's enough to close the bug report from my POV.  But why only 5?
EZ> what real problems does it not handle, pray-say?

95% needed before closing.

E.g., we are editing our crontab file, and do M-x man
we don't want to have to type in c r o n t a b ( 5 ) each time.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 15:48           ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-03-08 16:32             ` Eli Zaretskii
  2021-03-08 19:01               ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-03-08 21:55               ` Basil L. Contovounesios
  0 siblings, 2 replies; 20+ messages in thread
From: Eli Zaretskii @ 2021-03-08 16:32 UTC (permalink / raw)
  To: Daniel Martín; +Cc: 46979, jidanni

> From: Daniel Martín <mardani29@yahoo.es>
> Cc: 積丹尼 Dan Jacobson <jidanni@jidanni.org>,
>   46979@debbugs.gnu.org
> Date: Mon, 08 Mar 2021 16:48:52 +0100
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >
> > Our solution to this is "C-h S".  Did you try it?  You can extend its
> > database if the default lacks something you need.
> 
> C-h S only searches Info pages.  I think this feature request is more
> about improving the default that M-x man offers, to consider more things
> than just the text around point.

That'd be a tough sell to a GNU project, since the GNU project wants
to deprecate the man pages.  (And please don't use "Info pages" when
you are talking about Info manuals: those manuals are not just
collections of random unrelated "pages".)

And besides, which important packages don't have Info manuals?

> I can see its usefulness, as a lot of Unix tools provide special man
> pages for its configuration files.  Another potential use case is a user
> visiting a .gitconfig file, where M-x man could suggest "git-config(1)"
> by default.  Similarly for .gitattributes and "gitattributes(5)".

Git has an Info manual, even though many people don't know and don't
use it.

> As it's almost impossible to have all that knowledge in Emacs core, I
> see it as a new extensibilty point for users.  What are the downsides
> you see in the local variable approach?

The need to add local variables to files is in itself a downside.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 15:51               ` 積丹尼 Dan Jacobson
@ 2021-03-08 16:33                 ` Eli Zaretskii
  2021-03-08 17:06                   ` 積丹尼 Dan Jacobson
  0 siblings, 1 reply; 20+ messages in thread
From: Eli Zaretskii @ 2021-03-08 16:33 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 46979, mardani29

> From: 積丹尼 Dan Jacobson <jidanni@jidanni.org>
> Cc: mardani29@yahoo.es,  46979@debbugs.gnu.org
> Date: Mon, 08 Mar 2021 23:51:03 +0800
> 
> E.g., we are editing our crontab file, and do M-x man
> we don't want to have to type in c r o n t a b ( 5 ) each time.

Who on earth needs to read the man page of crontab(5)?

Any other examples?





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 16:33                 ` Eli Zaretskii
@ 2021-03-08 17:06                   ` 積丹尼 Dan Jacobson
  2021-03-08 18:15                     ` Eli Zaretskii
  0 siblings, 1 reply; 20+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-03-08 17:06 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 46979, mardani29

>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:
EZ> Who on earth needs to read the man page of crontab(5)?

How then, do you remember the order of the five numbers on each line?
Is the first the minute, or the hour, etc.

Also crontab doesn't have an Info manual.

Anyway, if someone wrote the crontab(5) man page, that probably means it
exists for a reason.

Same say for fstab(5).





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 17:06                   ` 積丹尼 Dan Jacobson
@ 2021-03-08 18:15                     ` Eli Zaretskii
  2021-03-09 14:24                       ` 積丹尼 Dan Jacobson
  0 siblings, 1 reply; 20+ messages in thread
From: Eli Zaretskii @ 2021-03-08 18:15 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 46979, mardani29

> From: 積丹尼 Dan Jacobson <jidanni@jidanni.org>
> Cc: mardani29@yahoo.es,  46979@debbugs.gnu.org
> Date: Tue, 09 Mar 2021 01:06:32 +0800
> 
> >>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:
> EZ> Who on earth needs to read the man page of crontab(5)?
> 
> How then, do you remember the order of the five numbers on each line?
> Is the first the minute, or the hour, etc.
> 
> Also crontab doesn't have an Info manual.
> 
> Anyway, if someone wrote the crontab(5) man page, that probably means it
> exists for a reason.
> 
> Same say for fstab(5).

OK, but why do you insist on doing this via file-local variables?





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 16:32             ` Eli Zaretskii
@ 2021-03-08 19:01               ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-03-08 20:42                 ` Eli Zaretskii
  2021-03-08 21:55               ` Basil L. Contovounesios
  1 sibling, 1 reply; 20+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-03-08 19:01 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 46979, jidanni

Eli Zaretskii <eliz@gnu.org> writes:

>
> The need to add local variables to files is in itself a downside.

I'm not too sold on the local variables approach, either.  Perhaps we
could expose a customization point in the form of an alist of filename
patterns vs corresponding manuals.  Emacs would provide a few of them
and users could expand the list with more if
needed. `Man-default-man-entry' would consult this alist first and
fallback to the current behavior of guessing based on the text near
point.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 19:01               ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-03-08 20:42                 ` Eli Zaretskii
  0 siblings, 0 replies; 20+ messages in thread
From: Eli Zaretskii @ 2021-03-08 20:42 UTC (permalink / raw)
  To: Daniel Martín; +Cc: 46979, jidanni

> From: Daniel Martín <mardani29@yahoo.es>
> Cc: 46979@debbugs.gnu.org,  jidanni@jidanni.org
> Date: Mon, 08 Mar 2021 20:01:31 +0100
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >
> > The need to add local variables to files is in itself a downside.
> 
> I'm not too sold on the local variables approach, either.  Perhaps we
> could expose a customization point in the form of an alist of filename
> patterns vs corresponding manuals.  Emacs would provide a few of them
> and users could expand the list with more if
> needed. `Man-default-man-entry' would consult this alist first and
> fallback to the current behavior of guessing based on the text near
> point.

That'd be better, IMO.

We could also define a trivial major mode for those files, and then
make Man-default-man-entry sensitive to that.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 16:32             ` Eli Zaretskii
  2021-03-08 19:01               ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-03-08 21:55               ` Basil L. Contovounesios
  1 sibling, 0 replies; 20+ messages in thread
From: Basil L. Contovounesios @ 2021-03-08 21:55 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 46979, Daniel Martín, jidanni

Eli Zaretskii <eliz@gnu.org> writes:

> Git has an Info manual, even though many people don't know and don't
> use it.

If only it were packaged with Git!
(I'm glaring at Debian's git-doc package.)
Thanks for alerting us to this boon, I've now installed it from git.git.

-- 
Basil





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-08 18:15                     ` Eli Zaretskii
@ 2021-03-09 14:24                       ` 積丹尼 Dan Jacobson
  2021-03-09 16:57                         ` Eli Zaretskii
  0 siblings, 1 reply; 20+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-03-09 14:24 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 46979, mardani29

>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:

EZ> OK, but why do you insist on doing this via file-local variables?

Because certainly the people who make the alists will probably think
that crontab(1) is the man page people editing crontabs want to see,
but individual programmer Williams wants to see crontab(5) usually.
But wait! Not always. For his other cron page he more often wants to see
cron(8), and even crontab(1posix). So you never know. And then again for
his Nurdenburg project he often wants to see the flippant(1) man page,
except for his flursburg file, where he often needs to check the
fartsburg(7) man page. I.e., Local Variables are the only way to cater
to all his needs. Sure, he could make lists of what filenames should
match what man pages. But he also wants the flexibility of Local Variables.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-09 14:24                       ` 積丹尼 Dan Jacobson
@ 2021-03-09 16:57                         ` Eli Zaretskii
  2021-03-09 17:16                           ` 積丹尼 Dan Jacobson
  0 siblings, 1 reply; 20+ messages in thread
From: Eli Zaretskii @ 2021-03-09 16:57 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 46979, mardani29

> From: 積丹尼 Dan Jacobson <jidanni@jidanni.org>
> Cc: mardani29@yahoo.es,  46979@debbugs.gnu.org
> Date: Tue, 09 Mar 2021 22:24:20 +0800
> 
> >>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:
> 
> EZ> OK, but why do you insist on doing this via file-local variables?
> 
> Because certainly the people who make the alists will probably think
> that crontab(1) is the man page people editing crontabs want to see,
> but individual programmer Williams wants to see crontab(5) usually.
> But wait! Not always. For his other cron page he more often wants to see
> cron(8), and even crontab(1posix). So you never know.

But Mr Williams does know!  And the alist can be modified exactly like
the local-vars section in a file.

With your suggestion, by default Emacs will be none the wiser, because
wizard jidanni didn't visit every Mr Williams out there and offered
them his services of adding the local-vars section to every obscure
file they might have on their disk.  Including flippant(1),
fartsburg(7) and whatnot.

A good tool shines when it does DWIM without any tinkering.  The
"alist solution" has much higher chances of doing a large part of the
job, so insisting on not doing anything and leaving everything to the
user's tinkering makes little sense to me.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* bug#46979: Allow setting Man-default-entry via Local Variables
  2021-03-09 16:57                         ` Eli Zaretskii
@ 2021-03-09 17:16                           ` 積丹尼 Dan Jacobson
  0 siblings, 0 replies; 20+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-03-09 17:16 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 46979, mardani29

EZ> A good tool shines when it does DWIM without any tinkering.  The
EZ> "alist solution" has much higher chances of doing a large part of the
EZ> job, so insisting on not doing anything and leaving everything to the
EZ> user's tinkering makes little sense to me.

Good. Great. Full speed ahead with the alist version!
(But still allow setting via Local Variables for Mom's one time pet cat
project.)





^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-03-09 17:16 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-06 23:18 bug#46979: Allow setting Man-default-entry via Local Variables 積丹尼 Dan Jacobson
2021-03-07  6:11 ` Eli Zaretskii
2021-03-07 14:09   ` 積丹尼 Dan Jacobson
2021-03-08 11:17     ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-03-08 13:46       ` 積丹尼 Dan Jacobson
2021-03-08 14:31         ` Eli Zaretskii
2021-03-08 14:48           ` 積丹尼 Dan Jacobson
2021-03-08 15:10             ` Eli Zaretskii
2021-03-08 15:51               ` 積丹尼 Dan Jacobson
2021-03-08 16:33                 ` Eli Zaretskii
2021-03-08 17:06                   ` 積丹尼 Dan Jacobson
2021-03-08 18:15                     ` Eli Zaretskii
2021-03-09 14:24                       ` 積丹尼 Dan Jacobson
2021-03-09 16:57                         ` Eli Zaretskii
2021-03-09 17:16                           ` 積丹尼 Dan Jacobson
2021-03-08 15:48           ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-03-08 16:32             ` Eli Zaretskii
2021-03-08 19:01               ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-03-08 20:42                 ` Eli Zaretskii
2021-03-08 21:55               ` Basil L. Contovounesios

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).