Sam Steingold
32351e0cf3
Narrow to cell when indenting code (fix bug#269)
...
(ein:narrow-to-cell, ein:python-indent-line-function)
(ein:python-indent-region): New functions.
(ein:ml-lang-setup-python): Set
`indent-line-function` to `ein:python-indent-line-function` and
`indent-region-function` to `ein:python-indent-region`.
2018-02-14 11:11:26 -05:00
John Miller
aebdbc1eb8
ein-cell: Fix saving images in worksheets.
...
Images weren't being save to json in the way they should have. Mostly had to do
with how the attirbutes were being ordered. This is still, unfortunately, a
nasty bit code but it still seems to work.
2017-06-30 21:41:16 -05:00
Sam Steingold
4297ea0fc8
set and make-local-variable in one form
...
This is clearer and complies with the traditional Emacs coding style.
2016-09-13 09:33:25 -04:00
John Miller
ac53106194
Setup and documentation
...
Some test code and some exploratory writing (see Enhancements.org) to
get my head on straight.
2015-05-03 00:14:38 -05:00
Takafumi Arakaki
fdce914808
Don't set beginning/end-of-defun-function in ein:ml-lang-setup-python
2012-10-05 16:00:03 +02:00
Takafumi Arakaki
9a34c1ca50
Set beginning/end-of-defun-function in multilang-mode
2012-10-05 13:01:18 +02:00
Takafumi Arakaki
4ae699dabc
Support comment-dwim etc. in ein:multilang
2012-10-03 22:33:26 +02:00
Takafumi Arakaki
23cf0158a2
Rename: ml-keymap-setup-LANG -> ml-lang-setup-LANG
2012-10-03 22:08:20 +02:00
Takafumi Arakaki
b6aa11eb8f
Update ein:notebook-multilang-mode docstring
2012-09-30 20:33:32 +02:00
Takafumi Arakaki
8fd7334fce
Add autoload cookie for ein:notebook-multilang-mode
2012-09-30 20:31:48 +02:00
Takafumi Arakaki
4fd899528a
Rename symbols etc. in ein-multilang.el
2012-09-30 20:17:32 +02:00
Takafumi Arakaki
fa8a7d3bad
%s/ein:org-src/ein:ml/g
2012-09-30 20:12:29 +02:00
Takafumi Arakaki
a4c3b42653
git mv ein-org-src.el ein-multilang.el
2012-09-30 20:10:36 +02:00