From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: MPS native subrs Date: Wed, 26 Jun 2024 16:36:49 +0300 Message-ID: <86bk3n966m.fsf@gnu.org> References: <87v823xvq1.fsf@localhost> <87tthm3gq2.fsf@gmail.com> <87sex6ags5.fsf@localhost> <87msne3flr.fsf@gmail.com> <87frt63dvt.fsf@gmail.com> <86o77ulgk8.fsf@gnu.org> <87zfre1p3r.fsf@gmail.com> <87zfreo5u6.fsf@localhost> <87plsa1n8k.fsf@gmail.com> <87wmmio3vq.fsf@localhost> <87jzii1hbs.fsf_-_@gmail.com> <8734p61evv.fsf@gmail.com> <87iky0zvyz.fsf@gmail.com> <87ikxwamor.fsf_-_@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32822"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eller.helmut@gmail.com, emacs-devel@gnu.org To: Gerd =?iso-8859-1?Q?M=F6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 26 15:37:34 2024 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 1sMSq5-0008G6-Si for ged-emacs-devel@m.gmane-mx.org; Wed, 26 Jun 2024 15:37:34 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sMSpS-0006f1-S7; Wed, 26 Jun 2024 09:36:54 -0400 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 1sMSpR-0006ef-AV for emacs-devel@gnu.org; Wed, 26 Jun 2024 09:36:53 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sMSpR-0005NW-2A; Wed, 26 Jun 2024 09:36:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=o+h+Cz6KYas5zYM57wH5ySHqOcXgZr0HS2aQ7rbBfkg=; b=sIhaq4/9frRVSS64fc3f cBbxZnjxyj/EwA2SLlO2lVBFasSj5mJMoKR2/8BW3yY+iP2R9FUP13P0aPLFVBbTMWkf0CapcC8QT RmxczkjvUtEDqXx01OcmVCoSzHVN+VrNK5+E2EtQteY5rbtbUtXeGsCudFszKa1lRRHOcYShE8qt9 7twDWrrvAe9/gUQlhGOJE9lzeF0l3dZq+vdlJlVIh1H0lO26beBf+yRwcNUHldarlsPzAgabO4Tz7 K3J+tYUik3msjcMnAoufp5ItPdYiNcat7M+icadhUdUumlPbnI1NoXpbqkfKAFYUnMsz66p364lr0 Fk+jfz1Ouc7jUA==; In-Reply-To: (message from Gerd =?iso-8859-1?Q?M=F6llmann?= on Tue, 25 Jun 2024 22:10:37 +0200) 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:320685 Archived-At: > From: Gerd Möllmann > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Tue, 25 Jun 2024 22:10:37 +0200 > > How command-modes, a defun, is exactly used I don't know either, sorry. > I understand the doc string as indicating that certain commands are only > applicable in certain modes, in the sense of minor- and major-mode. I > don't remember that from the good old days, and it doesn't seem to be > explained anywhere. It's explained in its doc string, and you can grep the sources for its uses.