Skip to content
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?

OSC52 - Terminal Copy and Paste

UTF-8 - uemacs

Here a collection of links to bring UTF-8 somehow into ME:

Uemacs 2005-2012 code Shifting from 7bit (Latin 1) to UTF8 encodings

UTF-8 - libiconv

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

UTF-8 - other libs

Clone this wiki locally