Commit graph

18 commits

Author SHA1 Message Date
Sam Steingold
1c6270c425 update the code base to avoid compilation warnings about obsolete functions
call-next-method -> cl-call-next-method
set-slot-value -> (setf slot-value)
*-child-p -> cl-typep
oref <keyword> -> slot-value <symbol>
object-p -> eieio-object-p
Closes https://github.com/millejoh/emacs-ipython-notebook/issues/394
2018-11-08 09:36:35 -05:00
Takafumi Arakaki
17b657cf8f Show recent history first in helm/anything UI 2013-01-21 22:06:58 +01:00
Takafumi Arakaki
20818f2e77 Do not list duplications when searching history
The key 'unique' is introduced in IPython as of:
https://github.com/ipython/ipython/pull/2792
2013-01-18 14:28:21 +01:00
Takafumi Arakaki
9323f96b0d Eagerer ein:helm-kernel-history-search-auto-pattern 2012-11-13 12:30:28 +01:00
Takafumi Arakaki
e6e6cdcdab Use modified/saved-buffer sources from helm/anything commands 2012-09-23 15:35:54 +02:00
Takafumi Arakaki
43963d222d Add ein:helm-source-{modified,saved}-notebook-buffers 2012-09-23 15:34:30 +02:00
Takafumi Arakaki
184081dd84 Add macro ein:helm-export-source 2012-09-23 15:18:08 +02:00
Takafumi Arakaki
402fbe7f2e Add ein:helm-kernel-history-search-auto-pattern 2012-09-06 00:21:55 +02:00
Takafumi Arakaki
2d94ad654d Do not filter out candidates 2012-09-06 00:17:22 +02:00
Takafumi Arakaki
d620dcd4b0 Naming tweaks in ein-helm.el 2012-09-05 23:34:22 +02:00
Takafumi Arakaki
ec20c63a30 Reduce requires-pattern for kernel history search 2012-09-05 23:08:45 +02:00
Takafumi Arakaki
53c8a86241 Add autoload cookie 2012-09-05 22:51:21 +02:00
Takafumi Arakaki
af4a5af812 Cosmetic change in ein-helm.el 2012-09-05 22:51:04 +02:00
Takafumi Arakaki
7f6795f85b Add helm/anything-ein-kernel-history 2012-09-05 22:49:41 +02:00
Takafumi Arakaki
6f1a11be30 Add autoload cookies 2012-09-01 20:51:55 +02:00
Takafumi Arakaki
080e16304c Document helm/anything-ein-notebook-buffers 2012-08-10 22:10:20 +02:00
Takafumi Arakaki
0ed3f93e78 Refactoring: add ein:notebook-opened-buffer-names 2012-08-10 22:10:18 +02:00
Takafumi Arakaki
5ca14aadfa Add ein-helm.el 2012-08-10 21:13:59 +02:00