From: Eli Zaretskii <eliz@gnu.org>
To: Dmitry Gutov <dmitry@gutov.dev>
Cc: johan.myreen@gmail.com, emacs-devel@gnu.org
Subject: Re: An anonymous IRC user's opinion
Date: Wed, 20 Nov 2024 21:01:59 +0200 [thread overview]
Message-ID: <86cyipsp94.fsf@gnu.org> (raw)
In-Reply-To: <d5612cd3-5013-4869-a5ec-c5b4fa97c8b4@gutov.dev> (message from Dmitry Gutov on Wed, 20 Nov 2024 20:38:05 +0200)
> Date: Wed, 20 Nov 2024 20:38:05 +0200
> Cc: johan.myreen@gmail.com, emacs-devel@gnu.org
> From: Dmitry Gutov <dmitry@gutov.dev>
>
> On 20/11/2024 14:59, Eli Zaretskii wrote:
> >>> Maybe so, but that is not always easy nor user-friendly: getting the
> >>> regexps right is not trivial, many people make mistakes.
> >>
> >> Even if that's true, I'm not sure what workflow you have in mind.
> >
> > Someone mentioned the possibility that Emacs could propose using some
> > mode when user visits a file, AFAIR. So the workflow would be to ask
> > the user whether she wants to turn on mode FOO in files like this one,
> > and if the answer is YES, modify auto-mode-alist accordingly.
>
> And the init script. Or .custom.el. Keeping in mind that that value
> might be modified somewhere else during startup, I guess.
That's basic customization for you, yes.
> Philip's branch is the closest to that idea. Would you be comfortable to
> replace the current setup with it?
>
> The result can be that all ts modes are disabled by default, but when
> visiting a file extension that is currently associated with
> fundamental-mode, but we have a alternative mode available, we'd offer
> to the user to "install" that. For built-in modes, it would mean a
> corresponding major-mode-remap-alist or auto-mode-alist customization.
This is okay as an opt-in feature, but it cannot be the only way for
users to tell Emacs they prefer one or more TS-based modes. For
starters, some people might be annoyed by these suggestions, and might
prefer more proactive ways of enabling those modes.
> I'm fine with that idea, but it'd seem like a change in paradigm.
Yes, indeed. So I think it has to be an optional feature, and we
should offer more "direct" ways for expressing such preferences.
> >> My
> >> goal here is to fix the problem of ts modes installing themselves into
> >> auto-mode-alist (and major-mode-remap-defaults) haphazardly, with
> >> associated problems like https://debbugs.gnu.org/74339#38, for example.
> >
> > We all want to find a better solution, the challenge is to find one.
>
> If a solution is presented that solves the scenarios that the current
> one does, while avoiding some existing problems, it should be considered
> a win. Even if it doesn't include some additional nice-to-haves.
I'm more worried by the UI and the UX of such solutions. Other than
that, I agree that avoiding at least some of the current problems is
progress.
> >> and not a replacement for the current setup.
> >
> > What current setup?
>
> Please look at the patch in
> https://lists.gnu.org/archive/html/emacs-devel/2024-11/msg00515.html,
> the current setup is on the lines being removed, and the proposed one is
> on the lines being added.
Then I don't understand why you say modifying auto-mode-alist is not a
replacement. That's what we did in Emacs 29, just less cleanly.
next prev parent reply other threads:[~2024-11-20 19:01 UTC|newest]
Thread overview: 138+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-06 7:32 An anonymous IRC user's opinion Abraham S.A.H. via Emacs development discussions.
2024-10-06 8:10 ` Emanuel Berg
2024-10-06 8:44 ` Dr. Arne Babenhauserheide
2024-10-06 9:01 ` Emanuel Berg
2024-10-06 9:09 ` Emanuel Berg
2024-10-06 9:32 ` Abraham S.A.H. via Emacs development discussions.
2024-10-06 11:28 ` Dr. Arne Babenhauserheide
2024-10-06 13:10 ` Emanuel Berg
2024-10-06 12:55 ` Emanuel Berg
2024-10-09 3:29 ` Richard Stallman
2024-10-09 20:20 ` Emanuel Berg
2024-10-10 8:57 ` Dr. Arne Babenhauserheide
2024-10-09 3:30 ` Richard Stallman
2024-10-09 6:48 ` Dr. Arne Babenhauserheide
2024-10-09 20:22 ` Emanuel Berg
2024-10-09 11:09 ` Johan Myréen
2024-10-09 13:13 ` Eli Zaretskii
2024-10-09 13:38 ` tomas
2024-10-09 16:02 ` Dr. Arne Babenhauserheide
2024-10-09 16:22 ` Eli Zaretskii
2024-10-09 21:55 ` Emanuel Berg
2024-10-10 7:25 ` Eli Zaretskii
2024-10-10 9:35 ` Dr. Arne Babenhauserheide
2024-10-10 10:42 ` Eli Zaretskii
2024-10-13 3:29 ` Richard Stallman
2024-10-10 6:07 ` Emanuel Berg
2024-10-09 16:06 ` Johan Myréen
2024-10-09 16:12 ` Ship Mints
2024-10-09 16:25 ` Eli Zaretskii
2024-10-09 21:25 ` Dmitry Gutov
2024-10-10 4:56 ` Eli Zaretskii
2024-10-10 5:14 ` Xiyue Deng
2024-10-10 6:36 ` Eli Zaretskii
2024-10-10 6:59 ` Xiyue Deng
2024-10-11 20:30 ` Dmitry Gutov
2024-10-12 7:34 ` Eli Zaretskii
2024-10-12 20:27 ` Dmitry Gutov
2024-10-12 21:00 ` Dr. Arne Babenhauserheide
2024-10-13 4:53 ` Eli Zaretskii
2024-10-13 6:28 ` Dr. Arne Babenhauserheide
2024-10-13 4:41 ` Eli Zaretskii
2024-10-13 9:37 ` Dmitry Gutov
2024-10-13 10:39 ` Eli Zaretskii
2024-10-13 15:31 ` Dmitry Gutov
2024-10-13 15:53 ` Eli Zaretskii
2024-10-14 9:32 ` Dmitry Gutov
2024-10-14 11:09 ` Alan Mackenzie
2024-10-15 1:41 ` Dmitry Gutov
2024-10-14 14:16 ` Eli Zaretskii
2024-10-15 1:36 ` Dmitry Gutov
2024-10-15 12:03 ` Eli Zaretskii
2024-11-03 3:10 ` Dmitry Gutov
2024-11-03 6:37 ` Eli Zaretskii
2024-11-03 19:24 ` Dmitry Gutov
2024-11-04 12:04 ` Eli Zaretskii
2024-11-04 12:11 ` Eli Zaretskii
2024-11-04 17:41 ` Dmitry Gutov
2024-11-04 19:18 ` Eli Zaretskii
2024-11-04 20:59 ` Dmitry Gutov
2024-11-05 12:11 ` Eli Zaretskii
2024-11-05 17:05 ` Dmitry Gutov
2024-11-05 17:28 ` Eli Zaretskii
2024-11-05 19:40 ` Dmitry Gutov
2024-11-05 19:53 ` Eli Zaretskii
2024-11-05 20:59 ` Dmitry Gutov
2024-11-06 12:15 ` Eli Zaretskii
2024-11-06 12:46 ` Dmitry Gutov
2024-11-06 13:25 ` Eli Zaretskii
2024-11-06 16:07 ` Dmitry Gutov
2024-11-06 17:14 ` Eli Zaretskii
2024-11-19 2:44 ` Dmitry Gutov
2024-11-19 15:41 ` Eli Zaretskii
2024-11-19 16:13 ` Dmitry Gutov
2024-11-19 17:10 ` Eli Zaretskii
2024-11-19 17:40 ` Dmitry Gutov
2024-11-19 17:47 ` Eli Zaretskii
2024-11-19 17:56 ` Dmitry Gutov
2024-11-19 19:01 ` Eli Zaretskii
2024-11-19 20:12 ` Dmitry Gutov
2024-11-20 12:59 ` Eli Zaretskii
2024-11-20 18:38 ` Dmitry Gutov
2024-11-20 19:01 ` Eli Zaretskii [this message]
2024-11-20 19:23 ` Dmitry Gutov
2024-11-20 19:55 ` Eli Zaretskii
2024-11-20 19:57 ` Dmitry Gutov
2024-11-21 5:46 ` Eli Zaretskii
2024-11-19 17:59 ` Juri Linkov
2024-11-19 19:52 ` Dmitry Gutov
2024-11-20 16:47 ` Philip Kaludercic
2024-11-20 17:36 ` Juri Linkov
2024-11-20 18:07 ` Dmitry Gutov
2024-11-05 13:21 ` Dr. Arne Babenhauserheide
2024-11-05 13:47 ` Eli Zaretskii
2024-11-05 16:52 ` Dr. Arne Babenhauserheide
2024-11-05 17:22 ` Eli Zaretskii
2024-11-05 17:49 ` Philip Kaludercic
2024-11-05 19:23 ` Dr. Arne Babenhauserheide
2024-11-06 0:09 ` Philip Kaludercic
2024-11-06 9:35 ` Dr. Arne Babenhauserheide
2024-11-06 9:59 ` Philip Kaludercic
2024-11-07 14:16 ` Automatic Suggestion of Packages Philip Kaludercic
2024-11-07 16:07 ` Visuwesh
2024-11-07 21:50 ` Philip Kaludercic
2024-11-08 4:15 ` Visuwesh
2024-11-08 4:29 ` Visuwesh
2024-11-08 14:02 ` Philip Kaludercic
2024-11-08 15:44 ` Visuwesh
2024-11-08 16:23 ` Philip Kaludercic
2024-11-11 20:07 ` Mekeor Melire
2024-11-12 3:00 ` Philip Kaludercic
2024-10-13 10:52 ` An anonymous IRC user's opinion Dr. Arne Babenhauserheide
2024-10-10 13:58 ` Richard Stallman
2024-10-10 14:45 ` Dr. Arne Babenhauserheide
2024-10-12 3:19 ` Richard Stallman
-- strict thread matches above, loose matches on Subject: below --
2024-10-06 5:31 Pedro Andres Aranda Gutierrez
2024-10-06 6:04 ` Emanuel Berg
2024-10-06 9:06 ` Dr. Arne Babenhauserheide
2024-10-06 9:10 ` Emanuel Berg
2024-10-06 10:31 ` Pedro Andres Aranda Gutierrez
2024-10-07 21:17 ` John ff
2024-10-13 3:29 ` Richard Stallman
2024-10-01 20:09 Jordi Gutiérrez Hermoso
2024-10-04 16:25 ` Eduardo Ochs
2024-10-04 18:10 ` Dr. Arne Babenhauserheide
2024-10-04 18:30 ` Eduardo Ochs
2024-10-04 19:24 ` Dr. Arne Babenhauserheide
2024-10-04 20:37 ` Eduardo Ochs
2024-10-05 8:41 ` Dr. Arne Babenhauserheide
2024-10-05 12:57 ` Eduardo Ochs
2024-10-05 13:21 ` Emanuel Berg
2024-10-05 15:57 ` Dr. Arne Babenhauserheide
2024-10-09 3:30 ` Richard Stallman
2024-10-09 7:04 ` Eduardo Ochs
2024-10-07 3:54 ` Richard Stallman
2024-10-07 4:14 ` Emanuel Berg
2024-10-07 14:27 ` Ship Mints
2024-10-07 14:46 ` Emanuel Berg
2024-10-07 10:31 ` Dr. Arne Babenhauserheide
2024-10-10 0:22 ` chad
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=86cyipsp94.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=dmitry@gutov.dev \
--cc=emacs-devel@gnu.org \
--cc=johan.myreen@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).