unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59459: 29.0.50; Compilation warnings without tree-sitter
@ 2022-11-21 22:01 Yuan Fu
  2022-11-22 12:21 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Yuan Fu @ 2022-11-21 22:01 UTC (permalink / raw)
  To: 59459

[Continuing from bug#59426]

Those warnings are due to no-tree-sitter build not having functions
defined in treesit.c. Eli fixed those warnings by adding
declare-function’s in every file using those functions. Can we make it a
bit nicer for lisp developers? Maybe defining those functions with
dummies with something like

(defun xxx
(error ’treesit "Tree-sitter not available"))

?

Yuan




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

end of thread, other threads:[~2022-11-22 23:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 22:01 bug#59459: 29.0.50; Compilation warnings without tree-sitter Yuan Fu
2022-11-22 12:21 ` Eli Zaretskii
2022-11-22 23:22   ` Yuan Fu

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).