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: woman.el broken? Date: Tue, 02 Mar 2021 07:18:59 +0200 Message-ID: <83im6a6sl8.fsf@gnu.org> References: <20210301193951.7EB04C217D7@raman-glaptop.localdomain> <878s763bah.fsf@gnus.org> <83r1ky7icm.fsf@gnu.org> <87zgzm1vvf.fsf@gnus.org> <83mtvm7hkt.fsf@gnu.org> <83lfb67hag.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40715"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, stefan@marxist.se, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 02 06:20:09 2021 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 1lGxS4-000ATe-Ud for ged-emacs-devel@m.gmane-mx.org; Tue, 02 Mar 2021 06:20:08 +0100 Original-Received: from localhost ([::1]:47596 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lGxS3-0006VT-W2 for ged-emacs-devel@m.gmane-mx.org; Tue, 02 Mar 2021 00:20:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33120) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lGxR0-00063H-B2 for emacs-devel@gnu.org; Tue, 02 Mar 2021 00:19:02 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:32879) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lGxQz-0003Vs-63; Tue, 02 Mar 2021 00:19:01 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3823 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lGxQy-0008U2-Hx; Tue, 02 Mar 2021 00:19:00 -0500 In-Reply-To: (message from Stefan Monnier on Mon, 01 Mar 2021 15:42:09 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:265801 Archived-At: > From: Stefan Monnier > Cc: stefan@marxist.se, larsi@gnus.org, emacs-devel@gnu.org > Date: Mon, 01 Mar 2021 15:42:09 -0500 > > > Btw, it isn't just letter-case, but also "Foo Bar Baz" as opposed to > > "foo-bar-baz", right? > > It can be anything, really: the pseudo-events used in the easymenu code > is auto-generated from the menu entry's text, but in the "old-style" > code, it's generated by hand by the programmer, so it's in general > impossible to find one from the other. We can at best add heuristics. Sure. I _was_ talking about heuristics, based on what I see in the sources. We probably should have this in "Incompatible changes" part regardless, since heuristics could fail.