giglio robbo' d'acciaio <[EMAIL PROTECTED]> writes: > Sometimes I use emacs through ssh or in pure console thus without X support, > and I can't correctly insert chars like àèéìòù and so on (I'm italian). Is > there any workaround?
Do you mean you have such characters on your keyboard, but pressing the keys does not make the characters appear in the remote emacs buffer? If that is the case, perhaps you can use the UTF-8 mode, like so: C-x 8 "u produces: ü C-x 8 "s produces: ß C-x 8 'u produces ú C-x 8 `u produces ù etc. -- BOFH excuse #152: My pony-tail hit the on/off switch on the power strip. _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
