mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Handle pager opening
Before, this fork has a small regression: Typing 'thing?' into the shell does not open the pager. This small change fixes this small regression.
This commit is contained in:
parent
3b0498655c
commit
9c90f25e5a
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue