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.bugs Subject: bug#48478: 28.0.50; yank-from-kill-ring and kill-ring-yank-pointer Date: Thu, 20 May 2021 22:04:42 +0300 Message-ID: <83lf89ns51.fsf@gnu.org> References: <83h7j1twym.fsf@gnu.org> <874kf1yq92.fsf@mail.linkov.net> <83o8d8s1jd.fsf@gnu.org> <878s4bzt6v.fsf@mail.linkov.net> <83fsyjqwtr.fsf@gnu.org> <87h7iyn0s5.fsf@mail.linkov.net> <831ra1px7n.fsf@gnu.org> <875yzdb7vz.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38362"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 48478@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu May 20 21:05:24 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 1ljnz1-0009jR-T0 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 20 May 2021 21:05:23 +0200 Original-Received: from localhost ([::1]:55002 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ljnz0-0004qV-HI for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 20 May 2021 15:05:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44498) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ljnyg-0004q8-Ps for bug-gnu-emacs@gnu.org; Thu, 20 May 2021 15:05:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51915) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ljnyg-0006E6-J4 for bug-gnu-emacs@gnu.org; Thu, 20 May 2021 15:05:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ljnyg-0000kR-EA for bug-gnu-emacs@gnu.org; Thu, 20 May 2021 15:05:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 20 May 2021 19:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48478 X-GNU-PR-Package: emacs Original-Received: via spool by 48478-submit@debbugs.gnu.org id=B48478.16215374992864 (code B ref 48478); Thu, 20 May 2021 19:05:02 +0000 Original-Received: (at 48478) by debbugs.gnu.org; 20 May 2021 19:04:59 +0000 Original-Received: from localhost ([127.0.0.1]:35228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljnyd-0000k5-7K for submit@debbugs.gnu.org; Thu, 20 May 2021 15:04:59 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:50810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljnya-0000jp-6S for 48478@debbugs.gnu.org; Thu, 20 May 2021 15:04:58 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43348) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ljnyT-0006B7-T6; Thu, 20 May 2021 15:04:49 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1047 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 1ljnyT-0005vW-43; Thu, 20 May 2021 15:04:49 -0400 In-Reply-To: <875yzdb7vz.fsf@mail.linkov.net> (message from Juri Linkov on Thu, 20 May 2021 21:02:56 +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:206959 Archived-At: > From: Juri Linkov > Cc: 48478@debbugs.gnu.org > Date: Thu, 20 May 2021 21:02:56 +0300 > > > The last didn't C-y insert the word inserted before it by M-y, it > > inserted the word in the previous slot of kill-ring. > > I didn't expect this case should be handled as well. > Now this is fixed in commit ef7a6eec20. Thanks, this use case now works. However, I'm not sure I understand what happens when I edit the kill-ring entry before hitting RET, which gets it inserted. Is the edited entry added to the kill-ring? It looks like it isn't, because the next C-y inserts the last kill-ring entry, i.e. neither the original entry I edited nor the edited entry actually inserted. Why does the kill-ring-yank-pointer gets reset to the front of the kill-ring in this case?