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

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

bug#46627: [External] : bug#46627: [PATCH] Add new help command 'describ


From: Drew Adams
Subject: bug#46627: [External] : bug#46627: [PATCH] Add new help command 'describe-command'
Date: Sun, 21 Feb 2021 17:55:16 +0000

> My point is that Emacs already has a well-developed subsystem for
> discovery, and trying to produce an alternative based on completion is
> reinventing the wheel from an inferior starting point.  I question the
> wisdom of investing our resources in developing such an alternative.

It's not either/or.

Elisp (and other Lisps) already had a well-developed
way to associate objects with other objects in a set:
alists.

That didn't prevent Elisp (and other Lisps) from later
adding hash-table support - an "alternative" in some
ways, but certainly not a substitute.

There is overlap, but the two are different.  As such,
each has its advantages.  It's not about "reinventing
the wheel".

It's not either/or.  Not at all.

But that's a general argument.  Whether it's worth
adding a separate command `describe-command' is a
particular question and judgment.






reply via email to

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