emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Generalizing find-definition


From: Helmut Eller
Subject: Re: Generalizing find-definition
Date: Mon, 01 Dec 2014 18:31:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

On Sun, Nov 23 2014, Johan Claesson wrote:

> Awesome library.  For people just as lazy as me i recommend the
> following keybindings to further reduce finger movement:
>
> (define-key xref--xref-buffer-mode-map [?,] 'xref-prev-line)
> (define-key xref--xref-buffer-mode-map [?.] 'xref-next-line)

Perhaps a bit exotic, but I guess it doesn't hurt to have them.
I added it to the code at: https://github.com/ellerh/xref.

I also changed the interface to find the backend: the buffer-local
variable xref-backend is replaced by xref-backend-function -- a function
that should return the backend.  This indirection makes it easier to
autoload xref.el.

Helmut



reply via email to

[Prev in Thread] Current Thread [Next in Thread]