From d10565b0523c89d9e092d19a52e9d3379a65991b Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Sat, 8 Sep 2012 00:04:08 +0200 Subject: [PATCH] Change default n value in ein:kernel-history-request --- lisp/ein-kernel.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ein-kernel.el b/lisp/ein-kernel.el index 67bcdc8..57b55d6 100644 --- a/lisp/ein-kernel.el +++ b/lisp/ein-kernel.el @@ -415,7 +415,7 @@ http://ipython.org/ipython-doc/dev/development/messaging.html#complete session start stop - (n 1) + (n 10) pattern) "Request execution history to KERNEL. @@ -431,6 +431,11 @@ CONTENT and METADATA are given by `history_reply' message. `history_reply' message is documented here: http://ipython.org/ipython-doc/dev/development/messaging.html#history + +Relevant Python code: + +* :py:method:`IPython.zmq.ipkernel.Kernel.history_request` +* :py:class:`IPython.core.history.HistoryAccessor` " (assert (ein:kernel-live-p kernel) nil "Kernel is not active.") (let* ((content (list