unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alexander Adolf <alexander.adolf@condition-alpha.com>
To: rms@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: A proposal for a friendlier Emacs
Date: Tue, 22 Sep 2020 22:50:21 +0200	[thread overview]
Message-ID: <62ff80b8ff943b698ef8c46849b8bc50@condition-alpha.com> (raw)
In-Reply-To: <E1kKZ82-0006WS-H0@fencepost.gnu.org>

Richard Stallman <rms@gnu.org> writes:

> [[[ To any NSA and FBI agents reading my email: please consider    ]]]
> [[[ whether defending the US Constitution against all enemies,     ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>
>   > As your config evolves, the next question everyone will be asking
>   > themselves is "custom.el or init file?"
>
> It is possible to use both -- so why do people believe they have
> to choose one or the other?

Apologies for not having been clear enough. The question is not either
or, but whether any arbitrary, usually small, set of (setq X) or
(face-spec-set Y) are better added to a hand-crafted init file, or done
via Custom (so they end up in custom.el). The typical advice users get
on Stackexchange and similar, is to choose either variant at will (or
randomly), and to version control their emacs.d directory with git.

What this shows is that (too much) freedom of choice early on in a new
user's adoption journey can be perceived as an obstacle (by new users).

>   > Here is what I observed: when I start adding a new class of use-cases
>   > (example: email), I start out with a single package, that does most of
>   > what I want/need.
>
> We use multiple definitions of "package" in connection with Emacs.
> Would you please say what definition you're using here?
>
> For instance, does "package" include Rmail?

Good point; 'package' is used in so many contexts, it's a fuzzy
term. Yes, I would refer to Rmail as a 'package', too.

>   > Within this config file, I keep the setting for each package in a
>   > different section (separated by comments).
>
> Could Configure do this automatically?

That was precisely my idea.

> Would that require additional data about relationships between various
> things?

I haven't done any experiments, but in my manually crafted configs, I
never had an issue with the ordering of sections. Sure, not everything
is autoloaded, and there's lazy loading. What about wrapping a package's
config in a with-eval-after-load, or making use-package a builtin?

>   > Again, in my ideal world, each package would be classified into exactly
>   > one main category (email, content completion, etc.). 
>
> In principle, I think this is a good idea.  However, think it should
> NOT be limited to ELPA packages.

Fully agree.

> Also, I have a feeling that users won't all agree how to classify
> packages.  I expect there will be overlapping categories that make sense.
> So I think we need to make provision for having one package
> that fits into multiple categories.  Perhaps by asking the user
> which category to think of this package in.
> [...]

Let the package author choose and, and only one category, and any number
of tags he/she wants to use to describe the package.

When a user installs a package from a package archive, the category
chosen by the author is presented as the default choice, and can be
overridden by the user.

Just my two cents anyway.


Looking forward to your thoughts,

  --alexander



  reply	other threads:[~2020-09-22 20:50 UTC|newest]

Thread overview: 129+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17  8:50 A proposal for a friendlier Emacs Nicola Manca
2020-09-17  9:04 ` Alfred M. Szmidt
2020-09-17  9:27   ` Nicola Manca
2020-09-17 12:24     ` Alfred M. Szmidt
2020-09-17 12:35       ` Thibaut Verron
2020-09-17 13:22         ` Alfred M. Szmidt
2020-09-17 13:26           ` Thibaut Verron
2020-09-17 13:31             ` Alfred M. Szmidt
2020-09-17 13:34               ` Thibaut Verron
2020-09-17 14:27                 ` Alfred M. Szmidt
2020-09-18 16:49                   ` Stefan Kangas
2020-09-18 18:25                     ` Alfred M. Szmidt
2020-09-18 18:59                       ` Thibaut Verron
2020-09-18 19:23                         ` Alfred M. Szmidt
2020-09-19  8:37                           ` Andrea Corallo via Emacs development discussions.
2020-09-19  9:21                             ` Alfred M. Szmidt
2020-09-19 11:25                           ` Stefan Kangas
2020-09-19 15:09                             ` Alfred M. Szmidt
2020-09-19 19:31                               ` Andrea Corallo via Emacs development discussions.
2020-09-19 19:59                                 ` Eli Zaretskii
2020-09-19 21:37                                   ` Andrea Corallo via Emacs development discussions.
2020-09-20  6:22                                     ` Alfred M. Szmidt
2020-09-20  7:45                                   ` Ergus via Emacs development discussions.
2020-09-20  8:13                                     ` Eli Zaretskii
2020-09-20  8:25                                       ` Ergus
2020-09-21 17:19                                     ` Jean Louis
2020-09-22 12:59                                       ` Ergus
2020-09-22 14:11                                         ` Jean Louis
2020-09-22 17:50                                           ` Colin Baxter
2020-09-22 18:08                                             ` Mingde (Matthew) Zeng
2020-09-22 19:12                                               ` Colin Baxter
2020-09-19 21:04                                 ` Alfred M. Szmidt
2020-09-19 21:26                                   ` Andrea Corallo via Emacs development discussions.
2020-09-20  6:21                                     ` Alfred M. Szmidt
2020-09-19  8:30                         ` Andrea Corallo via Emacs development discussions.
2020-09-19 15:50                         ` Philip K.
2020-09-20  3:53                     ` 황병희
2020-09-17 13:38             ` Alfred M. Szmidt
2020-09-17 12:40       ` Nicholas Savage
2020-09-17 13:22         ` Alfred M. Szmidt
2020-09-17 13:28         ` Thibaut Verron
2020-09-17 19:40         ` Mingde (Matthew) Zeng
2020-09-17  9:07 ` Gregory Heytings via Emacs development discussions.
2020-09-17  9:32   ` Nicola Manca
2020-09-17  9:44     ` Gregory Heytings via Emacs development discussions.
2020-09-21 20:00       ` Alexander Adolf
2020-09-22  3:38         ` Richard Stallman
2020-09-22 20:50           ` Alexander Adolf [this message]
2020-09-22 21:54             ` Drew Adams
2020-09-23 14:20               ` Eli Zaretskii
2020-09-23 14:16             ` Eli Zaretskii
2020-09-25 13:22               ` Alexander Adolf
2020-09-25 13:39                 ` Eli Zaretskii
2020-09-25 14:43                   ` Alexander Adolf
2020-09-25 15:05                     ` Eli Zaretskii
2020-09-26  4:35                       ` Richard Stallman
2020-09-29 17:08                         ` Alexander Adolf
2020-09-29 17:38                           ` Eli Zaretskii
2020-09-30 20:40                             ` Alexander Adolf
2020-10-01 12:55                               ` Eli Zaretskii
2020-10-01 16:13                                 ` Alexander Adolf
2020-10-01 16:18                                   ` Eli Zaretskii
2020-10-01 16:49                                     ` Stefan Monnier
2020-10-01 17:23                                       ` Eli Zaretskii
2020-10-01 17:57                                         ` Stefan Monnier
2020-10-02 16:10                                     ` Alexander Adolf
2020-10-02  3:51                                   ` Classifying packages Richard Stallman
2020-09-22  3:38         ` A proposal for a friendlier Emacs Richard Stallman
2020-09-22 20:57           ` Alexander Adolf
2020-09-23  3:44             ` Richard Stallman
2020-09-25 12:40               ` Alexander Adolf
2020-09-25 15:22                 ` Drew Adams
2020-09-26  4:33                   ` Richard Stallman
2020-09-26 14:29                     ` Drew Adams
2020-09-27  2:43                       ` Richard Stallman
2020-09-27 19:49                         ` Drew Adams
2020-09-28  3:49                           ` Richard Stallman
2020-09-28  4:50                             ` Drew Adams
2020-09-28 22:03                             ` Jean Louis
2020-09-29  2:32                               ` Eli Zaretskii
2020-09-29  2:35                                 ` Stefan Monnier
2020-09-29  4:16                                 ` Jean Louis
2020-09-29  5:35                                   ` Eli Zaretskii
2020-09-29  5:45                                     ` Jean Louis
2020-09-29 14:24                                       ` Eli Zaretskii
2020-09-29 15:21                                         ` Jean Louis
2020-10-20 13:07                                           ` Arthur Miller
2020-10-20 15:32                                             ` Jean Louis
2020-10-27  4:32                                               ` Arthur Miller
2020-10-27  7:50                                                 ` Jean Louis
2020-09-29  7:19                                   ` Alfred M. Szmidt
2020-09-29  7:55                                     ` Jean Louis
2020-09-29  8:23                                       ` Alfred M. Szmidt
2020-09-29  8:27                                         ` Jean Louis
2020-09-29 15:07                                         ` Jean Louis
2020-09-29 14:20                                   ` Eli Zaretskii
2020-09-30 18:36                                     ` Juri Linkov
2020-09-30 19:25                                       ` Eli Zaretskii
2020-09-30 19:50                                         ` Gregory Heytings via Emacs development discussions.
2020-10-01  7:27                                           ` Robert Pluim
2020-10-01 13:10                                             ` Eli Zaretskii
2020-10-01 14:10                                               ` Robert Pluim
2020-10-01 12:44                                           ` Eli Zaretskii
2020-10-01 14:19                                           ` Jean Louis
2020-10-02  3:51                                           ` Richard Stallman
2020-10-02  6:59                                             ` Eli Zaretskii
2020-10-01 14:13                                       ` Jean Louis
2020-10-01 14:48                                         ` Eli Zaretskii
2020-10-01 16:05                                           ` dictionary.el could be included in main stream Emacs - " Jean Louis
2020-10-02 11:40                                             ` Eli Zaretskii
2020-10-04 17:36                                               ` Torsten Hilbrich
2020-10-01 18:47                                         ` Juri Linkov
2020-09-28 22:05                             ` Jean Louis
2020-09-21 17:07 ` Jean Louis
2020-09-22  3:40   ` Richard Stallman
2020-09-22  6:22     ` Alfred M. Szmidt
2020-09-23  3:43       ` Richard Stallman
2020-09-22  6:24     ` Jean Louis
2020-09-22 14:10       ` Eli Zaretskii
2020-09-22 14:22         ` Jean Louis
2020-09-22 14:31           ` Eli Zaretskii
2020-09-22 14:52             ` Jean Louis
2020-09-22 15:34               ` Eli Zaretskii
2020-09-22 16:03                 ` Jean Louis
2020-09-22 16:33                   ` Eli Zaretskii
2020-09-23  3:41           ` Richard Stallman
2020-09-22 15:44         ` Jean Louis
2020-09-23  3:41         ` Richard Stallman
2020-09-23 14:21           ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=62ff80b8ff943b698ef8c46849b8bc50@condition-alpha.com \
    --to=alexander.adolf@condition-alpha.com \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).