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: emacs-28 6170c50: Fix regression in help-mode prompt Date: Tue, 14 Dec 2021 16:30:50 +0200 Message-ID: <831r2fl0md.fsf@gnu.org> References: <20211213135228.14462.36839@vcs0.savannah.gnu.org> <20211213135230.17FE620A0A@vcs0.savannah.gnu.org> <83h7bbl4el.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3985"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 14 15:32:27 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 1mx8qx-0000r6-5L for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Dec 2021 15:32:27 +0100 Original-Received: from localhost ([::1]:57382 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mx8qw-0003Di-3p for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Dec 2021 09:32:26 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:40564) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mx8pS-0001i5-R3 for emacs-devel@gnu.org; Tue, 14 Dec 2021 09:30:55 -0500 Original-Received: from [2001:470:142:3::e] (port=40848 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mx8pS-0005KJ-HQ; Tue, 14 Dec 2021 09:30:54 -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=/zlPD5kmg5vxmOBEhj5ga4jF10hYGjeBaqo7ENbqMhE=; b=R0CvMyWBAAeg Tcvmb+2x2/R9ePjgTZinhB4XMk9l4SuQeLKqZKXTH8wLf+HbBpSabPS3CoqcxUtG9zxxelDElf+S4 q1NZyUB3lWBUSGYL0iZSoElfK7ZSsEbpkIxJiqrKVH+KnCGwqKJQz4ME358xAa/+QvKt7GLQS0fg4 ndZoIq7iGWokSly/MIrpxqxTK/Wtcu+qYoqT9YFZ7pa3oBaClB6nTp/2DVAIj0nvkUuv2qGnixNag oS5TdmNXR85K9ZGv1s1q38Mlnp+KclspCkt3F3PgGwHCpDgjm1lKh8aUkWkqbYXHJ/wwtS99C1dKc X482u2qCrFyO5ysMlkHqHw==; Original-Received: from [87.69.77.57] (port=1448 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mx8pP-0000A2-PS; Tue, 14 Dec 2021 09:30:54 -0500 In-Reply-To: (message from Stefan Kangas on Tue, 14 Dec 2021 06:16:13 -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" Xref: news.gmane.io gmane.emacs.devel:281905 Archived-At: > From: Stefan Kangas > Date: Tue, 14 Dec 2021 06:16:13 -0800 > Cc: emacs-devel@gnu.org > > Eli Zaretskii writes: > > > If you can suggest a different solution that avoids the resizing, > > please do. > > Maybe one of these? > > "Type one of the above keys%s: " > "Type a key listed above%s: " > > Here's the original to make it easier to compare the length: > > "Type one of listed options%s: " The shorter one looks better, thanks. But what if "listed above" are not just keys, but key sequences, or even something else ("options" is more general)?