From mboxrd@z Thu Jan  1 00:00:00 1970
From: "Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
Subject: Re: [RFC] Proposal for rebindings in Org 8.3
Date: Mon, 10 Feb 2014 12:18:28 +0100
Message-ID: <86vbwntdvf.fsf@somewhere.org>
References: <CAArV04MZWTXjrxkX2_HJz8A6NtY7qqyewWRgsWDfEWyxcFm0zw@mail.gmail.com>
	<87wqh32985.fsf@gmail.com> <87d2ivbboq.fsf@bzg.ath.cx>
	<86bnyfuxjf.fsf@somewhere.org> <871tzb9sji.fsf@bzg.ath.cx>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request-mXXj517/zsQ@public.gmane.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode-mXXj517/zsQ@public.gmane.org>
List-Help: <mailto:emacs-orgmode-request-mXXj517/zsQ@public.gmane.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request-mXXj517/zsQ@public.gmane.org?subject=subscribe>
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org

Bastien,

Bastien wrote:
> "Sebastien Vauban" writes:
>> Bastien wrote:
>>> (This one I knew.  My own recent discovery was C-h : to directly jump
>>> to the definition of a symbol.  Pretty useful.)
>>
>>   =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80
>>   =E2=94=82 C-h : is undefined
>>   =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80
>>
>> on my side. To what is it bound on your side?
>
> find-function
>
> C-h : runs the command find-function, which is an interactive
> autoloaded compiled Lisp function in `find-func.el'.
>
> It is bound to C-h :, <help> :.
>
> (find-function FUNCTION)
>
> Find the definition of the FUNCTION near point.
>
> Finds the source file containing the definition of the function
> near point (selected by `function-called-at-point') in a buffer and
> places point before the definition.
> Set mark before moving, if the buffer already existed.

Weird. I don't even see the binding in `find-func.el' (in Emacs trunk
from last week):

  =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80
  =E2=94=82 ;;; find-func.el --- find the definition of the Emacs Lisp func=
tion near point
  =E2=94=82=20
  =E2=94=82 ;; Copyright (C) 1997, 1999, 2001-2014 Free Software Foundation=
, Inc.
  =E2=94=82=20
  =E2=94=82 ...
  =E2=94=82=20
  =E2=94=82 ;;;###autoload
  =E2=94=82 (defun find-function-setup-keys ()
  =E2=94=82   "Define some key bindings for the find-function family of fun=
ctions."
  =E2=94=82   (define-key ctl-x-map "F" 'find-function)
  =E2=94=82   (define-key ctl-x-4-map "F" 'find-function-other-window)
  =E2=94=82   (define-key ctl-x-5-map "F" 'find-function-other-frame)
  =E2=94=82   (define-key ctl-x-map "K" 'find-function-on-key)
  =E2=94=82   (define-key ctl-x-map "V" 'find-variable)
  =E2=94=82   (define-key ctl-x-4-map "V" 'find-variable-other-window)
  =E2=94=82   (define-key ctl-x-5-map "V" 'find-variable-other-frame))
  =E2=94=82=20
  =E2=94=82 (provide 'find-func)
  =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80

Best regards,
  Seb

--=20
Sebastien Vauban