From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#6637: 24.0.50; kill ring being seriously polluted Date: Thu, 15 Jul 2010 10:03:39 -0400 Message-ID: <87mxts970k.fsf@stupidchicken.com> References: <87oce986yu.fsf@leeloo.anubex.internal> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1279204709 470 80.91.229.12 (15 Jul 2010 14:38:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Jul 2010 14:38:29 +0000 (UTC) Cc: 6637@debbugs.gnu.org To: Tim Van Holder Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 15 16:38:24 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OZPZv-0002GB-DR for geb-bug-gnu-emacs@m.gmane.org; Thu, 15 Jul 2010 16:38:23 +0200 Original-Received: from localhost ([127.0.0.1]:38419 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZPSH-0004NY-V6 for geb-bug-gnu-emacs@m.gmane.org; Thu, 15 Jul 2010 10:30:30 -0400 Original-Received: from [140.186.70.92] (port=58441 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZPSB-0004Jt-CY for bug-gnu-emacs@gnu.org; Thu, 15 Jul 2010 10:30:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZPSA-000458-9s for bug-gnu-emacs@gnu.org; Thu, 15 Jul 2010 10:30:23 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49643) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZPSA-000454-6g for bug-gnu-emacs@gnu.org; Thu, 15 Jul 2010 10:30:22 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OZP2g-0002Ru-8c; Thu, 15 Jul 2010 10:04:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Jul 2010 14:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6637 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6637-submit@debbugs.gnu.org id=B6637.12792026129406 (code B ref 6637); Thu, 15 Jul 2010 14:04:02 +0000 Original-Received: (at 6637) by debbugs.gnu.org; 15 Jul 2010 14:03:32 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZP2C-0002Rf-EZ for submit@debbugs.gnu.org; Thu, 15 Jul 2010 10:03:32 -0400 Original-Received: from pantheon-po41.its.yale.edu ([130.132.50.98]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZP2B-0002RZ-Cn for 6637@debbugs.gnu.org; Thu, 15 Jul 2010 10:03:31 -0400 Original-Received: from furry (adsl-99-109-18-211.dsl.wlfrct.sbcglobal.net [99.109.18.211]) (authenticated bits=0) by pantheon-po41.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o6FE3fHP015908 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 15 Jul 2010 10:03:42 -0400 Original-Received: by furry (Postfix, from userid 1000) id 03A46C011; Thu, 15 Jul 2010 10:03:39 -0400 (EDT) In-Reply-To: <87oce986yu.fsf@leeloo.anubex.internal> (Tim Van Holder's message of "Thu, 15 Jul 2010 10:50:01 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 15 Jul 2010 10:04:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38558 Archived-At: Tim Van Holder writes: > With the current BZR head, the kill ring seems to be seriously > broken, at least in conjunction with pc-selection-mode. > It seems that whenever I mark a region (using shift + arrow keys), the > contents of that region go into the kill ring, and when I enter text to > replace that region, the first character (and only the first character) > goes into the kill ring. Your description is too vague. Please provide a precise, step-by-step recipe for the problem, starting with `emacs -Q'.