Hi Nehal,

You can use "scroll-other-window" and "scroll-other-window-up", which are 
bound to "C-M-v" and "C-M-S-v" respectively. These will scroll the next 
window (i.e. the window that "C-x o" would switch to) up or down by a page. 
Check out the help page for "scroll-other-window" for more information, 
either by doing:
"C-h f scroll-other-window" (describe-function scroll-other-window)
"C-h k C-M-v" (describe-key C-M-v)

If you want to bind the command to a specific key combination, you can add 
the following to your .emacs:

(define-key cider-mode-map (kbd "C-c C-d") 'ac-nrepl-popup-doc)
 
Michael

On Tuesday, 1 April 2014 02:04:00 UTC+1, Nehal Patel wrote:

> Hi -- 
> I'm trying out  Emacs Live.  When I "M-x ac-nrepl-popup-doc" how do I 
> scroll the displayed text (The popup disappears immediately for the few 
> keys that I have tried)
>
> Should popup-doc also be bound to a keyboard shortcut in Emacs Live (as 
> opposed to just being triggered by autocomplete)? (Use case: it helps when 
> reading/stepping through other people's example code) 
>
> Thanks!, nehal 
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to