GNU bug report logs - #64632
Feature request: downcase-char, downcase-initials

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Severity: wishlist; Reported by: José Júnior <jjnilton@HIDDEN>; dated Fri, 14 Jul 2023 23:33:01 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.

Message received at 64632 <at> debbugs.gnu.org:


Received: (at 64632) by debbugs.gnu.org; 15 Jul 2023 06:06:43 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Jul 15 02:06:43 2023
Received: from localhost ([127.0.0.1]:43841 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qKYQU-0004S1-MP
	for submit <at> debbugs.gnu.org; Sat, 15 Jul 2023 02:06:42 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:54632)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1qKYQT-0004Rm-99
 for 64632 <at> debbugs.gnu.org; Sat, 15 Jul 2023 02:06:41 -0400
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 <eliz@HIDDEN>)
 id 1qKYQO-0004Je-1R; Sat, 15 Jul 2023 02:06:36 -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=S/IBpQhPGsJp20VmAYWPN0fSJNrqafiDe57JiEXcB+U=; b=AbXZWhZ5gTDWPaiSsHmg
 ppuefu2Cnuqs3pAeKBGqv0UGbdl+8M1clFNWIEVzWr6prxn55FR7KAzHFbcaWTWhX96JrtXQfyda9
 O2lerParHlWTJZmhil2uS+YCeBiBshfzTDfl094QrUpOVDFgF1BVLEqQhWx9p8b/1MTAnWcNInFbB
 CkNpHsRU8sMiXTjH2nHu6v8zn2ZI48jFs1dTta5LRtUGwIjSr3rQ6Z/CANII5imsilazEOofcOOXz
 TkeQAJZZ082wHmjOobxZtuIuqG1CYH33hAgR1NZaQE6CAelDmfFYNmVj6/ueFk3Ybe7WtxAGkR76A
 VCSs7cC1CAe+UQ==;
Received: from [87.69.77.57] (helo=home-c4e4a596f7)
 by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1qKYQN-0006zX-IE; Sat, 15 Jul 2023 02:06:35 -0400
Date: Sat, 15 Jul 2023 09:06:56 +0300
Message-Id: <83fs5pemin.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: =?utf-8?B?Sm9zw6kgSsO6bmlvcg==?= <jjnilton@HIDDEN>
In-Reply-To: <CAGD2S5V+U4g8VGu5-joahzMLS8--t8q3rRFbjcLV7thqcE4cgw@HIDDEN>
 (message from =?utf-8?B?Sm9zw6kgSsO6bmlvcg==?= on Fri, 14 Jul 2023 20:31:42
 -0300)
Subject: Re: bug#64632: Feature request: downcase-char, downcase-initials
References: <CAGD2S5V+U4g8VGu5-joahzMLS8--t8q3rRFbjcLV7thqcE4cgw@HIDDEN>
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 64632
Cc: 64632 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

> From: José Júnior <jjnilton@HIDDEN>
> Date: Fri, 14 Jul 2023 20:31:42 -0300
> 
> Hi, my suggestion is to add equivalent functions for `upcase-char` and `upcase-initials` but for
> downcase (`downcase-char` and `downcase-initials`). When I first these functions, I expected to have
> the downcase equivalent for each of them.

Thanks.

In which situations would such commands be useful?  We don't introduce
commands just because they are equivalents of others.

Anyway, we already have downcase-region, which you could use to
downcase any range of characters, including a single character
anywhere in a word.




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#64632; Package emacs. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 14 Jul 2023 23:32:38 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jul 14 19:32:38 2023
Received: from localhost ([127.0.0.1]:43638 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1qKSH8-000180-H9
	for submit <at> debbugs.gnu.org; Fri, 14 Jul 2023 19:32:38 -0400
Received: from lists.gnu.org ([2001:470:142::17]:50766)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <jjnilton@HIDDEN>) id 1qKSH7-00017l-KR
 for submit <at> debbugs.gnu.org; Fri, 14 Jul 2023 19:32:38 -0400
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 <jjnilton@HIDDEN>)
 id 1qKSH2-0005qG-0C
 for bug-gnu-emacs@HIDDEN; Fri, 14 Jul 2023 19:32:32 -0400
Received: from mail-lj1-x22f.google.com ([2a00:1450:4864:20::22f])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.90_1) (envelope-from <jjnilton@HIDDEN>)
 id 1qKSGt-0007VM-ET
 for bug-gnu-emacs@HIDDEN; Fri, 14 Jul 2023 19:32:31 -0400
