all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* `M-q' uses tree-sitter now?
@ 2022-12-18 13:44 Eduardo Ochs
  2022-12-18 14:53 ` Theodor Thornhill
  2022-12-18 17:15 ` Eli Zaretskii
  0 siblings, 2 replies; 7+ messages in thread
From: Eduardo Ochs @ 2022-12-18 13:44 UTC (permalink / raw)
  To: Emacs developers

Hi list,

I am running an Emacs30 that I git-pulled and compiled a few hours ago
- its emacs-repository-version is

  "5a344d90c53d681ed98ab03ad3e218a3c6561108"

and I noticed that if I type `M-q' (`fill-paragraph') in a buffer in
emacs-lisp-mode I get this error:

  prog-fill-reindent-defun: Symbol's function definition is void:
  treesit-parser-list

I grepped the Lisp sources and `treesit-parser-list' is only mentioned
in two files: "treesit.el" and "progmodes/prog-mode.el". I tried

  (require 'prog-mode)
  (require 'treesit)

and `M-q' to see if the error would go away... but nah, same thing.
So I thought that this would be worth reporting...

  Cheers =/,
    Eduardo Ochs
    http://angg.twu.net/eepitch.html



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-12-18 22:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-18 13:44 `M-q' uses tree-sitter now? Eduardo Ochs
2022-12-18 14:53 ` Theodor Thornhill
2022-12-18 17:16   ` Eli Zaretskii
2022-12-18 18:08     ` Theodor Thornhill
2022-12-18 18:37       ` Eli Zaretskii
2022-12-18 17:15 ` Eli Zaretskii
2022-12-18 22:37   ` Eduardo Ochs

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.