emacs-devel
[Top][All Lists]
Advanced

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

Re: Some developement questions


From: Juri Linkov
Subject: Re: Some developement questions
Date: Sun, 09 Sep 2018 02:02:14 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)

> BTW, when I was reading it, I was wishing I could open links in other
> buffers or windows like I would open another tab in a web brower.  Is
> there some way to do something like that?  It can make it easier to keep
> track of the history as you can break up a history tree into something
> far more navigable by using tabs as anchors of branches (that have
> branches, etc.).

Here is what could help you to emulate web browser tabs:

(define-key Info-mode-map [C-down-mouse-1]
  (lambda (click)
    (interactive "e")
    (mouse-set-point click)
    (Info-follow-nearest-node 'fork)))



reply via email to

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