Commit graph

18 commits

Author SHA1 Message Date
Takafumi Arakaki
3ce948c6ec "Sync" keymaps instead of top-level assignment 2012-05-18 23:41:33 +02:00
Takafumi Arakaki
b850ba7c7c Syntax highlighting of traceback works in plain mode
In mumamo, highlighting is off when I am in the input.
2012-05-13 08:36:21 +02:00
Takafumi Arakaki
af0fdf7714 Remove suspicious code "(not end)"
It works without this code, so let's go without it.
It is just a remnant of try-and-error.
2012-05-10 23:14:00 +02:00
Takafumi Arakaki
a613ba949c Fix mumamo error: "curr-max is not >= curr-min"
input-pos was not set to nil in the `ein:aif'-clause when there is no
next cell (i.e., when it is the last cell).
2012-05-10 23:08:51 +02:00
Takafumi Arakaki
360bcfff67 Add fallback mode for mumamo 2012-05-10 22:39:30 +02:00
Takafumi Arakaki
63dfb4ee18 Fix ein:mumamo-find-edge: treat cell-p correctly 2012-05-10 22:39:30 +02:00
Takafumi Arakaki
0e55cd3f11 Add debugging message in ein:mumamo-find-edge 2012-05-10 22:39:30 +02:00
Takafumi Arakaki
371876b910 Add all mumamo modes for all cell types
... and fix a bug in ein:mumamo-find-edge.
2012-05-10 22:39:30 +02:00
Takafumi Arakaki
6bef01e0c6 Add a macro ein:mumamo-define-chunk
And use it to define ein:mumamo-chunk-codecell
2012-05-10 22:39:30 +02:00
Takafumi Arakaki
d67e5f2160 Rename: s/notebook-mumamo-python/mumamo-chunk-codecell/g 2012-05-10 22:39:30 +02:00
Takafumi Arakaki
928e5eb8a4 Rename: s/notebook-mumamo-python/mumamo-chunk-python/g 2012-05-10 22:39:30 +02:00
Takafumi Arakaki
4b15523e49 Check cell type in ein:mumamo-find-edge 2012-05-10 22:39:30 +02:00
Takafumi Arakaki
b1f6760691 Rename: s/:.*-python-chunk/:mumamo-find-edge/g 2012-05-10 22:39:29 +02:00
Takafumi Arakaki
c95f505287 Add ein:notebook-get-nearest-cell-ewoc-node 2012-05-10 22:39:29 +02:00
Takafumi Arakaki
2675facfe5 Fix a bug in ein:notebook-mumamo-python-chunk
Previous code sets ewoc-node to nil. It was working by luck.
2012-05-10 22:39:29 +02:00
Takafumi Arakaki
be81c86876 Fix: editing last cell raises mumamo error 2012-05-08 04:17:05 +02:00
Takafumi Arakaki
36c3699d4c Add more debug message in ein:notebook-mumamo-python-chunk 2012-05-08 04:09:29 +02:00
Takafumi Arakaki
a074a168c9 First commit of bare bone version 2012-05-07 14:41:15 +02:00