From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Bug: org-capture 'C-c C-q' conflict with mouse avoidance [8.0-pre (release_8.0-pre-487-gd68744 @ ~/.emacs.d/el-get/org-mode/lisp/)] Date: Wed, 17 Apr 2013 16:35:33 +0200 Message-ID: <20130417143533.GE25547@kuru.dyndns-at-home.com> References: <165213F7-F28D-4292-8188-8F76EBE10ADB@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USTSV-0000tK-Kj for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 10:35:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USTSU-00007R-8S for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 10:35:39 -0400 Received: from mail-ee0-f54.google.com ([74.125.83.54]:38621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USTSU-00007C-26 for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 10:35:38 -0400 Received: by mail-ee0-f54.google.com with SMTP id e51so805270eek.13 for ; Wed, 17 Apr 2013 07:35:37 -0700 (PDT) Content-Disposition: inline In-Reply-To: <165213F7-F28D-4292-8188-8F76EBE10ADB@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Wed, Apr 17, 2013 at 07:51:18PM +0800, Shihpin Tseng wrote: > To reproduce it >=20 > 1. M-x org-capture > 2. select todo template > 3. `C-c C-q'=20 >=20 >=20 > Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) > mouse-avoidance-point-position() > mouse-avoidance-too-close-p((# 89 . 18)) > mouse-avoidance-fancy() > apply(mouse-avoidance-fancy nil) > byte-code("r\301=08\302H=08\303H\"\210)\301\207" [timer apply 5 6] 4) > timer-event-handler([t 0 0 100000 t mouse-avoidance-fancy nil idle 0]) > read-char-exclusive() > byte-code("........" [groups expert exit-after-next inhibit-quit c org-= last-tag-selection-key message "[a-z..]:Toggle [SPC]:clear [RET]:accept [TA= B]:free [!] %sgroups%s" "no " "" " [C-c]:window" " [C-c]:single" " [C-c]:mu= lti" t read-char-exclusive 13 throw exit 33 re-search-forward "[{}]" nil re= place-match " " 3 org-fast-tag-show-exit delete-other-windows set-window-bu= ffer split-window-vertically " *Org tags*" org-switch-to-buffer-other-windo= w org-fit-window-to-buffer 7 113 rassoc org-detach-overlay 32 now 9 (byte-c= ode "\303\304=08\206 >=20 > org-set-tags(nil nil) > org-set-tags-command(nil) > call-interactively(org-set-tags-command nil nil) > command-execute(org-set-tags-command) > =20 > Emacs : GNU Emacs 24.3.50.1 (x86_64-apple-darwin12.3.0, NS apple-appkit-= 1187.37) > of 2013-04-17 on xxxx.local > Package: Org-mode version 8.0-pre (release_8.0-pre-487-gd68744 @ ~/.emacs= =2Ed/el-get/org-mode/lisp/) I believe this is a problem with mouse avoidance mode. I have been seeing similar tracebacks for multiple other cases, outside of Org, where it involves creating a new frame or visiting a new file in a new frame. Sadly I see it when I'm using emacsclient, and it disappears when I try to replicate it with emacs -Q. If you can reproduce this, I would urge you to file a bug against mouse avoidance mode on the Emacs bug tracker. GL --=20 Suvayu Open source is the future. It sets us free.