From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mat Newsgroups: gmane.emacs.help Subject: mark-* misbehaviour on primary selection Date: Sun, 24 Aug 2014 19:32:36 +0200 Message-ID: <53FA21B4.9090607@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 1408901597 28230 80.91.229.3 (24 Aug 2014 17:33:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Aug 2014 17:33:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 24 19:33:09 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 1XLbfB-0005J3-2O for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Aug 2014 19:33:09 +0200 Original-Received: from localhost ([::1]:44845 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLbfA-0000UN-KS for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Aug 2014 13:33:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLber-0000UE-3F for help-gnu-emacs@gnu.org; Sun, 24 Aug 2014 13:32:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLbei-0005S9-3D for help-gnu-emacs@gnu.org; Sun, 24 Aug 2014 13:32:49 -0400 Original-Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]:58882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLbeh-0005S4-Tg for help-gnu-emacs@gnu.org; Sun, 24 Aug 2014 13:32:40 -0400 Original-Received: by mail-we0-f171.google.com with SMTP id p10so12353009wes.30 for ; Sun, 24 Aug 2014 10:32:38 -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 :content-type:content-transfer-encoding; bh=x7AHqcQrhJXz4BdBUOALBFa7UrRF+JrtcmflaAclb1A=; b=mQshGeI/MfIemNtad7ZbbtWooXct/7rNkL8Cdt8X88YxnYBrYraS6XWwvylocgoR9B pObMssflmbpgo7flwcish//vbcT4hmJkmTC6tUJ+kZLFQgoRjwg+x6wVRAaEymEEooTQ AEeW6CBLd55WE3GzZ6hDiA/nD2Z7YZvvaVRBzdAZnWmAWC8pv8UB6V/JvGf0Kmv0AT2E 2he059oi6wdqis5LHkO1YwKhWtr3vQ30/53PeiO6Q2y9pvjtBytpPcLU/UzkPZbNkEl6 pJ9iKH9q/+F03oUjUxToLc+Z1UFnkob+Sa61CO4bno4BEDnALc+Ss+OWaZgzJuuCh5hO OHTQ== X-Received: by 10.180.74.198 with SMTP id w6mr10365407wiv.7.1408901558829; Sun, 24 Aug 2014 10:32:38 -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 a4sm22448324wie.21.2014.08.24.10.32.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Aug 2014 10:32:38 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::22b 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:99387 Archived-At: Hallo people. Text marked between C-space and pointer goes to primary selection, which is OK and wonderful. The same between current pointer and M-x mark-end-of-sentence. Which is OK. Unfortunatelly all other mark-* (for example mark-word) functions do not send text to primary selection. Is it a bug? regards, Mat