From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#51138: Increase the value of kill-ring-max Date: Wed, 13 Oct 2021 21:22:36 +0300 Organization: LINKOV.NET Message-ID: <877degvl77.fsf@mail.linkov.net> References: <87v922amfq.fsf@mail.linkov.net> <87a6jecsdl.fsf@gnus.org> <87k0iibch3.fsf@gnus.org> <87mtncvmx2.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30133"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 51138@debbugs.gnu.org, Lars Ingebrigtsen To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 13 20:39:38 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1majA9-0007iA-SC for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 13 Oct 2021 20:39:37 +0200 Original-Received: from localhost ([::1]:49104 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1majA8-0001R5-Gh for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 13 Oct 2021 14:39:36 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37204) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maiw2-0007IN-JX for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2021 14:25:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50063) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1maiw2-0004hA-3T for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2021 14:25:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1maiw1-00057x-Rq for bug-gnu-emacs@gnu.org; Wed, 13 Oct 2021 14:25:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 Oct 2021 18:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51138 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 51138-submit@debbugs.gnu.org id=B51138.163414944719506 (code B ref 51138); Wed, 13 Oct 2021 18:25:01 +0000 Original-Received: (at 51138) by debbugs.gnu.org; 13 Oct 2021 18:24:07 +0000 Original-Received: from localhost ([127.0.0.1]:33376 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maiv9-00054V-1b for submit@debbugs.gnu.org; Wed, 13 Oct 2021 14:24:07 -0400 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:43525) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maiv6-00053e-1E for 51138@debbugs.gnu.org; Wed, 13 Oct 2021 14:24:05 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 35D50200002; Wed, 13 Oct 2021 18:23:55 +0000 (UTC) In-Reply-To: <87mtncvmx2.fsf@mail.linkov.net> (Juri Linkov's message of "Wed, 13 Oct 2021 20:45:29 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:217159 Archived-At: >> It should also fix the issue indicated by Juri by adding a new user >> option for the number of entries in the "Paste from Kill Ring" menu. >> I set it to 60 by default, as that was the previous max number of >> entries, and it feels like it should have the least amount of impact to >> just change nothing, but I'm open to alternative suggestions. > > Thanks. It makes sense to reduce the default value of yank-menu-max-items > because long menus are hard to navigate, but OTOH indeed maybe better > to leave it at the previous max number. There is one reason for reducing the default number because a large number of menu items slows down menu display.