Commit graph

2878 commits

Author SHA1 Message Date
John Miller
5600a2ce0d
Merge pull request #518 from dickmao/two-bugs
Polymode patchup, stopping bug, plot bug
2019-04-30 08:40:23 -05:00
dickmao
910e6ea565 can't specify version in cask install. Need to apply blunt instrument. 2019-04-29 17:16:55 -04:00
dickmao
d3b0b97037 pm--get-existing-mode changed signature. 2019-04-29 15:35:32 -04:00
dickmao
1da03d69f6 Stop bug, Image bug
Initial SIGTERM prompts server to dutifully shutdown kernel, but
another SIGTERM necessary to kill server.  Perhaps ipython changed
since the last time I tested this.

Ipython doesn't send a display_data message upon initial plot
request.  This is probably our bug, or is it?  Document this bug in an
ecukes test.

Also enforce emacs version >= 25
2019-04-29 13:15:53 -04:00
John Miller
70845a3411
Use completing-read instead of ido-completing-read. (#514)
* Use completing-read instead of ido-completing-read.

Per @seagle0128 and issue #496.

* lisp/ein-notebook.el:

* Wrap all calls to completing-read with ein:completing-read

Use `ein:completing-read' everywhere we need to do completion as it wraps Emacs
completing-read functionality and tries to use sane defaults.
2019-04-16 10:04:11 -05:00
John Miller
b08aed3a85
Merge pull request #517 from dickmao/cl-generic-issue-516
cl-generic 0.3 is not going to cut it
2019-04-15 21:41:51 -05:00
dickmao
921b3a94e4 need to see websocket output of eldoc call 2019-04-14 14:39:46 -04:00
dickmao
a6641f05cf cl-generic 1.0 is built-in 2019-04-14 12:31:14 -04:00
dickmao
c7ff377a89 cl-generic 0.3 is not going to cut it 2019-04-14 12:15:54 -04:00
John Miller
5accc13b51
Merge pull request #513 from millejoh/issue-506
Avoid completing against punctuation (again).
2019-04-04 18:25:47 -05:00
John M. Miller
3f5173cb2f Avoid completing against punctuation (again).
Fix #506 while maintaining (I hope) the spirit of #463.
2019-04-04 16:42:59 -05:00
John Miller
d302f805cf
Merge pull request #510 from dickmao/mfrasca-polymode
stale versions of polymode
2019-04-04 12:52:13 -05:00
dickmao
d730e2f42b melpa version of polymode 2019-04-04 11:47:36 -04:00
John Miller
c58f8f0a2b
Merge pull request #509 from dickmao/obey-mfrasca
Test emacs 25.1
2019-04-04 10:42:24 -05:00
dickmao
81b42f338c 25.2 for osx 2019-04-04 11:06:29 -04:00
dickmao
8ce2da3a9d well, ubuntu 16.04 is using emacs 25.1.1 2019-04-04 10:10:41 -04:00
John Miller
b591c9b26a
Merge pull request #504 from millejoh/issue-503
fix for #503
2019-04-04 06:26:30 -05:00
John Miller
3d16ccf62a
Merge pull request #505 from dickmao/slide-breaks-undo
Undo did not account for slideshow
2019-04-04 05:54:32 -05:00
dickmao
539c3339dd Undo did not account for slideshow
C-c C-d breaks undo.  Fix as follows:

Before: turn on slide indicator via C-c S, toggle type with C-c C-d

After: toggle type with C-c S.

Benefits: Fixes undo, simplifies slideshow operation, elpy users are
accustomed to having C-c C-d be "jump to doc"
2019-04-04 05:45:34 -04:00
John Miller
5736cb3716 Fortify tests, tweak cursor motion in notebooklist buffers. 2019-04-03 17:34:37 -05:00
John Miller
57ca951933 fix for #503 2019-04-03 14:27:32 -05:00
John Miller
6b752bc36e
Merge pull request #502 from dickmao/polymode
Polymode
2019-04-03 10:59:38 -05:00
dickmao
f34bdf32ff irnb is a kagglism that jupyter doesn't understand 2019-04-02 19:40:34 -04:00
dickmao
7cb37f4093 add diagnostic to eldoc test failure 2019-04-02 11:00:31 -04:00
dickmao
c0753445bc avoid hardcoding packages 2019-04-02 09:35:56 -04:00
dickmao
234cf391f9 Polymode
M-x customize-group RET ein
Toggle Ein:Polymode

Avoid trying to emulate jump-to-definition, eldoc, and autocompletion
functionalities that Elpy will always do better.

Fixes #497 #482 #418
2019-04-02 09:35:17 -04:00
John Miller
60578bd297
Merge pull request #500 from finalpatch/master
indent name tag
2019-04-01 16:15:48 -05:00
finalpatch
e178f92772
fix last commit 2019-04-01 21:13:18 +11:00
finalpatch
35244abc88
indent name tag 2019-04-01 20:58:28 +11:00
John Miller
12d5727cd5 Readme updates per suggestions in issue #495.
Thanks to @mfrasca for the suggestion to make the Emacs version dependency more
explicit.
2019-03-28 14:41:44 -05:00
John Miller
419a74ce67
Connect features (#492)
* Testing for shared eval and connecting buffers.

* Forgot the feature.

* Need a small delay to make sure code is evaluated.

* Testing for shared eval and connecting buffers.

* Forgot the feature.

* Need a small delay to make sure code is evaluated.

* Add scenario for company completion in a connected buffer.

* Works better if we test completion first.

* Update ipython version tested in travis.

* Stab in the dark to fix travis erroring under ipython 6.x

* Revert "Stab in the dark to fix travis erroring under ipython 6.x"

This reverts commit 7255d31fdb.
2019-03-27 15:53:47 -05:00
John Miller
d900978671
Merge pull request #493 from dickmao/curl-debug
add curl trace to `M-x ein:log-pop-to-request-buffer`
2019-03-22 09:55:46 -05:00
dickmao
e0369c28a6 add curl trace to M-x ein:log-pop-to-request-buffer 2019-03-21 15:28:42 -04:00
John Miller
f3e07865a0
Merge pull request #490 from dickmao/spacemacs-undo
spacemacs guards
2019-03-18 11:01:52 -05:00
dickmao
831508d615 spacemacs diagnostic 2019-03-17 12:00:43 -04:00
dickmao
042cda12a1 spacemacs related #445 #489 #338, etc. 2019-03-16 13:49:58 -04:00
John Miller
f41cfbc410
Merge pull request #487 from dickmao/markdown-no-completion
Don't attempt completion in markdown cells
2019-03-15 23:14:39 -05:00
John Miller
f6bab5c077
Merge pull request #488 from dickmao/text-plain
text/plain over text/html
2019-03-15 10:46:03 -05:00
John Miller
e870f3af35
Merge pull request #486 from dickmao/bug-issue-485
need to reorder interactive arguments after function signature change
2019-03-15 10:45:25 -05:00
dickmao
22b4e58e56 preserve the no-op for now 2019-03-15 00:50:13 -04:00
dickmao
041a66cf28 need to reorder interactive arguments after function signature change 2019-03-15 00:14:22 -04:00
John Miller
0b2008ea67
Merge pull request #483 from millejoh/release-doc-updates
Release doc updates
2019-03-12 10:10:44 -05:00
John Miller
15d7a83b03 Let's not get ahead of ourselves and release 0.15 before 1.0. 2019-03-12 09:50:17 -05:00
John Miller
ea9f9d5c1d Doc updates. 2019-03-12 09:28:22 -05:00
dickmao
6698b4f563 Don't attempt completion in markdown cells 2019-03-11 22:37:13 -04:00
dickmao
7985387178 :text/plain is also :text
Notebooks with :text/plain and :text/html outputs opt for
:text/html which looks bad in emacs.

There is already code to prefer :text over :text/html, so it should
prefer :text/plain as well.
2019-03-11 00:02:08 -04:00
dickmao
04c4dc5f17 ob-ein.ipynb onto gitignore 2019-03-10 21:06:45 -04:00
John Miller
f2e9193da6
Merge pull request #481 from dickmao/self-diagnose
Move self-diagnosing information
2019-03-09 20:28:30 -06:00
John Miller
14b2716363
Merge pull request #479 from dickmao/toggle-output-peachpuff-pink
Toggle output (C-c C-e) should also invalidate footer
2019-03-09 20:22:44 -06:00
dickmao
2aadfbe1ef missing ein-autoloads in CONTRIBUTING.md [skip ci] 2019-03-09 15:41:13 -05:00