unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: bob@rattlesnake.com (Robert J. Chassell)
To: emacs-devel@gnu.org
Subject: Re: How to prevent double X pastes?
Date: Sun, 24 Aug 2008 01:11:53 +0000	[thread overview]
Message-ID: <87myj3z06e.fsf@rattlesnake.com> (raw)
In-Reply-To: <jesksvcuhr.fsf@sykes.suse.de> (message from Andreas Schwab on Sat, 23 Aug 2008 23:05:36 +0200)

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




  reply	other threads:[~2008-08-24  1:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-23 14:06 How to prevent double X pastes? Robert J. Chassell
2008-08-23 15:27 ` James Cloos
2008-08-23 20:24   ` Robert J. Chassell
2008-08-23 21:05     ` Andreas Schwab
2008-08-24  1:11       ` Robert J. Chassell [this message]
2008-08-24 17:49         ` James Cloos
2008-08-24 20:13           ` Robert J. Chassell
2008-08-26 16:36             ` Richard M. Stallman
2008-08-26 20:11               ` Robert J. Chassell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87myj3z06e.fsf@rattlesnake.com \
    --to=bob@rattlesnake.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).