From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Tree-sitter doc question Date: Thu, 08 Dec 2022 12:43:50 -0500 Message-ID: References: <20221208141247.36l2j3bxggslsykl.ref@Ergus> <20221208141247.36l2j3bxggslsykl@Ergus> <83a63y2c6m.fsf@gnu.org> <20221208145246.3iq7ehnxdii5xgqq@Ergus> <835yem2bal.fsf@gnu.org> <87tu26rklo.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19637"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Felix Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 08 18:44:29 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p3Kwe-0004ry-P7 for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Dec 2022 18:44:28 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3KwD-0000pg-AY; Thu, 08 Dec 2022 12:44:01 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3KwB-0000pE-2y for emacs-devel@gnu.org; Thu, 08 Dec 2022 12:43:59 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3Kw9-0007au-BG for emacs-devel@gnu.org; Thu, 08 Dec 2022 12:43:58 -0500 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 8E9FD100123; Thu, 8 Dec 2022 12:43:55 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id EA9DE1000EB; Thu, 8 Dec 2022 12:43:53 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1670521434; bh=phhBvoJAf37IcbPPhtnCb8fcm7XjXUtgcqns33uZfOM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=l2FD5M5NsYFhhLyZcem3xuQFYpp34Q/TLU53RnO7AStEVyeweofNiI/oViMiBiwrr GfgvLk0+8neeKsRIP/1vrih0fdrG0h/bkpPS3A0V2iQsg6WgsYYBEQnvizJP5dFuP+ e5If7pGVqS/dDk5Y44DT5IocAB4VUsCCtQuPWQZovCIiEh0rrLSZGGYLFWbg9GaaDY TNXxF4fj6Ltw39Xi07y9G3wSGj7kzKWdG7EdwzrI+nOb/Susq1Qwb5uTKqaKrKgMIK Otev/LXqCW31L+oMerq2YMhly6xaeKD1y7ClWRGK64C03MTJTjn3lsPvtsg5o2NcUN trKFMOr+yHlgw== Original-Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id D8891122547; Thu, 8 Dec 2022 12:43:53 -0500 (EST) In-Reply-To: <87tu26rklo.fsf@web.de> (Felix's message of "Thu, 08 Dec 2022 16:08:39 +0100") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301054 Archived-At: > Adding a hook to a major-mode to enable another major-mode seems a bit > backward. This is what i did first, now i added entries to auto-mode-alist. > It would be nice to have an customization variable that controls which > major-modes are replaced. `major-mode-remap-alist`? Stefan