all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Another nit
@ 2022-12-10  4:11 Perry Smith
  2022-12-10  4:56 ` Yuan Fu
  2022-12-10  8:36 ` Can the tree-sitter/build-module/build.sh support Mingw64 on Windows OS Eason Huang
  0 siblings, 2 replies; 5+ messages in thread
From: Perry Smith @ 2022-12-10  4:11 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

Isn’t this example wrong?  From admin/notes/tree-sitter/starter-guide

>     (match NODE-TYPE PARENT-TYPE NODE-FIELD
>            NODE-INDEX-MIN NODE-INDEX-MAX)
> 
>     => checks everything. If an argument is nil, don’t match that. Eg,
>     (match nil nil TYPE) is the same as (parent-is TYPE)

Seems like (match nil TYPE) would be the same as (parent-is TYPE)


[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-10  4:11 Another nit Perry Smith
2022-12-10  4:56 ` Yuan Fu
2022-12-10  8:36 ` Can the tree-sitter/build-module/build.sh support Mingw64 on Windows OS Eason Huang
2022-12-11 23:37   ` Richard Stallman
2022-12-12 12:09     ` Eason Huang

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.