From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: mouse-movement getting in the way Date: Thu, 07 Aug 2014 01:03:57 +0100 Message-ID: <8761i5dv2q.fsf@robertthorpeconsulting.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1407369876 31164 80.91.229.3 (7 Aug 2014 00:04:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2014 00:04:36 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Sam Halliday Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 07 02:04:27 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 1XFBBy-0000JL-91 for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Aug 2014 02:04:26 +0200 Original-Received: from localhost ([::1]:42487 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFBBx-0004Gd-RL for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Aug 2014 20:04:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFBBf-0004AK-IW for help-gnu-emacs@gnu.org; Wed, 06 Aug 2014 20:04:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFBBY-0004Yd-Tx for help-gnu-emacs@gnu.org; Wed, 06 Aug 2014 20:04:07 -0400 Original-Received: from outbound-smtp04.blacknight.com ([81.17.249.35]:52298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFBBY-0004YV-Nz for help-gnu-emacs@gnu.org; Wed, 06 Aug 2014 20:04:00 -0400 Original-Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp04.blacknight.com (Postfix) with ESMTP id EFB229898F for ; Thu, 7 Aug 2014 00:03:18 +0000 (UTC) Original-Received: (qmail 31974 invoked from network); 7 Aug 2014 00:03:59 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.78.210.105]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 7 Aug 2014 00:03:58 -0000 In-Reply-To: (message from Sam Halliday on Wed, 6 Aug 2014 00:44:56 -0700 (PDT)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.35 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:99106 Archived-At: Sam Halliday writes: ... > C-c is undefined > > This is rather frustrating. I was hoping that somebody on this list could help me to configure emacs to avoid taking the mouse-movement input as part of a key command. > > My configuration is largely available here if it is relevant: https://github.com/fommil/unix Does it happen with emacs -q ? If not then it's a configuration problem. Try bisecting your init file. BR, Robert Thorpe