mattfidler / tabbar-ruler.el

Tabbar Ruler Mode
54 stars 10 forks source link

3eb5e2d is causing cursor scrolling to be invisible #37

Closed obadz closed 8 years ago

obadz commented 8 years ago

On 3eb5e2d2778c015f9489011fd86ff403869766db and later (introduced in #27), once the tabs are visible, holding the arrow down key to scroll makes the cursor in my emacs invisible. The cursor becomes visible again once I lift my finger. Unfortunately this means I find out where the cursor went only once I've lifted my finger which makes it impossible to aim :-(

mattfidler commented 8 years ago

You could disable mode-icons to see if the scrolling returns.

On Fri, Apr 29, 2016, 11:34 PM obadz notifications@github.com wrote:

On 3eb5e2d https://github.com/mattfidler/tabbar-ruler.el/commit/3eb5e2d2778c015f9489011fd86ff403869766db (and later), once the tabs are visible, holding the arrow down key to scroll makes the cursor in my emacs invisible. The cursor becomes visible again once I lift my finger. Unfortunately this means I find out where the cursor went only once I've lifted my finger which makes it impossible to aim :-(

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/mattfidler/tabbar-ruler.el/issues/37

obadz commented 8 years ago

Yes forgot to mention I still have the problem with

(setq tabbar-ruler-use-mode-icons nil)
mattfidler commented 8 years ago

Has this been fixed for you?

obadz commented 8 years ago

Ha, didn't see the new commit, will try shortly.

obadz commented 8 years ago

Yes this fixed it, thanks!