From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Replace latin-1-specific case-manipulation Date: Thu, 21 Feb 2019 16:37:38 +0200 Message-ID: <834l8xgqbx.fsf@gnu.org> References: <23807310-A2F9-4322-8A2C-03A63EFFD2AE@acm.org> <83va1egypa.fsf@gnu.org> <779A26F9-FE8F-477E-81BD-86200977E81D@acm.org> <83ef81hkwb.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="51307"; mail-complaints-to="usenet@blaine.gmane.org" Cc: mattiase@acm.org, emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 21 15:37:48 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gwpTv-000DDT-7v for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2019 15:37:47 +0100 Original-Received: from localhost ([127.0.0.1]:33086 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwpTu-0006KZ-9E for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2019 09:37:46 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwpTo-0006KQ-70 for emacs-devel@gnu.org; Thu, 21 Feb 2019 09:37:40 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwpTn-0008Mb-NF; Thu, 21 Feb 2019 09:37:39 -0500 Original-Received: from [176.228.60.248] (port=1708 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gwpTn-0004oa-At; Thu, 21 Feb 2019 09:37:39 -0500 In-reply-to: (message from Drew Adams on Wed, 20 Feb 2019 21:25:45 -0800 (PST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:233517 Archived-At: > Date: Wed, 20 Feb 2019 21:25:45 -0800 (PST) > From: Drew Adams > Cc: emacs-devel@gnu.org > > > I think it's simply because Emacs didn't have > > 'capitalize' back then. That code survived > > since 1990. So of course it's OK to use > > capitalize now. > > FWIW, I think I used `capitalize', `capitalize-word', > and `capitalize-region' long ago, in the mid 1980s. In what program? Emacs was first released "in mid 1980s", did you use Emacs before version 18. > I could be mistaken, but my recollection is that > at least commands like `capitalize-word' and > `upcase-word' were used back then. For ASCII, most probably.