From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Halliday Newsgroups: gmane.emacs.help Subject: Re: mouse-movement getting in the way Date: Fri, 8 Aug 2014 09:44:38 -0700 (PDT) Message-ID: References: (message from Sam Halliday on Wed, 6 Aug 2014 00:44:56 -0700 (PDT))> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1407516335 12893 80.91.229.3 (8 Aug 2014 16:45:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2014 16:45:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 08 18:45:30 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 1XFnI7-0007EM-Or for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Aug 2014 18:45:19 +0200 Original-Received: from localhost ([::1]:52004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFnI7-00080D-CN for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Aug 2014 12:45:19 -0400 X-Received: by 10.182.105.230 with SMTP id gp6mr13654309obb.18.1407516278720; Fri, 08 Aug 2014 09:44:38 -0700 (PDT) X-Received: by 10.140.20.151 with SMTP id 23mr30100qgj.13.1407516278686; Fri, 08 Aug 2014 09:44:38 -0700 (PDT) Original-Path: usenet.stanford.edu!h18no10290944igc.0!news-out.google.com!j6ni34691qas.0!nntp.google.com!v10no5472125qac.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.244.128.25; posting-account=kRukCAoAAAANs-vsVh9dFwo5kp5pwnPz Original-NNTP-Posting-Host: 83.244.128.25 User-Agent: G2/1.0 Injection-Date: Fri, 08 Aug 2014 16:44:38 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:206866 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:99141 Archived-At: On Thursday, 7 August 2014 01:03:57 UTC+1, Robert Thorpe wrote: > Sam Halliday writes: > > C-c is undefined > > My configuration is largely available here if it is relevant: https://github.com/fommil/unix > > Try bisecting your init file. > Thanks Robert, I hadn't considered that it was a plugin causing the problem. I have narrowed the problem down to (mouse-avoidance-mode 'banish) combined with ENSIME mode (which is a project I contribute to, eek!). I've filed a bug report on the ENSIME side here: https://github.com/ensime/ensime-server/issues/545 including a minimial (well, simple) `.emacs` that reproduces a problem. Are any of the authors of `mouse-avoidance-mode` around? Is there anything obvious to look for in ENSIME or does this look like a bug on both sides?