Andreas Röhler
Andreas Röhler
Extending missing verb forms 3nd person singlar. Extensions appear in example, examples are followed by source. * swathe He swathes it with his own feelings, and thereby lends to it...
Fixed some stuff in pattern/text/en/en-verbs.txt
With Emacs 24.3 python.el provides 'python, which suggests another cond yet.
explain-pause version: 0.1 emacs version: 28.0.91 not top level in wrap-native for # current #s(explain-pause-command-record root-emacs nil nil 2144777 (25109 59239 566201 964000) nil nil nil nil 0) Backtrace: explain-pause-report-measuring-bug("not...
Having a look into Makefile, it seems there is no option how to avoid byte-compiling. However, compiling Emacs Lisp files is optional. Avoiding it has advantages: no mistake when developing,...
What about implementing your excellent tutorial with Python examples Being interested to provide it alongside with python-mode.el
Just a style issue: Instead of (/= (point) (point-min)) use (not (bobp)) bobp is implemented in C and much faster than calling Emacs Lisp. Resp. w/ (eobp)
emacs-epc requires 'concurrent, which isn't provided. Maybe it should use 'defferred ? Thanks!
Considering providing an extension. Any suggestions so far?