Takafumi Arakaki
a00bd71970
Remove ein:kernelinfo-init
2012-08-26 15:43:25 +02:00
Takafumi Arakaki
2b47f310c5
Simplify ein:kernelinfo-update-ccwd
2012-08-26 15:41:01 +02:00
Takafumi Arakaki
bea782380a
Rewrite ein-kernelinfo.el using eieio
2012-08-26 15:35:10 +02:00
Takafumi Arakaki
f83623ace6
Move kernelinfo into a separate module
2012-08-26 15:14:59 +02:00
Takafumi Arakaki
acff775e4c
Remove ein:notebook-pp
2012-08-26 13:25:47 +02:00
Takafumi Arakaki
b4cc0dae43
Remove invalid FIXME from ein:cell-append-text
...
HTML special escaping is needed for the browser client, but not for
EIN.
2012-08-26 13:20:51 +02:00
Takafumi Arakaki
20af5c2840
Remove eintest:cell-json-data-code (add ein-testing-cell.el)
...
Use ein:testing-codecell-data instead.
To do that, I make new testing module ein-testing-cell.el and
move ein:testing-*cell-data functions there.
2012-08-25 00:16:41 +02:00
Takafumi Arakaki
481da33919
Merge branch 'insert-cell-for-new-notebook'
2012-08-25 00:06:00 +02:00
Takafumi Arakaki
056cff7d7f
Add more assertions in ein:notebook-from-json-all-cell-types
2012-08-25 00:03:04 +02:00
Takafumi Arakaki
fbfc9b6eda
Raise error in ein:cell-class-from-type when type not found
2012-08-24 23:45:01 +02:00
Takafumi Arakaki
b9e94a9a7a
Add test ein:notebook-from-json-all-cell-types
2012-08-24 23:44:27 +02:00
Takafumi Arakaki
3068c39fcf
Fix failing tests
2012-08-24 20:18:09 +02:00
Takafumi Arakaki
d891fe1bf1
Insert new cell when opening empty notebook
2012-08-24 20:05:39 +02:00
Takafumi Arakaki
1a5a6af799
Merge branch 'do-not-provide-test-ein'
...
All (require 'test-ein-...) are removed so that I can run test
cases separately.
2012-08-24 19:42:33 +02:00
Takafumi Arakaki
a5ac6e8a6f
Move test utils to ein-testing-kernel.el
...
Same as ein-testing-notebook.el.
2012-08-24 19:40:46 +02:00
Takafumi Arakaki
96d2babff1
Move test utils to ein-testing-notebook.el
...
So that I can avoid loading test-ein-notebook or
test-ein-cell-notebook for using these utilities.
2012-08-24 19:29:37 +02:00
Takafumi Arakaki
0b4de46f25
Add links to wiki
2012-08-24 00:03:42 +02:00
Takafumi Arakaki
8cfa7e10d9
Make gh-pages-* in doc/Makefile more robust
2012-08-23 23:54:29 +02:00
Takafumi Arakaki
1eb9749767
Recommend el-get or MELPA for installation
2012-08-23 23:38:06 +02:00
Takafumi Arakaki
661d5cc49c
Update keymaps in README.rst
2012-08-23 23:29:03 +02:00
Takafumi Arakaki
a564656c9c
Add change log for v0.1.2
2012-08-23 23:27:56 +02:00
Takafumi Arakaki
b708b27d30
Use ein:dev-require-all in doc/source/conf.el
2012-08-23 23:23:27 +02:00
Takafumi Arakaki
52dad47fc1
Make eintest:assert-keymap-fboundp more robust
...
Otherwise, ein:notebook-mode-map--assert-fboundp fails.
Note that it looks like that this test already failed in the
worksheet branch, but I didn't notice. Also note that
running test only in test-ein-modes.el pass without this fix.
2012-08-23 23:09:39 +02:00
Takafumi Arakaki
0fad9548cd
Merge branch 'worksheet'
...
Conflicts:
tests/test-ein-shared-output.el
Add worksheet module to start worksheet support. There is no
multiple worksheet support yet. I am merging this since this
branch is as usable as the master branch.
Also, there are several bug fixes and improvements unrelated to
worksheet feature.
2012-08-23 22:48:17 +02:00
Takafumi Arakaki
478f1c99b3
Start v0.2.0 (bump to v0.2.0alpha0)
2012-08-23 22:17:52 +02:00
Takafumi Arakaki
09a2b63f56
Bump to 0.1.2
2012-08-23 22:17:52 +02:00
Takafumi Arakaki
291985c72c
Merge branch 'emacs-23-test-fix'
...
There are only test fixes. No fix for the main module is required.
* Two unit tests are fixed for Emacs 23.
* Functional tests fail in Emacs 23 in rather random fashion,
if it is run in batch mode. In interactive mode, functional
tests pass without problem.
- Module ein-testing.el to dump log is added.
- It looks like at least one test (sometimes two) fails,
but it is different test case for each run.
- As tests pass in interactive mode (which is how EIN is
used anyway), I am merging this as-is.
2012-08-23 22:14:21 +02:00
Takafumi Arakaki
a1a2185a9e
Improve debugging messages in func-test.el
2012-08-23 22:00:52 +02:00
Takafumi Arakaki
6ea042867f
Add more debugging messages in func-test.el
2012-08-23 21:17:19 +02:00
Takafumi Arakaki
dcad3c7158
Add debugging messages in func-test.el
2012-08-23 21:10:40 +02:00
Takafumi Arakaki
961f139fd1
Dump test log also in interactive mode
2012-08-23 21:07:55 +02:00
Takafumi Arakaki
5ca22029db
Dump test log using ein-testing
2012-08-23 19:32:47 +02:00
Takafumi Arakaki
1198833711
Add ein-testing.el to dump test log
2012-08-23 19:32:24 +02:00
Takafumi Arakaki
a769aa3b03
Fix test ein:notebook-execute-current-cell-question for Emacs 23
...
At the time (ein:$notebook-pager ein:%notebook%) is executed, the
current buffer is changed to the pager buffer. As `notebook' is
already let-bound to ein:$notebook instance, it is better to use
this than the buffer local ein:%notebook%.
2012-08-23 17:39:06 +02:00
Takafumi Arakaki
d7fd93774d
Fix test ein:get-cell-at-point--shared-output for Emacs 23
2012-08-23 17:23:46 +02:00
Takafumi Arakaki
6b859c4caa
Fix ein:connect-run-buffer (tramp support)
2012-08-22 18:05:19 +02:00
Takafumi Arakaki
2e8357afbf
Fix ein:notebooklist-open-notebook-global
...
Check url-or-port when fetching notebook-id
2012-08-22 15:44:53 +02:00
Takafumi Arakaki
837dea249a
Check if notebook is live in ein:connect-pop-to-notebook
...
This is important as `(pop-to-buffer nil)' actually works.
2012-08-21 15:48:44 +02:00
Takafumi Arakaki
d8aaa079ae
Support more arguments in ein:connect-to-notebook
2012-08-21 15:36:22 +02:00
Takafumi Arakaki
7b5c28d860
Merge branch 'execute-cell-and-insert-below' into worksheet
2012-08-21 14:13:10 +02:00
Takafumi Arakaki
cbef38f13c
Add tests for command ein:worksheet-execute-cell-and-*
2012-08-21 14:04:35 +02:00
Takafumi Arakaki
82c062f364
Update change log
2012-08-21 12:01:48 +02:00
Takafumi Arakaki
79691e658f
Add ein:worksheet-execute-cell-and-insert-below
2012-08-21 12:01:47 +02:00
Takafumi Arakaki
77f9742cfe
Add INSERT option to ein:worksheet-execute-cell-and-goto-next
2012-08-21 12:01:45 +02:00
Takafumi Arakaki
aa038f63bc
Copy heading level when splitting cell
2012-08-21 11:13:16 +02:00
Takafumi Arakaki
ee1d46227f
Update change log
2012-08-21 10:40:11 +02:00
Takafumi Arakaki
3a80c3a811
Fix: ein:notebook- -> ein:worksheet- in document
...
Surprisingly, there is only one command to fix.
2012-08-21 10:38:28 +02:00
Takafumi Arakaki
71472ddaac
More docstring on ein:kernelinfo-update-*
2012-08-21 09:59:35 +02:00
Takafumi Arakaki
6f7bc7b7ca
Fix notebook buffer directory sync with kernel
2012-08-21 09:59:08 +02:00
Takafumi Arakaki
0a0031b6c8
Merge branch 'autoexec-change-spec' into worksheet
2012-08-21 09:29:57 +02:00