Received: by mail-lj1-x22f.google.com with SMTP id
 38308e7fff4ca-2b701e41cd3so38649331fa.3
 for <bug-gnu-emacs@HIDDEN>; Fri, 14 Jul 2023 16:32:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20221208; t=1689377540; x=1691969540;
 h=to:subject:message-id:date:from:mime-version:from:to:cc:subject
 :date:message-id:reply-to;
 bh=RwjAPe4bP8LPpIIWHugenmKA61Um4ZUGgh4m6zbKzfc=;
 b=sRYhP2BCe5dfjmdeXjFgPptOMKeqzFE0B8vgrhNGPm9jJG+XC+CUL3QnUcdltulLq2
 h6jJHD6Vd5wxnzykcapzXWolmbBxcnLiEqhnG6nnhE6FKXm6bGTAHX+zo3hqMFTEWKlI
 wMvsJU757iKYkbKRRVqKsFB7vxRHpT0kpyY3Z9DXXJcHjxVibboosj4qXzYCvZbI4m/1
 isfQMUnbB3hVfle6IHnG7C8q1K5/v/ltHUyupuhOrY/5GUf2Hwsf0scvDUvZGKvFintK
 dAlzFfuJcQJ0YtkKLgb105VCkATsyJTXaE6yYn2G/XEEWLzCO9dbrxaXiRfksyQ0rhOo
 BPSQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20221208; t=1689377540; x=1691969540;
 h=to:subject:message-id:date:from:mime-version:x-gm-message-state
 :from:to:cc:subject:date:message-id:reply-to;
 bh=RwjAPe4bP8LPpIIWHugenmKA61Um4ZUGgh4m6zbKzfc=;
 b=XZRcyXuqPn606SicEIbe/lTb9Duujfaw5Y5sJgHwl9gBY2sIDVv/1N+9za8aBkg+CG
 placlDaXaI4hwd6a56yU464VIirl0d/uaUyDAc3XrJs1KT4C/1ZpX40QOCMHzfgeGqVy
 n2dch6Wrie19+0jGbSdsQspCTLIJuLntaaIE06zDR/rV4S7REs9lVbL77uRN457fA4Ki
 8X2XJ8N6MqsFfPsquAjtaXPPGVn+kOLX+FL8vrNRtlnBVjikbIC0gcjDmqk+KwZ952wN
 t7PO0hELz913XcBoqNbpkejaQbeHP/bEv0V4LL7Z0Vyu/BZFLfOfhg46E28h7gckVfGO
 wU9Q==
X-Gm-Message-State: ABy/qLaFp70Eu81xeRmb427OfOk+BN3nbf63EbP5LrAJSKNaVwd6jaWr
 xnJuWy3IQGAfzV8GlswYVUb/5bAu/a/i9dwdo6suEUs+
X-Google-Smtp-Source: APBJJlHH29lhUZp8ITS27+4mX6r/SQuuZ/9A775tMefHoffRwlTFoTN9DAAA7A1jgs77fNebOTviKSw5pC6FGKn/alA=
X-Received: by 2002:a2e:98d1:0:b0:2b7:ada:cb25 with SMTP id
 s17-20020a2e98d1000000b002b70adacb25mr5313533ljj.31.1689377540242; Fri, 14
 Jul 2023 16:32:20 -0700 (PDT)
MIME-Version: 1.0
From: =?UTF-8?B?Sm9zw6kgSsO6bmlvcg==?= <jjnilton@HIDDEN>
Date: Fri, 14 Jul 2023 20:31:42 -0300
Message-ID: <CAGD2S5V+U4g8VGu5-joahzMLS8--t8q3rRFbjcLV7thqcE4cgw@HIDDEN>
Subject: Feature request: downcase-char, downcase-initials
To: bug-gnu-emacs@HIDDEN
Content-Type: multipart/alternative; boundary="0000000000002d807206007adc09"
Received-SPF: pass client-ip=2a00:1450:4864:20::22f;
 envelope-from=jjnilton@HIDDEN; helo=mail-lj1-x22f.google.com
X-Spam_score_int: -6
X-Spam_score: -0.7
X-Spam_bar: /
X-Spam_report: (-0.7 / 5.0 requ) BAYES_05=-0.5, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001,
 HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.0 (/)

--0000000000002d807206007adc09
Content-Type: text/plain; charset="UTF-8"

Hi, my suggestion is to add equivalent functions for `upcase-char` and
`upcase-initials` but for downcase (`downcase-char` and
`downcase-initials`). When I first these functions, I expected to have the
downcase equivalent for each of them.

--0000000000002d807206007adc09
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi, my suggestion is to add equivalent functions for `upca=
se-char` and `upcase-initials` but for downcase (`downcase-char` and `downc=
ase-initials`). When I first these functions, I expected to have the downca=
se equivalent for each of them.<br></div>

--0000000000002d807206007adc09--




Acknowledgement sent to José Júnior <jjnilton@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#64632; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sat, 15 Jul 2023 06:15:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.