From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Allan Streib Newsgroups: gmane.emacs.help Subject: Re: x-selection-value slow with primary selection Date: Wed, 09 Oct 2013 10:41:11 -0400 Message-ID: <874n8qcxrs.fsf@indiana.edu> References: <87d2nfendr.fsf@indiana.edu> <97AB7F49-3D5D-4B0B-821B-ED21165961B5@Web.DE> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1381329705 10390 80.91.229.3 (9 Oct 2013 14:41:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2013 14:41:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 09 16:41:47 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VTuxO-0006Cv-TD for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Oct 2013 16:41:47 +0200 Original-Received: from localhost ([::1]:42281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTuxO-0003S1-GU for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Oct 2013 10:41:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTux0-0003Mh-Nh for help-gnu-emacs@gnu.org; Wed, 09 Oct 2013 10:41:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTuwr-0001o6-6e for help-gnu-emacs@gnu.org; Wed, 09 Oct 2013 10:41:22 -0400 Original-Received: from hartman.uits.indiana.edu ([129.79.1.194]:30280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTuwr-0001nv-2h for help-gnu-emacs@gnu.org; Wed, 09 Oct 2013 10:41:13 -0400 X-IronPort-AV: E=Sophos;i="4.90,1064,1371096000"; d="scan'208";a="73746706" Original-Received: from mssg-relay.indiana.edu ([129.79.1.73]) by irpt-internal-relay.indiana.edu with ESMTP; 09 Oct 2013 10:41:12 -0400 Original-Received: from hartman.uits.indiana.edu (hartman.uits.indiana.edu [129.79.1.194]) by mssg-relay.indiana.edu (8.14.7/8.14.4/IU Messaging Team) with ESMTP id r99Ef0RH013246; Wed, 9 Oct 2013 10:41:12 -0400 X-IronPort-AV: E=Sophos;i="4.90,1064,1371096000"; d="scan'208";a="78800903" Original-Received: from candy.uits.indiana.edu (HELO mail-relay.iu.edu) ([129.79.1.201]) by irpt-internal-relay.indiana.edu with ESMTP; 09 Oct 2013 10:41:12 -0400 Original-Received: from viking (129-79-49-168.dhcp-bl.indiana.edu [129.79.49.168]) (authenticated bits=0) by mail-relay.iu.edu (8.14.7/8.14.4/IU Messaging Team Submission) with ESMTP id r99EfBDh007317 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Oct 2013 10:41:12 -0400 Original-Received: from localhost (1000@localhost [local]); by viking (OpenSMTPD) with ESMTPA id b7aeb2db; Wed, 9 Oct 2013 10:41:11 -0400 (EDT) In-Reply-To: <97AB7F49-3D5D-4B0B-821B-ED21165961B5@Web.DE> User-Agent: Notmuch/0.16+80~g81ee785 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-openbsd) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 129.79.1.194 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93889 Archived-At: Peter Dyballa writes: > Maybe there are two effects involved. Could be text properties are gettin= g copied too. The second effect can be due to text encoding issues. > > You could try to synchronise the text encoding issue. If GNU Emacs would = use the same default encoding as the X server uses, then some time could be= saved. > > The other issue can be solved by telling the X server not to handle text = properties =E2=80=93 and/or setting this in GNU Emacs. Interesting idea. Do you have any links to instructions on how to tell X and/or Emacs to not handle text properties? I am not finding anything with web searches. I almost never want to copy/paste formatting, only the text, so I would love to know how to configure this globally in X. Allan