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

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

Re: can't unjumble foreign buffer


From: Kevin Rodgers
Subject: Re: can't unjumble foreign buffer
Date: Thu, 15 May 2003 08:38:45 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Dan Jacobson wrote:

I do find-file on a file that is unicode text (.txt), and I want to
unjumble before my eyes.  The only thing on the menus that might be
appropriate is 'set coding system' but that is greyed-out.

From emacs-21.3/lisp/international/mule-cmds.el:

(define-key-after mule-menu-keymap [set-various-coding-system]
  (list 'menu-item "Set Coding Systems" set-coding-system-map
        :enable 'enable-multibyte-characters))

So the "Set Coding Systems" menu item is grayed-out when
enable-multibyte-characters is nil.  So you must have explicitly disabled
multibyte character support.

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>





reply via email to

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