From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: select text without moving the point in graphical interface Date: Tue, 10 Dec 2013 11:02:14 -0800 (PST) Message-ID: <539d3a5d-13c5-4933-8a6b-5bd0cb2df56a@default> References: <20131208190052.GA12293@doriath.local> <87zjobdoh9.fsf@web.de> <20131208225829.GA13146@doriath.local> <877gbdesh1.fsf@web.de> <20131210185855.GA32729@doriath.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1386702161 10790 80.91.229.3 (10 Dec 2013 19:02:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Dec 2013 19:02:41 +0000 (UTC) To: =?iso-8859-1?B?RXJuZXN0IEFkcm9ndek=?= , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 10 20:02:46 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 1VqSZx-0003oU-EF for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Dec 2013 20:02:45 +0100 Original-Received: from localhost ([::1]:50938 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqSZx-0001uO-33 for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Dec 2013 14:02:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqSZe-0001pP-KM for help-gnu-emacs@gnu.org; Tue, 10 Dec 2013 14:02:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqSZW-0004Vp-2e for help-gnu-emacs@gnu.org; Tue, 10 Dec 2013 14:02:26 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:20229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqSZV-0004Vd-T5 for help-gnu-emacs@gnu.org; Tue, 10 Dec 2013 14:02:18 -0500 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id rBAJ2FrC021089 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 10 Dec 2013 19:02:16 GMT Original-Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rBAJ2FGQ025957 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Dec 2013 19:02:15 GMT Original-Received: from abhmp0010.oracle.com (abhmp0010.oracle.com [141.146.116.16]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rBAJ2EgQ025945; Tue, 10 Dec 2013 19:02:15 GMT In-Reply-To: <20131210185855.GA32729@doriath.local> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:94930 Archived-At: > I redefined `mouse-drag-region` with your function instead, but this=20 > doesn't work either. When I left-click I get: >=20 > "Wrong type of argument: commandp, mouse-drag-region" Sounds like your redefinition is missing an `interactive' spec. Copy the one from the original `mouse-drag-region'.