[OS X Emacs] Can one navigate tabs by the displayed numbers?

Nathaniel Cunningham nathaniel.cunningham at gmail.com
Thu Sep 29 11:08:27 EDT 2011


On Wed, Sep 28, 2011 at 12:55 PM, Hofert Jan Marius <
marius.hofert at math.ethz.ch> wrote:

>
> But there is no solution to the problem of >= 10 tabs at the moment, right?
>
>
 (tabbar-select-tab-by-index n) is the function used internally to go to a
particular tab in display order, where n starts counting from zero.  So you
could create a new command that calls (tabbar-select-tab-by-index 11), bind
it to the key of your choice, and you can use that to navigate to tab number
12 with a keystroke.

--Nathaniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20110929/1a87d1c7/attachment.html>


More information about the MacOSX-Emacs mailing list