From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ernest =?iso-8859-1?Q?Adrogu=E9?= Newsgroups: gmane.emacs.help Subject: select text without moving the point in graphical interface Date: Sun, 8 Dec 2013 20:00:52 +0100 Message-ID: <20131208190052.GA12293@doriath.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1386529286 28447 80.91.229.3 (8 Dec 2013 19:01:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Dec 2013 19:01:26 +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 Dec 08 20:01:31 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 1Vpjbf-0005Sn-At for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Dec 2013 20:01:31 +0100 Original-Received: from localhost ([::1]:40431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vpjbe-0006Wo-Vu for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Dec 2013 14:01:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpjbM-0006WB-Rm for help-gnu-emacs@gnu.org; Sun, 08 Dec 2013 14:01:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpjbE-00087s-Ed for help-gnu-emacs@gnu.org; Sun, 08 Dec 2013 14:01:12 -0500 Original-Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:56599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpjbE-00087n-7R for help-gnu-emacs@gnu.org; Sun, 08 Dec 2013 14:01:04 -0500 Original-Received: by mail-wi0-f180.google.com with SMTP id hn9so2822685wib.1 for ; Sun, 08 Dec 2013 11:01:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; bh=M2X1GGZ5vM9yqaY+EsaHS4Fch+OEelXnKyME2UoMsw4=; b=B2kP2zo7IkgHP5mN4yN6Szjmw+OgGt2UfAa6qjsa0WZTYWqLW6+uEN/FR24UUnsi3t nGIh/FT9KvqVbuwDKGrNYyHHnjufTHvVEPE4E+51S3f8VJ4T46OlM+SiwGBkfuCIbml4 /U0sFpcMeElGPkXb0DMTtKT0IQhqazVK4Qt4dejG+aTdaXSXRBpks1JYJ/JHR872USja gNJ1/TWgo90FUAmECbxSxsanpnaQwnrNJEGeshAil9YpLu/BsINjUhf+3TCCePwrBbVj u4Cr0BvwaSdIk4WfzQwIbjamMT0rssoOOPyiqDTKGcvVjAjnspNrguGF8vTwI+RSP73V n0Ww== X-Received: by 10.194.78.229 with SMTP id e5mr57376wjx.93.1386529263065; Sun, 08 Dec 2013 11:01:03 -0800 (PST) Original-Received: from doriath (3.Red-83-40-95.dynamicIP.rima-tde.net. [83.40.95.3]) by mx.google.com with ESMTPSA id fj8sm9855666wib.1.2013.12.08.11.01.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Dec 2013 11:01:01 -0800 (PST) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline X-Operating-System: GNU/Linux (Debian jessie/sid) User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::234 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:94875 Archived-At: Hi, one of the things I like about running emacs in a terminal is that I can select text without moving the point; is it possible to do the same when running in a graphical interface (GTK)? Regards.