Matt Price <[EMAIL PROTECTED]> writes: >> >> This is archaic. Use the below instead. >> >> (set-language-environment "Latin-1") > > thanks, I'll try it > >> >> `set-keyboard-coding-system' might be of interest too. > > ooh, sounds good -- do I put that in .emacs in the same format as > above (parameter-name-here "value") ?
Yes, but note that the argument is a Lisp symbol. Thus you do something like this: (set-keyboard-coding-system 'iso-latin-1) For a list of all valid codings do M-x list-coding-systems. -- Booting... /vmemacs.el -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]