Thierry Volpiatto <[email protected]> writes: > Maximilian Matthe <[email protected]> writes: > >> Hi, >> >> I have the following issue. I have this in my .gnus.el: >> >> ,---- >> | (setq user-full-name "Maximilian Matthé") >> `---- >> >> Everytime I want to copy sth to the x-clipboard, emacs tells me: >> >> ,---- >> | Non-ASCII string must be encoded in advance: "Maximilian Matthé" >> `---- >> >> In the message line. If I change my name to "Matthe" that does not >> happen. >> >> - my .gnus.el is saved in iso-8859-15 coding system. My default system >> locale is de_DE.utf-8. > If you have a buffer-local config (e.g coding: iso-8859-15), remove it, > utf-8 will be used instead. >
I have tried saving it in utf-8 before of course, (without any buffer-local config and also with), but it produced the same error. I tried saving in iso-8859-15 because the é would only have one byte then instead of 2 in utf-8. How come, that gnus (or whatever) reads user-full-name, whenever I copy sth. to the X-clipboard? >> - I use xubuntu 10.10. I pulled gnus at Dec 27. >> >> Can you help me fixing that differently from changing my name? >> >> Regards, Max _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
