Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to scroll in a popup-tip? #69

Open
tigermonkey opened this issue Apr 29, 2014 · 3 comments
Open

How to scroll in a popup-tip? #69

tigermonkey opened this issue Apr 29, 2014 · 3 comments
Labels

Comments

@tigermonkey
Copy link

Hi, I have created a popup-tip with :scroll-bar t, and now I don't know hot to scroll it down. I have seen the popup-menu-keymap in the source, but that doesn't seem to be tied to popup-tip.

@syohex
Copy link
Contributor

syohex commented Apr 30, 2014

page down and page up.

You can bind this functions to other keys

(define-key popup-menu-keymap (kbd "C-v") 'popup-page-next)
(define-key popup-menu-keymap (kbd "M-v") 'popup-page-previous)

@tigermonkey
Copy link
Author

I don't think that keymap is in effect for a popup-tip. Is there a way to activate it?

@syohex
Copy link
Contributor

syohex commented May 1, 2014

@tigermonkey Sorry I confused popup-tip and popup-menu.
Now there is now way for scrolling popup-tip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants