Eel's emacs lisp.
You can install them with the following command.
- M-x package-install-file [RET] eel-el/eel.el [RET]
- M-x package-install-file [RET] eel-el/eel-kabayaki.el [RET]
If you are Emacs beginner, please read Emacs Tutorial from Help menu.
- C-h f eel-evaluate-recursive-acronym [RET]
- M-x describe-function [RET] eel-join-lines [RET]
- eel-evaluate-recursive-acronym
- eel-join-lines
- eel-just-one-space
- eel-delete-blank-lines
- eel-delete-html-tag
- eel-toggle-double-quote
- eel-add-number-grouping
- eel-concatenate-insert-register
- eel-comment-kill
Convert from java to python.
It doesn't work correctly since there are so many bugs. Please select a region manually and execute each function in order as follows (but WITHOUT ANY WARRANTY):
- M-x python-mode
- M-x eel-replace-java-docstring-with-python-one [RET]
- M-x eel-replace-java-comment-start-with-python-one [RET]
- M-x eel-replace-java-class-with-python-one [RET]
If you like a challenge, please execute a command as below:
- M-x eel-convert-from-java-to-python [RET]