From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tak Kunihiro Newsgroups: gmane.emacs.help Subject: Selection threshold with mouse Date: Sat, 19 Jul 2014 17:32:03 +0900 (JST) Message-ID: <20140719.173203.1998048028110686770.tak.kunihiro@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1405758771 16390 80.91.229.3 (19 Jul 2014 08:32:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jul 2014 08:32:51 +0000 (UTC) Cc: tak.kunihiro@gmail.com To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 19 10:32:41 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 1X8Q4P-0006ZY-7y for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Jul 2014 10:32:41 +0200 Original-Received: from localhost ([::1]:53517 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8Q4O-0006ZV-Rm for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Jul 2014 04:32:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8Q46-0006Vf-Am for help-gnu-emacs@gnu.org; Sat, 19 Jul 2014 04:32:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8Q3x-0003AV-1l for help-gnu-emacs@gnu.org; Sat, 19 Jul 2014 04:32:22 -0400 Original-Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:62860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8Q3w-0003AM-Rb for help-gnu-emacs@gnu.org; Sat, 19 Jul 2014 04:32:12 -0400 Original-Received: by mail-pa0-f49.google.com with SMTP id hz1so6683374pad.36 for ; Sat, 19 Jul 2014 01:32:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:to:cc:subject:from:mime-version:content-type :content-transfer-encoding; bh=LMO0i1RTZzbePTyLcncfBQ1+EuMYVUV6YzeSXXkzP84=; b=E2VYwSqJkUS2M+OnhiN1PwBzPbOoS2LqSstuEVKoBbMnZnfLoOMOoLO45r0VGYtY8C FCBgV7Ul2AbWf6PAxEk/Mkiv3F6niD3PSO5hW8slIkywR8Eml8xI6ghYZwIrATV49kdt ElCW5MVwmt5NAdTQByH+pw60bHhT/6RLAKcYok5PuJgj8iYlxP9Kid+95X2N6by0cZJN w0cQiwN6t8Y1olM5d/vYrAuMCfZeG9dwioYm/jj2RtyyXyH5vdkCRcjpmRjPUH/E2mN9 xeD+gtt2pg3tfHmR63d5L92rh0Qiu8DX6WAVOEM/VX2xm+Vmcp98PD9VAcZNPprAnmIf guWQ== X-Received: by 10.70.123.231 with SMTP id md7mr11040560pdb.67.1405758731476; Sat, 19 Jul 2014 01:32:11 -0700 (PDT) Original-Received: from localhost (vesta.misasa.okayama-u.ac.jp. [150.46.48.154]) by mx.google.com with ESMTPSA id zn9sm32267005pac.31.2014.07.19.01.32.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 19 Jul 2014 01:32:10 -0700 (PDT) X-Mailer: Mew version 6.6 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::231 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:98781 Archived-At: When I set region using mouse from left to right, region expands at very end of each character. Is it possible to set to threshold to the middle of a character instead of very end of a character? __ __ \ \ / / \ \ /\ / / \ V V / \_/\_/ --0123456789 With vanilla Emacs on selection of letter `W', region extends when mouse cursor goes across `8'. Instead, is it possible to make it happen on `4'?