emacs-devel
[Top][All Lists]
Advanced

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

Re: Generalizing find-definition


From: Johan Claesson
Subject: Re: Generalizing find-definition
Date: Sun, 23 Nov 2014 14:44:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)


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)

Regards,

/Johan



Helmut Eller <address@hidden> writes:

> On Mon, Nov 17 2014, Jorgen Schaefer wrote:
>
>> Some initial patch attached.
>
> I'm proposing an alternative implementation.  This version uses EIOIO
> which, I think, makes it more flexible.  Proof-of-concept-quality
> backends for elisp and etags are included.  The UI is lifted from SLIME
> (with some simplifications).  To try it out, load xref.el and then M-x
> xref-minor-mode to turn it on.  It's not fully polished but good enough
> to show the main ideas.
>
> Also available at: https://github.com/ellerh/xref/blob/master/xref.el
>
>
>
>
> Helmut



reply via email to

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