From: Ihor Radchenko <yantar92@posteo.net>
To: Drew Adams <drew.adams@oracle.com>
Cc: "emacs-devel@gnu.org" <emacs-devel@gnu.org>,
Max Nikulin <manikulin@gmail.com>
Subject: RE: [External] : [FR] Provide a way to activate packages automatically for side effect
Date: Wed, 01 May 2024 16:11:04 +0000 [thread overview]
Message-ID: <87bk5pseav.fsf@localhost> (raw)
In-Reply-To: <SJ0PR10MB5488E4DAD8936B58A4FD64CEF3192@SJ0PR10MB5488.namprd10.prod.outlook.com>
Drew Adams <drew.adams@oracle.com> writes:
>> For example, when a package defines a new major mode, it is common to
>> modify `auto-mode-alist' by merely having such package installed.
>
> That's common? It shouldn't be. Loading/installing
> code shouldn't do that, even for a "new major mode".
Sorry, but the manual itself contradicts your assertion:
24.2.1 Major Mode Conventions
• If you want to make the new mode the default for files with certain
recognizable names, add an element to ‘auto-mode-alist’ to select
the mode for those file names (*note Auto Major Mode::). If you
define the mode command to autoload, you should add this element in
the same file that calls ‘autoload’. If you use an autoload cookie
for the mode command, you can also use an autoload cookie for the
form that adds the element (*note autoload cookie::). If you do
not autoload the mode command, it is sufficient to add the element
in the file that contains the mode definition.
So, I am 100% sure that modifying auto-mode-alist in particular is a
side effect that is perfectly fine, even recommended.
>> On the other hand, it is very clear that autoloading a major mode is
>> justified because otherwise why would user install the relevant package?
>
> Not for the package to guess why. Up to the user.
>
>> Similar argument
>
> What's the argument? Is it just "otherwise why would
> a user install..."? That's not an argument.
This is an argument. Installing the package implies that the user wants
to use that package. Asking to add Elisp incantations other than the
usual require/use-package (limited, well-known set of callables) just
embraces the culture of copy-paste without understanding and annoys
users.
>> can be made for changing the fontification rules in
>> ert.el - if ert library is loaded _by the user_, it is very clear that
>> the erc.el features, including fontification, are going to be useful.
>
> It's not clear that that's clear to the user, or that
> (more importantly) the user wants those changes made.
I can see this kind of argument, although do note that what I propose -
a way to "enable" package with all the side effects - will _reduce_ side
effects of autoloading because there will be less pressure on package
authors to produce such side effects for user convenience.
I thus read your argument as "-1" for automatically enabling packages
that are installed explicitly - by clicking "install" in package menu or
M-x package-install.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
next prev parent reply other threads:[~2024-05-01 16:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-01 10:20 [FR] Provide a way to activate packages automatically for side effect Ihor Radchenko
2024-05-01 14:41 ` [External] : " Drew Adams
2024-05-01 16:11 ` Ihor Radchenko [this message]
2024-05-01 19:07 ` Drew Adams
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=87bk5pseav.fsf@localhost \
--to=yantar92@posteo.net \
--cc=drew.adams@oracle.com \
--cc=emacs-devel@gnu.org \
--cc=manikulin@gmail.com \
/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).