-
Notifications
You must be signed in to change notification settings - Fork 1
TODO
D Groth edited this page Dec 29, 2024
·
15 revisions
Here a list of possible additions and improvements
- mouse support terminal
- OSC52 clipboard support in terminal
- focus support of ME recognizing loss of focus
- adding py-doc macro from contribs to core
- insert-primary-selection - S-Insert to contribs with documentation
- insert-secondary-selection- C-S-Insert - in the same way
Here a list of BUGS and issues
- abbreviation expansion not enabled in hk-fhook for Python and R (DONE)
- r-format, r-lint and r-exec should check for file-hook before doing it
- fix initial mec FILENAME after installation not entering setup
- edit user file not default in setup?
Here a collection of links to bring UTF-8 somehow into ME:
Uemacs 2005-2012 code Shifting from 7bit (Latin 1) to UTF8 encodings
- Torvalds uemacs test file
- Torvalds uemacs 2005
- Torvalds uemacs 2012
- Torvalds uemacs 2012
- Torvalds uemacs 2012
Workaround reading and writing UTF-8 but working with 8bit encodings
Read UTF-8, edit it as ISO8859-15 or Windows CP1252 and then save it back as UTF-8:
Libraries: uchardet for encoding detection and libiconv for encoding conversion