From: "Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: [RFC] Proposal for rebindings in Org 8.3
Date: Mon, 10 Feb 2014 12:18:28 +0100 [thread overview]
Message-ID: <86vbwntdvf.fsf@somewhere.org> (raw)
In-Reply-To: 871tzb9sji.fsf@bzg.ath.cx
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.)
>>
>> ╭────
>> │ C-h : is undefined
>> ╰────
>>
>> 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):
╭────
│ ;;; find-func.el --- find the definition of the Emacs Lisp function near point
│
│ ;; Copyright (C) 1997, 1999, 2001-2014 Free Software Foundation, Inc.
│
│ ...
│
│ ;;;###autoload
│ (defun find-function-setup-keys ()
│ "Define some key bindings for the find-function family of functions."
│ (define-key ctl-x-map "F" 'find-function)
│ (define-key ctl-x-4-map "F" 'find-function-other-window)
│ (define-key ctl-x-5-map "F" 'find-function-other-frame)
│ (define-key ctl-x-map "K" 'find-function-on-key)
│ (define-key ctl-x-map "V" 'find-variable)
│ (define-key ctl-x-4-map "V" 'find-variable-other-window)
│ (define-key ctl-x-5-map "V" 'find-variable-other-frame))
│
│ (provide 'find-func)
╰────
Best regards,
Seb
--
Sebastien Vauban
next prev parent reply other threads:[~2014-02-10 11:18 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-09 20:01 [RFC] Proposal for rebindings in Org 8.3 Tim O'Callaghan
2014-02-09 22:48 ` Nick Dokos
2014-02-10 8:43 ` Bastien
2014-02-10 9:28 ` Sebastien Vauban
2014-02-10 10:21 ` Bastien
2014-02-10 11:18 ` Sebastien Vauban [this message]
2014-02-11 20:58 ` Bastien
-- strict thread matches above, loose matches on Subject: below --
2014-02-07 10:32 Bastien
2014-02-07 11:34 ` Sebastien Vauban
2014-02-07 13:30 ` Bastien
2014-02-07 14:55 ` Michael Brand
2014-02-08 18:13 ` Bastien
2014-02-07 15:56 ` Nick Dokos
2014-02-07 16:44 ` Rasmus
2014-02-08 18:13 ` Bastien
2014-02-07 19:06 ` Samuel Wales
2014-02-08 18:13 ` Bastien
2014-02-08 20:40 ` Samuel Wales
2014-02-08 20:42 ` Samuel Wales
2014-02-08 22:34 ` Bastien
2014-02-08 22:58 ` Samuel Wales
2014-02-09 8:01 ` Bastien
2014-02-09 10:26 ` Achim Gratz
2014-02-08 18:13 ` Bastien
2014-02-10 0:20 ` Thomas S. Dye
2014-02-10 8:40 ` Bastien
2014-02-10 17:27 ` Achim Gratz
2014-03-10 18:07 ` Greg Troxel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86vbwntdvf.fsf@somewhere.org \
--to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
--cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).