Skip to content

Commit

Permalink
Merge pull request #1 from gcr/patch-1
Browse files Browse the repository at this point in the history
Handle pager opening
  • Loading branch information
millejoh committed May 26, 2014
2 parents 3b04986 + 9c90f25 commit cb9be0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/ein-kernel.el
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,8 @@ Example::
for text = (plist-get p :text)
for source = (plist-get p :source)
if (member source '("IPython.kernel.zmq.page.page"
"IPython.zmq.page.page"))
"IPython.zmq.page.page"
"page"))
do (when (not (equal (ein:trim text) ""))
(ein:events-trigger
events 'open_with_text.Pager (list :text text)))
Expand Down

0 comments on commit cb9be0e

Please sign in to comment.