From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bob@rattlesnake.com (Robert J. Chassell) Newsgroups: gmane.emacs.devel Subject: Re: How to prevent double X pastes? Date: Sun, 24 Aug 2008 01:11:53 +0000 Message-ID: <87myj3z06e.fsf@rattlesnake.com> References: <87prnzvnat.fsf@rattlesnake.com> <87k5e7v5rc.fsf@rattlesnake.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219540335 5569 80.91.229.12 (24 Aug 2008 01:12:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Aug 2008 01:12:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 24 03:13:08 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KX4AF-00069h-5F for ged-emacs-devel@m.gmane.org; Sun, 24 Aug 2008 03:13:07 +0200 Original-Received: from localhost ([127.0.0.1]:47046 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KX49H-0003xh-9R for ged-emacs-devel@m.gmane.org; Sat, 23 Aug 2008 21:12:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KX49C-0003w5-1V for emacs-devel@gnu.org; Sat, 23 Aug 2008 21:12:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KX497-0003tz-Dn for emacs-devel@gnu.org; Sat, 23 Aug 2008 21:12:01 -0400 Original-Received: from [199.232.76.173] (port=49706 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KX497-0003tw-6p for emacs-devel@gnu.org; Sat, 23 Aug 2008 21:11:57 -0400 Original-Received: from cpe-69-204-130-115.nycap.res.rr.com ([69.204.130.115]:38421 helo=rattlesnake.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KX496-00021p-Vx for emacs-devel@gnu.org; Sat, 23 Aug 2008 21:11:57 -0400 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.115) Sun, 24 Aug 2008 01:11:53 +0000 (UTC) In-reply-to: (message from Andreas Schwab on Sat, 23 Aug 2008 23:05:36 +0200) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:102903 Archived-At: No success. > My /etc/X11/xorg.conf file: > > Identifier "Generic Mouse" > Driver "mouse" > Option "CorePointer" > Option "Device" "/dev/psaux" > Option "Protocol" "PS/2" Try removing that. /dev/input/mice already functions as a multiplexer for all mouse events in the system. I tried, as a different user, starting from a different virtual console and starting X (with an Enlightenment window manager, as I normally have). In the cases where X started, I pasted doubles from `emacs -Q -D' to an xterm as before. I could start X when I had everything in my /etc/X11/xorg.conf file except that I changed /dev/psaux to /dev/input/mice. That section looked like this: Identifier "Generic Mouse" Driver "mouse" Option "CorePointer" # Option "Device" "/dev/psaux" Option "Device" "/dev/input/mice" Option "Protocol" "PS/2" Similarly, I could start X when I commented out most parts of that section but left the Driver as "mouse". Identifier "Generic Mouse" Driver "mouse" # Option "CorePointer" # Option "Device" "/dev/psaux" # Option "Device" "/dev/input/mice" # Option "Protocol" "PS/2" Those gave me doubles. I could not start X when I commented out those options plus the driver or those options plus the driver plus the identifier. -- Robert J. Chassell GnuPG Key ID: 004B4AC8 bob@rattlesnake.com bob@gnu.org http://www.rattlesnake.com http://www.teak.cc