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

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

Re: Why emacs have not native language menu


From: Dmitri Minaev
Subject: Re: Why emacs have not native language menu
Date: Wed, 25 Jul 2007 14:36:50 +0500

On 7/25/07, Alexey Pustyntsev <nospam@dev.null> wrote:
There are more important
problems to be solved, like printing international characters
correctly (htmlizing a buffer doesn't seem to be Ok, the output may
be ugly).

Is it really that bad? The HTML code below and a fragment of its
screenshot seems to be quite close to the state of usability (had it
not been for the entities :))

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Created by htmlize-1.16 in css mode. -->
<html>
 <head>
   <title>test.org</title>
   <style type="text/css">
   <!--
     body {
       color: #000000;
       background-color: #ffffff;
     }
     .highlight {
       /* highlight */
       background-color: #b4eeb4;
     }
     .org-level-1 {
       /* org-level-1 */
       color: #0000ff;
     }
     .org-level-2 {
       /* org-level-2 */
       color: #b8860b;
     }
     .org-level-3 {
       /* org-level-3 */
       color: #a020f0;
     }
     a {
       color: inherit;
       background-color: inherit;
       font: inherit;
       text-decoration: inherit;
     }
     a:hover {
       text-decoration: underline;
     }
   -->
   </style>
 </head>
 <body>
   <pre>

<span class="org-level-1">* Latin</span>
<span class="org-level-2">**
&#1050;&#1080;&#1088;&#1080;&#1083;&#1083;&#1080;&#1094;&#1072;</span>
<span class="org-level-3">***
&#949;&#955;&#955;&#951;&#957;&#953;&#954;&#942;
&#947;&#955;&#974;&#963;&#963;&#945;</span>
</pre>
 </body>
</html>

--
With best regards,
Dmitri Minaev

Russian history blog: http://minaev.blogspot.com

Attachment: test.png
Description: PNG image


reply via email to

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