From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs] Date: Sat, 09 May 2020 14:19:08 +0300 Message-ID: <83lfm1fj9v.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="100986"; mail-complaints-to="usenet@ciao.gmane.io" Cc: joostkremers@fastmail.fm, rms@gnu.org, pcr910303@icloud.com, Emacs-devel@gnu.org To: ams@gnu.org (Alfred M. Szmidt) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 09 13:20:13 2020 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 1jXNWf-000QDQ-P9 for ged-emacs-devel@m.gmane-mx.org; Sat, 09 May 2020 13:20:13 +0200 Original-Received: from localhost ([::1]:58212 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXNWe-0001SK-Om for ged-emacs-devel@m.gmane-mx.org; Sat, 09 May 2020 07:20:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53792) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXNW8-0000zM-0T for Emacs-devel@gnu.org; Sat, 09 May 2020 07:19:40 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50564) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXNW7-0007KW-KA; Sat, 09 May 2020 07:19:39 -0400 Original-Received: from [176.228.60.248] (port=2726 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jXNVm-0000LR-D7; Sat, 09 May 2020 07:19:29 -0400 In-Reply-To: (ams@gnu.org) 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:249402 Archived-At: > From: ams@gnu.org (Alfred M. Szmidt) > Date: Sat, 09 May 2020 06:57:54 -0400 > Cc: joostkremers@fastmail.fm, rms@gnu.org, Emacs-devel@gnu.org > > A function for finding the common suffix seems like a useful addition, > that is very concrete and can most surley be added to e.g. subr-x.el > or subr.el as maybe 'string-common-suffix STRING1 STRING' or something > similar, and implemented using `compare-strings' subr.el is preloaded, and so we don't add there functions unless they are used very frequently, or are called by preloaded code. But we have other places for functions that are deemed important, but whuich we don't want to preload. P.S. Would you please fix your MUA to not mangle non-ASCII names of your correspondents? They come out as octal escapes, for some reason. Maybe it's because your message doesn't state an encoding.