Takafumi Arakaki
9bd3b249ff
Use overlay to specify ein:cell-heading-N faces
...
As there is some problem with text property based face and MuMaMo,
using text property for heading is not good idea. Turing on/off
heading face changes height and moves the following contents in the
notebook. This is not allowable.
Furthermore, previous approach does not work when there is no text
in the input area or when inserting in front of the current heading.
2012-07-20 20:51:37 +02:00
Takafumi Arakaki
a18c3a8035
Add heading faces
2012-07-20 20:38:04 +02:00
Takafumi Arakaki
cdf2d7ea11
Better position for imenu
2012-07-20 20:07:12 +02:00
Takafumi Arakaki
150cd45664
Workaround the buffer local problem in MuMaMo
2012-07-20 20:07:12 +02:00
Takafumi Arakaki
b228a312e5
Add simple imenu support in notebook buffer
...
It concerns only heading cells.
2012-07-20 20:07:12 +02:00
Takafumi Arakaki
2154742c45
Better focus after ein:notebook-change-cell-type
2012-07-20 20:06:55 +02:00
Takafumi Arakaki
dd53358ff8
Fix ein:notebook-change-cell-type
...
The prompt became "hheading:" because the string "heading" was in the
:level slot.
2012-07-20 17:09:43 +02:00
Takafumi Arakaki
10820048f8
Integrate pandas DataFrame with Simple Emacs Spreadsheet
2012-07-19 21:23:57 +02:00
Takafumi Arakaki
88fc3222c5
Comment on ein:mumamo-indent-line-function-workaround
2012-07-19 17:36:45 +02:00
Takafumi Arakaki
683aba0341
Fix and improve ein:notebook-kill-all-buffers
...
The prompt message was not correct; It was counting opened notebooks,
not unsaved ones.
2012-07-19 14:29:31 +02:00
Takafumi Arakaki
241df76f4a
Now, C-c C-q closes notebook if kernel is dead
...
fixes #30
2012-07-19 00:37:39 +02:00
Takafumi Arakaki
c104a0b19d
Rename ein:kernel-ready-p to ein:kernel-live-p
2012-07-19 00:37:30 +02:00
Takafumi Arakaki
0038f2f645
Document ein:notebook-kill-all-buffers command
2012-07-19 00:02:43 +02:00
Takafumi Arakaki
c643e97cef
Document output truncation config/command
2012-07-17 19:15:00 +02:00
Takafumi Arakaki
460ae08575
Fix ein:cell-max-num-outputs docstring
2012-07-17 19:13:32 +02:00
Takafumi Arakaki
23ae823225
Map C-c C-; to ein:notebook-show-in-shared-output
2012-07-17 19:10:44 +02:00
Takafumi Arakaki
1d6aa0765a
Add ein:cell-max-num-outputs config variable
2012-07-17 19:01:22 +02:00
Takafumi Arakaki
d0874be99b
Add a command to show a cell in shared-output buffer
2012-07-17 18:29:00 +02:00
Takafumi Arakaki
ba16a14ac3
Workaround indentation problem in mumamo
...
fixes #20
2012-07-17 08:17:22 +02:00
Takafumi Arakaki
68918ddcbe
Add sections in ein-mumamo.el
2012-07-17 07:25:57 +02:00
Takafumi Arakaki
c1de159060
Retain original point after updating notebook list
...
fixes #22
2012-07-15 22:27:49 +02:00
Takafumi Arakaki
d9c96d86f3
Update docstrings
2012-07-14 16:46:17 +02:00
Takafumi Arakaki
b79a51c657
Add ein:notebook-rename-to-scratch-command
2012-07-14 16:36:51 +02:00
Takafumi Arakaki
22fc876723
Add ein:scratch-notebook-name
2012-07-14 16:30:56 +02:00
Takafumi Arakaki
51b623e4e2
Move ein:scratch-notebook-name-template to ein-utils.el
2012-07-14 16:23:25 +02:00
Takafumi Arakaki
84876d0188
Add sections in ein-utils.el
2012-07-14 16:22:15 +02:00
Takafumi Arakaki
63958f3cfa
Change mime type preference: text over latex
...
LaTeX is not for human!
2012-07-14 15:19:26 +02:00
Takafumi Arakaki
502b9d3182
Use ein:log instead of message in ein-connect.el
2012-07-12 02:59:54 +02:00
Takafumi Arakaki
5c5ba3810b
Support callback in ein:notebooklist-open-notebook-by-name
2012-07-12 02:56:23 +02:00
Takafumi Arakaki
857660c0a3
Fix ein:connect-to-notebook: no popup
2012-07-12 02:44:34 +02:00
Takafumi Arakaki
96cb9076f3
Connect to not-yet-opened notebook
...
fixes #16
Note that this change introduces another problem:
ein:connect-to-notebook popups notebook buffer (opens notebook buffer
and change focus to it). Fixing this requires change in
ein:notebook-open.
2012-07-12 02:04:50 +02:00
Takafumi Arakaki
38b2362268
Add some autoloads in ein.el
2012-07-12 01:59:01 +02:00
Takafumi Arakaki
0d665ca8b5
Refactoring: add ein:notebooklist-list-notebooks
2012-07-12 01:09:58 +02:00
Takafumi Arakaki
27ca1a6c5a
Fix the problem with unclosed ANSI escape code
2012-07-10 07:51:41 +02:00
Takafumi Arakaki
6f3fb3b576
Handle carriage return using comint
...
fixes #13
2012-07-10 02:47:47 +02:00
Takafumi Arakaki
8522f849ae
Monkey patch ac-update in superpack
...
AC help was not shown for the first candidate when the AC menu
is popped up first time. This change fixes the bug.
2012-07-08 14:48:58 +02:00
Takafumi Arakaki
fcf42847a1
Add auto-completion help in the superpack
...
fixes #15
2012-07-08 14:39:13 +02:00
Takafumi Arakaki
d6bb022941
Refactor ein:cell-finish-tooltip
2012-07-08 13:45:30 +02:00
Takafumi Arakaki
1e7a078333
Bit better prompt in ein:connect-to-notebook
...
The message is better because it mentions what is the next action.
Useful when invoked via keybind.
2012-07-05 00:36:26 +02:00
Takafumi Arakaki
803bdea285
Add a FIXME comment in ein:notebooklist-open-notebook-by-name
2012-07-05 00:22:16 +02:00
Takafumi Arakaki
ed7f4d997c
Add ein:notebooklist-first-open-hook
2012-07-05 00:13:12 +02:00
Takafumi Arakaki
d526d3a32a
Start v0.1.1 (bump to 0.1.1alpha0)
2012-07-04 23:37:28 +02:00
Takafumi Arakaki
e1c6b7ed20
Bump to 0.1
2012-07-04 23:29:05 +02:00
Takafumi Arakaki
338d4b560d
Add ein-pkg.el
2012-07-03 16:27:26 +02:00
Takafumi Arakaki
ca550ee5a4
Bump to 0.1beta1
...
Note that version number scheme is changed to `version-to-list'
-compliant scheme.
2012-07-03 16:27:12 +02:00
Takafumi Arakaki
d1031fd61e
mv *ein*.el ein.py lisp/
...
fixes #6
2012-07-02 16:47:20 +02:00