Commit graph

11 commits

Author SHA1 Message Date
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
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
460ae08575 Fix ein:cell-max-num-outputs docstring 2012-07-17 19:13:32 +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
63958f3cfa Change mime type preference: text over latex
LaTeX is not for human!
2012-07-14 15:19:26 +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
d6bb022941 Refactor ein:cell-finish-tooltip 2012-07-08 13:45:30 +02:00
Takafumi Arakaki
d1031fd61e mv *ein*.el ein.py lisp/
fixes #6
2012-07-02 16:47:20 +02:00
Renamed from ein-cell.el (Browse further)