Commit graph

669 commits

Author SHA1 Message Date
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
Takafumi Arakaki
865a96f3d2 Make completion happen really automatically 2012-12-07 22:20:35 +01:00
Takafumi Arakaki
510cb1dfcc Fix typo in ein:make-tramp-file-name 2012-12-07 21:44:42 +01:00
Takafumi Arakaki
2db2589c78 Document ein:worksheet-beginning/end-of-cell-input bit more 2012-12-07 19:05:34 +01:00
Takafumi Arakaki
83b420431c Update ein:console-open docstring 2012-12-06 23:16:45 +01:00
Takafumi Arakaki
ac417dd6cf Adapt defcustom type to the current ein:console-args 2012-12-06 23:16:44 +01:00
Takafumi Arakaki
a46990ebda Improve ein:console-args docstring 2012-12-06 23:16:44 +01:00
Takafumi Arakaki
827717cd0d ein:console-args can take a list as value now 2012-12-06 23:16:44 +01:00
Takafumi Arakaki
bd122efe7e Add ein:display-warning-once and use it in ein:console-make-command 2012-12-06 23:16:44 +01:00
Takafumi Arakaki
a3a0148375 zeroein.el works with --eval options now 2012-12-06 23:16:44 +01:00
Takafumi Arakaki
a384ba15de Make ein:console-open work without python.el 2012-12-06 23:16:44 +01:00
Takafumi Arakaki
b865b62e08 Fix ein:tb-jump-to-source-at-point for Emacs 23
fixes #90
2012-12-06 23:16:17 +01:00
Takafumi Arakaki
866002d680 Expand cell when kernel send some output
fixes #88
2012-12-06 21:56:02 +01:00
Takafumi Arakaki
0a6b1e3372 Add ein:cell-collapse/expand 2012-12-06 21:54:32 +01:00
Takafumi Arakaki
d04665ced7 Don't invalidate in ein:cell-set-collapsed unless needed 2012-12-06 21:54:18 +01:00
Takafumi Arakaki
b490adb72f Do not use lexical-let in ein:jedi--completer-complete
As ein:completer-complete has a way to passing around context,
it is natural to use that.
2012-12-06 21:50:43 +01:00
Takafumi Arakaki
28cbe9dfd4 Merge pull request #89 from yarikoptic/master
minor typo in ein:tb-jump-to-source-at-point error message
2012-12-06 09:50:25 -08:00
Yaroslav Halchenko
a46100f532 DOC: typo in the error message (exi[s]t) 2012-12-06 12:19:09 -05:00
Takafumi Arakaki
5ab8e39d7c Change ein:completer-complete call signature 2012-12-06 17:48:05 +01:00
Takafumi Arakaki
5f0f75dcc8 Add utility function ein:plist-exclude 2012-12-06 17:41:39 +01:00
Takafumi Arakaki
b501948d6d Do not expand common part by ein:completer-dot-complete
* Change the call signature of completer callback, to
  pass arguments to completer callback.
* Use expand option to suppress auto expansion when
  used as dot-complete.
2012-12-06 16:52:56 +01:00
Takafumi Arakaki
a1466a15d1 Fix ein:ac-chunk-regex: handle string literal
fixes #86
2012-12-06 15:05:56 +01:00
Takafumi Arakaki
4ff3c89e7b Improve ein:dev-bug-report-template: IPython version 2012-12-06 00:14:26 +01:00
Takafumi Arakaki
26e093c044 Simplify ein:completer-finish-completing-ac
As ein:jedi-complete does not use ein:jedi-complete,
SOURCES optional argument is not needed anymore.
2012-12-05 23:41:12 +01:00
Takafumi Arakaki
b794e5a05c Simplify ein:jedi-complete 2012-12-05 23:34:24 +01:00
Takafumi Arakaki
c2e217b075 Do not expand on dot-complete 2012-12-05 23:28:45 +01:00
Takafumi Arakaki
f52228656b Make ac-expand-on-... configurable in jedi-complete
Diff is big comparing to the actual change.  ein:jedi-complete
passes the value of ac-expand-on-auto-complete to the async
callback and it can be specified via EXPAND keyword argument.
2012-12-05 23:28:39 +01:00
Takafumi Arakaki
42508f6bc3 Docstring for ein:completer-complete 2012-12-05 22:13:11 +01:00
Takafumi Arakaki
938bb43560 Add comment on ein:jedi-complete 2012-12-05 22:12:42 +01:00