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: Unexpected behavior of format-number with format-prompt Date: Fri, 15 Nov 2024 14:32:22 +0200 Message-ID: <86frnsiso9.fsf@gnu.org> References: <875xp0b00l.fsf@breatheoutbreathe.in> <86h68jqyut.fsf@gnu.org> <3CD02C22-984C-42F7-AAE8-ECD413168503@breatheoutbreathe.in> <86fro3qxvj.fsf@gnu.org> <87msi86wrp.fsf@breatheoutbreathe.in> <861pzekyl8.fsf@gnu.org> <87r07dz7ug.fsf@breatheoutbreathe.in> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26599"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Joseph Turner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 15 13:33:36 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 1tBvW4-0006my-Cj for ged-emacs-devel@m.gmane-mx.org; Fri, 15 Nov 2024 13:33:36 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tBvVM-0003o6-Qk; Fri, 15 Nov 2024 07:32:52 -0500 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 1tBvVK-0003nl-BK for emacs-devel@gnu.org; Fri, 15 Nov 2024 07:32:50 -0500 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 1tBvVJ-0004b8-VO; Fri, 15 Nov 2024 07:32:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=D00B51U6WEVD19ncw50B8DWTnNbrjPH1a7lIMGcDH2I=; b=JE9CIjdBzhhz 2vO9NMiCusVBbp75Mu1H228AKBYAcc9xSvitpLVGnilpcxfO+W7OVp8WjcL0RURfiDuEzz6vRvTIV O5nrU+SDvbQPesOTU+4rLRzS8RnW9Rs5Uf8mSBgLnE31kG7dvMhvEDW5NP0nGjs4wvjvwFC4CV60C 95ZAPNufCu8hTihoC0ILLKABQCCv6uCTJBpEBVaIdx8LngZiloyGvZ+WoIg/NvRojhdOw96II2sKr CDL4HxqHlsjpQMAn+73zd+KjUMCFLDi4fmJcdPHs0pRGpibyIYOaUterXve1TQ8e9LLcvBqHr2bLs IPtHV7adkDJHy272I8YMkA==; In-Reply-To: <87r07dz7ug.fsf@breatheoutbreathe.in> (message from Joseph Turner on Thu, 14 Nov 2024 15:57:59 -0800) 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:325463 Archived-At: > From: Joseph Turner > Cc: emacs-devel@gnu.org > Date: Thu, 14 Nov 2024 15:57:59 -0800 > > Eli Zaretskii writes: > > >> From: Joseph Turner > >> Cc: emacs-devel@gnu.org > >> Date: Sat, 09 Nov 2024 11:18:50 -0800 > >> > >> > I think this change should be in the doc string of read-number, not in > >> > the manual. One reason is that read-number is not documented in the > >> > manual, while the description of this nit logically belongs to it, not > >> > to format-prompt. > >> > >> I agree. How about this? > > > > LGTM, please install on the emacs-30 release branch. > > I'd be happy to. Would it be appropriate for me to have permissions to > push to Savannah? Sorry, I thought you had write permissions. I've now installed the patch on the emacs-30 branch.