Update autoloads for ein-company.el

This commit is contained in:
John Miller 2017-04-19 10:57:19 -05:00
parent d13e85b370
commit 06269b72bb
2 changed files with 24 additions and 24 deletions

View file

@ -31,6 +31,7 @@
(require 'ein-core) (require 'ein-core)
;;;###autoload
(defun ein:company-backend (command &optional arg &rest ignore) (defun ein:company-backend (command &optional arg &rest ignore)
(interactive (list 'interactive)) (interactive (list 'interactive))
(cl-case command (cl-case command
@ -61,8 +62,6 @@
(funcall (car callback) matches) (funcall (car callback) matches)
(error (error (format "Error %s running ein company completer." err)))))) (error (error (format "Error %s running ein company completer." err))))))
(add-to-list 'company-backends #'ein:company-backend)
(setq ein:complete-on-dot nil) (setq ein:complete-on-dot nil)
(provide 'ein-company) (provide 'ein-company)

View file

@ -30,6 +30,16 @@
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-cell-output" '("ein:"))) (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-cell-output" '("ein:")))
;;;***
;;;### (autoloads nil "ein-company" "ein-company.el" (0 0 0 0))
;;; Generated autoloads from ein-company.el
(autoload 'ein:company-backend "ein-company" "\
\(fn COMMAND &optional ARG &rest IGNORE)" t nil)
;;;*** ;;;***
;;;### (autoloads nil "ein-completer" "ein-completer.el" (0 0 0 0)) ;;;### (autoloads nil "ein-completer" "ein-completer.el" (0 0 0 0))
@ -293,7 +303,7 @@ the notebooks the user wants to access.
The buffer named by `ein:jupyter-server-buffer-name' will contain The buffer named by `ein:jupyter-server-buffer-name' will contain
the log of the running jupyter server. the log of the running jupyter server.
\(fn SERVER-PATH SERVER-DIRECTORY)" t nil) \(fn SERVER-PATH SERVER-DIRECTORY &optional NO-LOGIN-AFTER-START-P)" t nil)
(autoload 'ein:jupyter-server-stop "ein-jupyter" "\ (autoload 'ein:jupyter-server-stop "ein-jupyter" "\
Stop a running jupyter notebook server. Stop a running jupyter notebook server.
@ -303,15 +313,7 @@ there is no running server then no action will be taken.
\(fn)" t nil) \(fn)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-jupyter" '(#("ein:jupyter-server-" 0 19 (fontified t face font-lock-function-name-face)) #("*ein:" 0 5 (face font-lock-variable-name-face fontified t)) #("%ein:jupyter-server-session%" 0 28 (face font-lock-variable-name-face fontified t))))) (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-jupyter" '("ein:jupyter-" "*ein:" "%ein:jupyter-server-session%")))
;;;***
;;;### (autoloads nil "ein-jupyterhub" "ein-jupyterhub.el" (0 0 0
;;;;;; 0))
;;; Generated autoloads from ein-jupyterhub.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-jupyterhub" '("ein:")))
;;;*** ;;;***
@ -322,7 +324,7 @@ there is no running server then no action will be taken.
(defalias 'ein:kernel-id 'ein:$kernel-kernel-id) (defalias 'ein:kernel-id 'ein:$kernel-kernel-id)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-kernel" '("ein:"))) (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-kernel" '("ein:" "max-kernel-restart-try-count" "kernel-restart-try-count")))
;;;*** ;;;***
@ -399,7 +401,8 @@ By long running we mean sessions to last days, or weeks. The
frequency of the refresh (which is very similar to a call to frequency of the refresh (which is very similar to a call to
`ein:notebooklist-open`) is controlled by `ein:notebooklist-open`) is controlled by
`ein:notebooklist-keepalive-refresh-time`, and is measured in `ein:notebooklist-keepalive-refresh-time`, and is measured in
terms of hours. terms of hours. If `ein:enable-keepalive' is non-nil this will
automatically be called during calls to `ein:notebooklist-open`.
\(fn &optional URL-OR-PORT)" t nil) \(fn &optional URL-OR-PORT)" t nil)
@ -413,6 +416,11 @@ Reload current Notebook list.
\(fn &optional NOTEBOOKLIST)" t nil) \(fn &optional NOTEBOOKLIST)" t nil)
(autoload 'ein:notebooklist-upload-file "ein-notebooklist" "\
\(fn UPLOAD-PATH)" t nil)
(autoload 'ein:notebooklist-new-notebook "ein-notebooklist" "\ (autoload 'ein:notebooklist-new-notebook "ein-notebooklist" "\
Ask server to create a new notebook and open it in a new buffer. Ask server to create a new notebook and open it in a new buffer.
@ -462,9 +470,9 @@ See also:
(autoload 'ein:notebooklist-login "ein-notebooklist" "\ (autoload 'ein:notebooklist-login "ein-notebooklist" "\
Login to IPython notebook server. Login to IPython notebook server.
\(fn URL-OR-PORT PASSWORD)" t nil) \(fn URL-OR-PORT PASSWORD &optional RETRY-P)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-notebooklist" '(#("ein:" 0 4 (face font-lock-function-name-face fontified nil)) #("generate-breadcrumbs" 0 20 (face font-lock-function-name-face fontified nil))))) (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-notebooklist" '("ein:" "generate-breadcrumbs")))
;;;*** ;;;***
@ -507,7 +515,7 @@ node `(org) External links' and Info node `(org) Search options'
\(fn)" nil nil) \(fn)" nil nil)
(eval-after-load "org" '(progn (org-add-link-type "ipynb" 'ein:org-open) (add-hook 'org-store-link-functions 'ein:org-store-link))) (eval-after-load "org" '(progn (if (fboundp 'org-link-set-parameters) (org-link-set-parameters "ipynb" :follow #'ein:org-open) (org-add-link-type "ipynb" :follow 'ein:org-open)) (add-hook 'org-store-link-functions 'ein:org-store-link)))
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-org" '("ein:org-goto-link"))) (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-org" '("ein:org-goto-link")))
@ -568,13 +576,6 @@ Pseudo console mode. Hit RET to execute code.
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-scratchsheet" '("ein:"))) (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-scratchsheet" '("ein:")))
;;;***
;;;### (autoloads nil "ein-sections" "ein-sections.el" (0 0 0 0))
;;; Generated autoloads from ein-sections.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-sections" '("magit-" "ein:")))
;;;*** ;;;***
;;;### (autoloads nil "ein-shared-output" "ein-shared-output.el" ;;;### (autoloads nil "ein-shared-output" "ein-shared-output.el"