Takafumi Arakaki
5845dc6e35
Remove unused code from ein-ac.el
2013-07-10 21:14:58 +02:00
Takafumi Arakaki
372c7f619c
Disable caching complete candidates
...
ein:ac-clear-cache takes too much time by the result of profiler.el.
Also, as ac-source-ein-cached sends request in background [1], there is
no need for caching anymore.
[1] 865a96f3d2
2013-07-10 21:14:58 +02:00
Takafumi Arakaki
7901e90db7
Default ein:query-timeout is nil if curl is used
...
this is to address #114
2013-06-11 16:51:06 +02:00
Takafumi Arakaki
ff622a6468
Fix how ws_url is set
...
IPython notebook 1.0.dev sends empty ws_url as of this PR
https://github.com/ipython/ipython/pull/3307
2013-06-10 19:56:46 +02:00
Takafumi Arakaki
b12b91da7a
Add ein:slice-image
...
This is a workaround for issue #94 .
2013-06-05 01:43:49 +02:00
Takafumi Arakaki
819e3e3df3
Fix: unintended text was inserted by dot-complete
2013-06-05 01:38:56 +02:00
Takafumi Arakaki
203ff99987
Register ein:worksheet-execute-all-cell to menu
...
Add it to document also.
fixes #63
2013-04-12 18:24:38 +02:00
Takafumi Arakaki
76591e007b
Use region as default code for ein:shared-output-eval-string
2013-03-10 08:11:30 +01:00
Takafumi Arakaki
9a637921f1
Improve ein:shared-output-eval-string
2013-03-08 14:10:37 +01:00
Takafumi Arakaki
7f17f3bc43
Improve bug report template
...
to avoid trouble like #104 .
2013-02-23 16:35:08 +01:00
Takafumi Arakaki
e5b53e5043
Do not try dot-complete when in string literal etc.
2013-02-13 21:46:24 +01:00
Takafumi Arakaki
fe682db22d
Fix compile warnings in ein-ac.el and ein-jedi.el
2013-02-13 21:32:36 +01:00
Takafumi Arakaki
5b18c666e3
Make ein:jedi-complete work when kernel is dead
...
Previously deferred:callback-post was not called for the
deferred object from ein:jedi--completer-complete when the
kernel is dead. It is called with an empty result now.
2013-02-13 21:20:56 +01:00
Takafumi Arakaki
a5a246c734
Check ein:kernel-live-p in ein:ac-* functions
2013-02-13 21:06:50 +01:00
Takafumi Arakaki
955a82461e
Follow change in IPython kernel: payload key
...
This is the change introduced by ipython/ipython#2872
2013-02-10 05:00:40 +01:00
Takafumi Arakaki
d0e96d0be6
Bump to 0.2.1alpha2
2013-02-10 04:12:50 +01:00
Takafumi Arakaki
17b657cf8f
Show recent history first in helm/anything UI
2013-01-21 22:06:58 +01:00
Takafumi Arakaki
20818f2e77
Do not list duplications when searching history
...
The key 'unique' is introduced in IPython as of:
https://github.com/ipython/ipython/pull/2792
2013-01-18 14:28:21 +01:00
Takafumi Arakaki
735e14e7b4
Add ein:kernel-kernel-info-request
...
See: ipython/ipython#2649
2013-01-18 14:03:17 +01:00
Takafumi Arakaki
93786cc61a
Bump to 0.2.1alpha1
2013-01-17 11:27:39 +01:00
Takafumi Arakaki
10db056db4
Record request.el configuration
2013-01-16 21:01:01 +01:00
Takafumi Arakaki
0c8aa32ca2
Fix: org-store-link not working in connected buffer
2013-01-16 15:35:23 +01:00
Takafumi Arakaki
f6a40567c0
EIN requires request >= 0.2
2013-01-10 22:41:55 +01:00
Takafumi Arakaki
bdb107a71d
Include request in ein:dev-sys-info
2013-01-10 22:20:33 +01:00
Takafumi Arakaki
271e04055c
Fix and simplify ein:notebooklist-new-notebook-error
...
* The url.el bug 12374 is fixed and request.el provides
monkey patch. There is no need for the workaround now.
* request-response-redirects does not exist anymore.
2013-01-10 22:10:03 +01:00
Takafumi Arakaki
de5853a15e
Workaround in ein:notebooklist-login--error
2013-01-10 21:59:42 +01:00
Takafumi Arakaki
7b80104ea6
Cosmetic fix on ein:notebooklist-login--error
2013-01-09 05:51:25 +01:00
Takafumi Arakaki
8a1eef9e6a
Fix ein:notebook-save-notebook: remove ":cache nil"
2012-12-29 19:48:05 +01:00
Takafumi Arakaki
8409fa14ad
Fix timeout handling in ein:query-singleton-ajax
2012-12-29 19:36:53 +01:00
Takafumi Arakaki
84ea2748fb
Remove unused functions from ein-query.el
2012-12-29 19:32:43 +01:00
Takafumi Arakaki
e58ce1413e
Use request-cookie-string
2012-12-29 19:30:00 +01:00
Takafumi Arakaki
0a191c7686
Fix ein:notebooklist-delete-notebook
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
e24078b03b
Add request as dependency
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
191a8f0022
Cosmetic changes
...
The changes I deferred in the previous commits to make the
diff small.
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
5b5aa30752
Use keyword arguments of CB supported by request.el
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
2f317bf2e4
Remove unsupported :cache argument
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
fdb80c9962
Rewrite callbacks: replace cons with apply-partially
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
9e3be6c954
Rewrite ein:query-singleton-ajax using request
2012-12-29 18:55:06 +01:00
Takafumi Arakaki
553224241f
Bump to 0.2.1alpha0
2012-12-29 18:53:05 +01:00
Takafumi Arakaki
12f01a93b2
Bump to 0.2.0
2012-12-29 18:48:01 +01:00
Takafumi Arakaki
06b559af35
Do not delete existing bug report buffer
2012-12-26 19:30:16 +01:00
Takafumi Arakaki
6e352cd6d6
Do not show sys-info for non-existing packages
2012-12-26 19:01:46 +01:00
Takafumi Arakaki
36cb66307f
Make sys-info printing prettier
2012-12-26 18:58:53 +01:00
Takafumi Arakaki
401ce29036
Hexify password
2012-12-17 23:15:21 +01:00
Takafumi Arakaki
1f29b6d91e
Workaround url.el bug for proper message after login
2012-12-17 19:26:13 +01:00
Takafumi Arakaki
af43af7146
Use read-passwd instead of read-string
2012-12-17 17:55:30 +01:00
Takafumi Arakaki
992104ebf5
Send proper cookie in ein:kernel-send-cookie
2012-12-17 17:39:46 +01:00
Takafumi Arakaki
aafe7a8f18
Add ein:notebooklist-login command
2012-12-17 17:39:46 +01:00
Takafumi Arakaki
041873b18f
Better POST handling when DATA is given to ein:query-ajax
2012-12-17 17:39:46 +01:00
Takafumi Arakaki
a4c7e6d00d
Add ein:query-get-cookie
2012-12-17 17:39:46 +01:00