GNU bug report logs - #61177
30.0.50; There should be an autoload cookie preceding (add-to-list 'auto-mode-alist '("\\.ya?ml\\'" . yaml-ts-mode))

Previous Next

Package: emacs;

Reported by: Brian Leung <leungbk <at> posteo.net>

Date: Mon, 30 Jan 2023 15:10:02 UTC

Severity: normal

Tags: notabug, wontfix

Found in version 30.0.50

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Brian Leung <leungbk <at> posteo.net>
Cc: casouri <at> gmail.com, 61177 <at> debbugs.gnu.org
Subject: bug#61177: 30.0.50; There should be an autoload cookie preceding (add-to-list 'auto-mode-alist '("\\.ya?ml\\'" . yaml-ts-mode))
Date: Mon, 30 Jan 2023 19:25:30 +0200
tags 61177 notabug wontfix
thanks

> Cc: casouri <at> gmail.com
> From: Brian Leung <leungbk <at> posteo.net>
> Date: Mon, 30 Jan 2023 15:09:00 +0000
> 
> 
> When I open a yaml file from an "emacs -q" session, I would like to see
> it start up with yaml-ts-mode. However, since there is no autoload at
> https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/textmodes/yaml-ts-mode.el?h=c53952164fe54fee41343fd4008f610f7a284d26#n146,
> this does not occur, and the file instead starts up in fundamental-mode.
> 
> I think each such tree-sitter-mode auto-mode-alist adjustment should be
> preceded by an autoload cookie.

We deliberately decided not enable these modes by default, because
quite a few people still build Emacs without tree-sitter, and are
annoyed by warnings these modes emit when they discover that
tree-sitter is not available.  Other people are used to editing yaml
and other files in some other modes or in Fundamental, and don't want
Emacs to decide that for them.

So for now these modes are opt-in, and that's how it will stay until
we collect more user experience and until tree-sitter installation
will become much more widespread.  If you have tree-sitter installed,
and want yaml-ts-mode to be turned on automatically in buffers
visiting yaml files, you can have that via simple customizations in
your init file.




This bug report was last modified 1 year and 313 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.