all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo)
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs hangs on X11 paste--how to diagnose?
Date: Thu, 12 Mar 2015 11:15:36 -0400	[thread overview]
Message-ID: <87k2ymfdrb.fsf@yale.edu> (raw)
In-Reply-To: 87mw3i4cfj.fsf@gmx.us

Rasmus writes:

> FWIW2: I see the same issue sometimes.  Using Gnome-Shell.  I 
> assume it's a dbus-thingy, but I don't know what causes the 
> error...

I also see the same issue with openbox on Debian. It generally 
happens after the emacs server has been running for a couple of 
days, emacs is the only thing that fails to paste, the rest of X 
programs are working fine. The issue goes away after I restart the 
emacs server.

In my .emacs I have for the kill-yank related part:

#+BEGIN_SRC emacs-lisp
  (setq kill-ring-max 100)
  (setq x-select-enable-clipboard t)
  (setq select-active-regions t)
  (setq save-interprogram-paste-before-kill 1)
  (setq yank-pop-change-selection t)
#+END_SRC

I also have browse-kill-ring cloned from 
git://github.com/browse-kill-ring/browse-kill-ring

Best,
-- 
Jorge.




  reply	other threads:[~2015-03-12 15:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-12  0:49 Emacs hangs on X11 paste--how to diagnose? jrw
2015-03-12  1:41 ` Emanuel Berg
2015-03-12 11:15   ` Jacob Gerlach
2015-03-12 20:56     ` Robert Thorpe
2015-03-12 21:47       ` Glenn Morris
2015-03-22  2:25         ` Tom Tromey
2015-03-12 21:56       ` Jorge A. Alfaro-Murillo
2015-03-12 12:33   ` Stefan Monnier
2015-03-12 12:39     ` Rasmus
2015-03-12 15:15       ` Jorge A. Alfaro-Murillo [this message]
2015-03-15 18:46 ` shponglespore
2015-03-15 18:48   ` shponglespore

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

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

  git send-email \
    --in-reply-to=87k2ymfdrb.fsf@yale.edu \
    --to=jorge.alfaro-murillo@yale.edu \
    --cc=help-gnu-emacs@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.