From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Smith_RS Newsgroups: gmane.emacs.help Subject: Re: Annoying kill-ring behavior Date: Thu, 3 Apr 2014 09:52:17 -0700 (PDT) Message-ID: <21e35a20-5eec-4f1b-a376-d9d2fe034840@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1396544805 29989 80.91.229.3 (3 Apr 2014 17:06:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2014 17:06:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 03 19:06:38 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WVl65-0002ti-S2 for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Apr 2014 19:06:37 +0200 Original-Received: from localhost ([::1]:45164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVkzv-0003wB-4N for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Apr 2014 13:00:15 -0400 X-Received: by 10.66.137.105 with SMTP id qh9mr1781879pab.30.1396543937949; Thu, 03 Apr 2014 09:52:17 -0700 (PDT) X-Received: by 10.50.110.37 with SMTP id hx5mr483271igb.13.1396543937779; Thu, 03 Apr 2014 09:52:17 -0700 (PDT) Original-Path: usenet.stanford.edu!l13no2358122iga.0!news-out.google.com!gi6ni160igc.0!nntp.google.com!ur14no1896626igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=12.189.199.68; posting-account=FPshOQoAAABhQbXLwYlqquO5tX-UXyrO Original-NNTP-Posting-Host: 12.189.199.68 User-Agent: G2/1.0 Injection-Date: Thu, 03 Apr 2014 16:52:17 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:204676 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96946 Archived-At: On Wednesday, April 2, 2014 4:59:23 AM UTC-7, Stefan Monnier wrote: > I suggest you M-x report-emacs-bug, then, so that we can fix it for 24.4. I will do that, but I have one last question: When I try to update the kill-ring "by hand" I find that when I try to access yank-menu it is no longer in sync with the kill-ring. How do I fix that? The code in menu-bar.el doesn't really explain how it's kept in sync. What am I missing? Is there a hook somewhere?