From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.bugs Subject: bug#91: using mouse to paste into comint buffer Date: Fri, 25 Jul 2008 09:36:29 +1200 Message-ID: <18568.62941.156865.700096@kahikatea.snap.net.nz> References: <87k5fbqlic.fsf@stupidchicken.com> Reply-To: Nick Roberts , 91@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216936077 24845 80.91.229.12 (24 Jul 2008 21:47:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2008 21:47:57 +0000 (UTC) Cc: Tom Tromey , 91@emacsbugs.donarmstrong.com To: Chong Yidong Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 24 23:48:44 2008 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.50) id 1KM8fq-0003vP-U9 for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Jul 2008 23:48:35 +0200 Original-Received: from localhost ([127.0.0.1]:60619 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM8ex-0005pc-DF for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Jul 2008 17:47:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KM8ej-0005ev-Ca for bug-gnu-emacs@gnu.org; Thu, 24 Jul 2008 17:47:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KM8eg-0005eG-Ia for bug-gnu-emacs@gnu.org; Thu, 24 Jul 2008 17:47:24 -0400 Original-Received: from [199.232.76.173] (port=60961 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM8eg-0005e7-DG for bug-gnu-emacs@gnu.org; Thu, 24 Jul 2008 17:47:22 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:46785) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KM8ef-0003eA-Pi for bug-gnu-emacs@gnu.org; Thu, 24 Jul 2008 17:47:22 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m6OLlJFD025632; Thu, 24 Jul 2008 14:47:19 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m6OLj686024654; Thu, 24 Jul 2008 14:45:06 -0700 X-Loop: don@donarmstrong.com Resent-From: Nick Roberts Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 24 Jul 2008 21:45:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 91 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 91-submit@emacsbugs.donarmstrong.com id=B91.121693540423259 (code B ref 91); Thu, 24 Jul 2008 21:45:05 +0000 Original-Received: (at 91) by emacsbugs.donarmstrong.com; 24 Jul 2008 21:36:44 +0000 Original-Received: from viper.snap.net.nz (viper.snap.net.nz [202.37.101.25]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m6OLae2Q023253 for <91@emacsbugs.donarmstrong.com>; Thu, 24 Jul 2008 14:36:41 -0700 Original-Received: from kahikatea.snap.net.nz (151.31.255.123.static.snap.net.nz [123.255.31.151]) by viper.snap.net.nz (Postfix) with ESMTP id 352B73DA3C8; Fri, 25 Jul 2008 09:36:35 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 334C08FC6D; Fri, 25 Jul 2008 09:36:30 +1200 (NZST) In-Reply-To: <87k5fbqlic.fsf@stupidchicken.com> X-Mailer: VM 7.19 under Emacs 22.2.50.3 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Thu, 24 Jul 2008 17:47:24 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list 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:18839 Archived-At: > > If I try to select some text in a gnome-terminal and then paste it > > into a gud buffer, the actually-pasted text will often end up being > > the command on the previous line, rather than whatever I selected. > > > > This only seems to happen when the prompt line is the very last line > > of the window. If I recenter first, I can paste my selection -- but > > this is pretty inconvenient and I often forget to do it. > > I can't seem to reproduce this. Nick, can you? No, but I have encountered cut and paste problems in Emacs in the past (not GUD specific). I think these are generally due to the fact that the buffer I've copied to is different to the one I'm trying to paste from: primary, secondary, clipboard, kill ring, etc. -- Nick http://www.inet.net.nz/~nickrob