bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs misbehaves without --unibyte


From: Miles Bader
Subject: Re: emacs misbehaves without --unibyte
Date: Tue, 28 May 2002 16:49:04 GMT

It should work fine if you've set the languange environment correctly
(so it knows what the non-ASCII characters are), e.g. by using
`set-language-environment', or having an appropriate setting of LANG.

If you don't want to do that, you can just tell it how to interpret file
names, like:

   (setq file-name-coding-system 'latin-1)

-Miles
-- 
80% of success is just showing up.  --Woody Allen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]