emacs-ipython-notebook/lisp
John Miller 573b745509 Reintroduce proper behavior for kernel stop from nblist buffer.
Once upon a time it was possible to stop/delete/kill running kernels from the
notebooklist buffer regardless of whether there were any open notebooks
associated with the kernel session.

Some commmits ago this behavior was changed, and the code has recently required
that there a notebook buffer associated with the active kernel/session exist
before the stop command will proceed. This is incorrect behavior and is
inconsistent with the interface provided by the notebook web browser interface.
Kernels and notebooks are independent entities and should be treated as such in
the code.
2018-11-09 18:27:23 -06:00
..
debug-ein.el update the code base to avoid compilation warnings about obsolete functions 2018-11-08 09:36:35 -05:00
ein-ac.el now that auto-complete is an official dependency, we can require it unconditionally 2018-05-31 19:55:45 -04:00
ein-cell-edit.el Fix "Kernel is busy..." bug 2018-10-27 23:04:04 -04:00
ein-cell-output.el Doc, dependency updates. Tweaks for Emacs 24 compatibility. 2017-07-30 11:37:44 -05:00
ein-cell.el use cl-defmethod instead of defmethod 2018-11-08 16:24:28 -05:00
ein-classes.el avoid leaving EIN in an uninstallable state. Fixes #395. 2018-11-08 19:02:23 -05:00
ein-company.el @sam-s says Requiring ESS is wrong because it forces people who do NOT use it to install it. 2018-10-15 12:19:30 -04:00
ein-completer.el ein-completer: Robuster oinfo 2018-11-05 17:05:38 -06:00
ein-connect.el Fix "Kernel is busy..." bug 2018-10-27 23:04:04 -04:00
ein-console.el ein:console-executable-get: fail if console executable was not found 2018-08-30 16:38:07 -04:00
ein-contents-api.el Clean up websocket callbacks 2018-10-31 23:38:45 -04:00
ein-core.el make ein:version interactive and include the ELPA version if available 2018-11-06 09:36:58 -05:00
ein-dev.el Clean up websocket callbacks 2018-10-31 23:38:45 -04:00
ein-events.el use cl-defmethod instead of defmethod 2018-11-08 16:24:28 -05:00
ein-file.el finish previous commit 2018-10-28 14:38:53 -04:00
ein-helm.el update the code base to avoid compilation warnings about obsolete functions 2018-11-08 09:36:35 -05:00
ein-hy.el use cl-defmethod instead of defmethod 2018-11-08 16:24:28 -05:00
ein-iexec.el Add autoload cookies 2012-09-01 20:51:55 +02:00
ein-inspector.el avoid byte compilation warnings on unused arguments 2018-11-05 11:51:40 -05:00
ein-ipdb.el Source tracking in EIN ipdb sessions. 2016-12-24 12:51:54 -06:00
ein-ipynb-mode.el Sane File Navigation 2018-10-26 18:40:19 -04:00
ein-jedi.el Normalize url-or-port 2018-10-13 13:09:53 -04:00
ein-junk.el When I C-c C-c also C-c C-r if necessary 2018-11-06 18:36:46 -05:00
ein-jupyter.el Sane File Navigation 2018-10-26 18:40:19 -04:00
ein-jupyterhub.el Sane File Navigation 2018-10-26 18:40:19 -04:00
ein-kernel.el Reintroduce proper behavior for kernel stop from nblist buffer. 2018-11-09 18:27:23 -06:00
ein-kernelinfo.el ein-kernelinfo: Structure for language agnostic info queries 2018-02-25 12:39:11 -06:00
ein-kill-ring.el mv *ein*.el ein.py lisp/ 2012-07-02 16:47:20 +02:00
ein-log.el Normalize url-or-port 2018-10-13 13:09:53 -04:00
ein-multilang-fontify.el Back to eieio 2017-07-12 14:38:04 -05:00
ein-multilang.el update the code base to avoid compilation warnings about obsolete functions 2018-11-08 09:36:35 -05:00
ein-node.el (require 'ein-utils) -> (require 'ein-core) 2012-08-28 15:26:32 +02:00
ein-notebook.el Merge branch 'pr-397' 2018-11-08 20:52:29 -06:00
ein-notebooklist.el Reintroduce proper behavior for kernel stop from nblist buffer. 2018-11-09 18:27:23 -06:00
ein-notification.el use cl-defmethod instead of defmethod 2018-11-08 16:24:28 -05:00
ein-org.el update the code base to avoid compilation warnings about obsolete functions 2018-11-08 09:36:35 -05:00
ein-output-area.el revive tkf tests 2018-09-27 00:52:00 -04:00
ein-pager.el Normalize url-or-port 2018-10-13 13:09:53 -04:00
ein-pkg.el remove f.el dependency 2018-11-08 14:41:48 -05:00
ein-process.el remove f.el dependency 2018-11-08 14:41:48 -05:00
ein-pseudo-console.el Now all :help strings in menu are auto-generated 2012-09-01 21:32:20 +02:00
ein-python.el ein-python: Fix for #252 2017-11-18 11:24:24 -06:00
ein-pytools.el ein-completer: Robuster oinfo 2018-11-05 17:05:38 -06:00
ein-query.el Sane File Navigation 2018-10-26 18:40:19 -04:00
ein-scratchsheet.el use cl-defmethod instead of defmethod 2018-11-08 16:24:28 -05:00
ein-shared-output.el use cl-defmethod instead of defmethod 2018-11-08 16:24:28 -05:00
ein-skewer.el update the code base to avoid compilation warnings about obsolete functions 2018-11-08 09:36:35 -05:00
ein-smartrep.el @sam-s says Requiring ESS is wrong because it forces people who do NOT use it to install it. 2018-10-15 12:19:30 -04:00
ein-subpackages.el @sam-s says Requiring ESS is wrong because it forces people who do NOT use it to install it. 2018-10-15 12:19:30 -04:00
ein-timestamp.el use cl-defmethod instead of defmethod 2018-11-08 16:24:28 -05:00
ein-traceback.el use cl-defmethod instead of defmethod 2018-11-08 16:24:28 -05:00
ein-utils.el Sane File Navigation 2018-10-26 18:40:19 -04:00
ein-websocket.el Restart if kernel still alive needs to work 2018-11-01 20:08:10 -04:00
ein-worksheet.el use cl-defmethod instead of defmethod 2018-11-08 16:24:28 -05:00
ein.el Sane File Navigation 2018-10-26 18:40:19 -04:00
ein.py Always return an info object, don't always log a completer error. 2018-11-01 20:59:23 -05:00
ein_inspector.py ein-inspector: Getting organized, remove cruft. 2017-09-30 16:06:36 -05:00
ein_remote_safe.py ein-completer: Robuster oinfo 2018-11-05 17:05:38 -06:00
ob-ein.el Sane File Navigation 2018-10-26 18:40:19 -04:00
zeroein.el Sane File Navigation 2018-10-26 18:40:19 -04:00