Ar an chÃad là is fiche de mà MÃrta, scrÃobh Peter Petersen:
> If I just launch gnome-terminal (with the same font "bitstream vera sans > mono") I do have all the German characters, the same is true if I launch > emacs from within a text console or from within an xterm. > > What could I do to find out where the problem is? (launching emacs from > within gnome-terminal and losing all the non-ascii characters) You need to work out what character encoding gnome-terminal is using, and then run M-x set-terminal-coding-system RET iso-8859-1 RET, for example. Itâll be either that or utf-8. Once youâve worked out which is right, add (set-terminal-coding-system 'utf-8) to your ~/.emacs. -- âI, for instance, am gung-ho about open source because my family is being held hostage in Rob Maldaâs basement. But who fact-checks me, or Enderle, when we say something in public? No-one!â -- Danny OâBrien _______________________________________________ Info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
