Commit graph

863 commits

Author SHA1 Message Date
Takafumi Arakaki
3934f8471a Add optional RELPOS argument to ein:cell-goto 2012-07-21 14:32:11 +02:00
Takafumi Arakaki
34a10d38b5 Add ein:cell-relative-point function 2012-07-21 14:31:42 +02:00
Takafumi Arakaki
0e385ceb69 Fix: copying heading cell discarded level info 2012-07-21 14:28:14 +02:00
Takafumi Arakaki
e6ad9bc9f3 Stop requiring mumamo-cmirr as it is not used
I don't remember why mumamo-cmirr is needed, but removing mumamo-cmirr
does not causes compile waring or error and notebook works.

See also: #39
2012-07-21 12:34:10 +02:00
Takafumi Arakaki
d3d4f1e7c3 Represent heading level using #'s in Imenu 2012-07-21 03:32:25 +02:00
Takafumi Arakaki
122ddcebe2 Merge branch 'heading-face' 2012-07-21 00:57:07 +02:00
Takafumi Arakaki
c14c2475cc Update change log 2012-07-20 20:53:49 +02:00
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
bc1c59e333 Merge branch 'imenu' 2012-07-20 20:15:46 +02:00
Takafumi Arakaki
c3607f486e Update change log in the document 2012-07-20 20:15:05 +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
e3110642fa Merge branch 'C-c_C-q_closes_notebook' 2012-07-19 00:42:11 +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
e0d06fec4c Fix test failures regarding latex mime type
The bug was introduced in 63958f3cfa
2012-07-19 00:36:54 +02:00
Takafumi Arakaki
0038f2f645 Document ein:notebook-kill-all-buffers command 2012-07-19 00:02:43 +02:00
Takafumi Arakaki
0c54c00a68 Merge branch 'show-in-shared-output' 2012-07-19 00:01:39 +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
0ad7b783c2 Document mumamo-indent-line-function workaround 2012-07-17 08:17:25 +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
dd16def512 Merge branch 'rename-to-scratch'
New command ein:notebook-rename-to-scratch-command is introduced.
2012-07-14 16:48:16 +02:00
Takafumi Arakaki
d9c96d86f3 Update docstrings 2012-07-14 16:46:17 +02:00
Takafumi Arakaki
5596e7db2d Add change log and update document 2012-07-14 16:40:29 +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
5f399db830 Fix doc build error: link to auto-complete 2012-07-14 15:28:45 +02:00
Takafumi Arakaki
24d61f16a2 Update change log 2012-07-14 15:25:48 +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
4f19df278f Merge branch 'open-then-connect-to-notebook' 2012-07-14 15:19:04 +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