From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Mouse clicks within org-goto Date: Sun, 11 Dec 2011 23:42:03 -0500 Message-ID: <87mxayxuxw.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZxiH-0007fZ-Nl for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 23:42:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZxiG-000897-Ru for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 23:42:05 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:54596 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZxiG-000891-Ko for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 23:42:04 -0500 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 Hi again, Org people. Let me first say that I much like org-goto (C-c C-j), thanks for it! One thing which I miss in it is the capability of quick positioning within the goto window, using the mouse. If I click anywhere (using mouse-1), the Emacs cursor jumps to the mouse cursor indeed, but after a fraction of a second, it and immediately jumps back at the beginning of the Org buffer. It would be a nice feature to have, to make org-goto appear even more speedy, user-wise. Fran=C3=A7ois P.S. This is using a recent Org checkout. org-mouse.el is loaded, but I also tried without, and it does not seem to matter.