From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mat Newsgroups: gmane.emacs.help Subject: Re: mark-* misbehaviour on primary selection Date: Mon, 25 Aug 2014 10:25:07 +0200 Message-ID: <53FAF2E3.5020002@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1408955159 31098 80.91.229.3 (25 Aug 2014 08:25:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2014 08:25:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 25 10:25:50 2014 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 1XLpb1-0007YU-Pu for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Aug 2014 10:25:47 +0200 Original-Received: from localhost ([::1]:46779 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLpb1-0007jl-D2 for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Aug 2014 04:25:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLpaZ-0007jR-WE for help-gnu-emacs@gnu.org; Mon, 25 Aug 2014 04:25:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLpaQ-0004Rh-Uq for help-gnu-emacs@gnu.org; Mon, 25 Aug 2014 04:25:19 -0400 Original-Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:51188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLpaQ-0004Pw-P7 for help-gnu-emacs@gnu.org; Mon, 25 Aug 2014 04:25:10 -0400 Original-Received: by mail-wi0-f172.google.com with SMTP id n3so2144110wiv.11 for ; Mon, 25 Aug 2014 01:25:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :content-type:content-transfer-encoding; bh=Dhx/rRgYqjXa4gdzTEB/CUX1yhvDIDNycvq3K4uWtcg=; b=VFJ+gFlg56gpzEDdZoSkqsmiSs28GttA384gDzZSN9K0NvcQPobiB31yPwXpijDS6n iZc32SFQi3u2+5Vnz6VX6kdeYZdVaM0TAPnyEHw8VkV9yHz6TnmJxIeaKLV24pyUddkF vBislQkHVAyhvax0caAt1YPA4SkGKyFkBDJSFKsDSiH/xXVK5y0gtAKMlnJu5T5uKcuJ 0coE3Oxu/MIloyopfPEO8xUCsNzEl976tMWg21ps6G4HKYuZNDDTueZiUskA59zFyNQE OVFVl50rX08BRhyXuYtheTausQvQYBPb965wXc8gaD2tprTJ6+D5OpIPC6+jY0naktl2 d/Dw== X-Received: by 10.194.103.41 with SMTP id ft9mr7222977wjb.93.1408955109951; Mon, 25 Aug 2014 01:25:09 -0700 (PDT) Original-Received: from [89.71.184.76] (89-71-184-76.dynamic.chello.pl. [89.71.184.76]) by mx.google.com with ESMTPSA id um5sm50055044wjc.3.2014.08.25.01.25.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Aug 2014 01:25:09 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 Original-References: 86vbphv1ha.fsf@gmail.com X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22c 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:99396 Archived-At: > Can you give us more details? It works fine for me. 1) in emacs, I press C-space, then go with the pointer somewhere then in bash terminal, outside of emacs, command "xclip -o" returns text marked. This is OK. 2) in emacs: M-x mark-end-of-sentence. "xclip -o" again returns text marked. OK. 3) in emacs: M-x mark-word. "xclip -o" does NOT return text marked. Not OK. What is even stranger: in emacs: M-x mark-word, then additionally moving the pointer with arrow keys in either direction. "xclip -o" returns text marked. This time OK!!! `mark-word' is not the only mark-* comand that behaves this way. I observe it both on emacs 24.3 (built from original sources without any debian/ubuntu modifications) and emacs 24.4.50.1 built from yesterday's bzr trunk. Ubuntu 12.04. regards, Mat