Martin Monsorno <[EMAIL PROTECTED]> writes:

> it says:
>
> ,----
> | Multibyte characters awareness:
> |   default: nil
> |   current-buffer: nil

There's your problem. Check your environment for a variable
EMACS_UNIBYTE. Check the way you are starting Emacs, do you have a
script or alias that is actually running "emacs --unibyte" instead?
Lastly, check your .emacs. I don't remember exactly how to switch
Emacs into unibyte mode from there, nor if it is still even possible
for more than just current-buffer, but it probably involves either the
string unibyte, or multibyte in the name of the variable or function.

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to