Commit graph

13 commits

Author SHA1 Message Date
Takafumi Arakaki
6978c29ea2 Add bury-buffer in ein:pager-mode-map 2012-06-14 12:47:37 +02:00
Takafumi Arakaki
f3c782ba63 Do no use widget-keymap in the pager
I don't know why this keymap is used.  Probably the code is just
copied from notebooklist.
2012-06-14 12:45:20 +02:00
Takafumi Arakaki
a105133bba Kaymap is defined in top-level let clause
There should be no functional change by this change.
This makes it easier to change the keymap while running EIN.
I can just evaluate the let clause.  In the previous version,
I couldn't do that because rebinding the keymap does not alter the
keymap used in the running mode.
2012-06-14 12:42:57 +02:00
Takafumi Arakaki
422adbdd2b Change variable type of event: use symbol
As there is no "pattern matching" for event handling anymore, using
cons for event-type makes no sense.
2012-06-06 21:16:48 +02:00
Takafumi Arakaki
c42b756065 Fix ein:pager--open-with-text
Arguments for plist-get were flipped.

The previously added and failed test
ein:notebook-execute-current-cell-question is passed now.
2012-05-23 02:31:01 +02:00
Takafumi Arakaki
0faf8bd316 Add ein:pager-bind-events 2012-05-22 20:15:12 +02:00
Takafumi Arakaki
74d42463ad Add ein:pager-goto-docstring-bset-loc 2012-05-15 05:55:52 +02:00
Takafumi Arakaki
d6fc633735 Add ein:pager-mode 2012-05-15 05:34:37 +02:00
Takafumi Arakaki
33b98cd3fd Fix pager font-lock 2012-05-15 04:51:19 +02:00
Takafumi Arakaki
cd3d81ffb7 Make pager buffer only when needed 2012-05-14 03:08:32 +02:00
Takafumi Arakaki
3e1415ffbd Make pager buffer read only 2012-05-14 03:06:55 +02:00
Takafumi Arakaki
93d8688928 Implement ein-pager.el: help? works now 2012-05-11 05:24:34 +02:00
Takafumi Arakaki
a074a168c9 First commit of bare bone version 2012-05-07 14:41:15 +02:00