emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs antialiasing in X


From: Kenichi Handa
Subject: Re: Emacs antialiasing in X
Date: Mon, 16 Jan 2006 09:58:42 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, David Abrahams <address@hidden> writes:
>>  I agree, you would start with emacs-unicode-2 and then add XFT to that, 
>> i.e. 
>>  the former as you state above.  W.r.t. characters, this implies that you 
>> shall 
>>  keep whatever is in the emacs-unicode-2 branch.

> OK, great.  What about Changelog, NEWS, etc.?  I seriously doubt my
> ability to reason about what should be kept from each branch.

In emacs-unicode-2, I'm using README.unicode and
ChangeLog.unicode.  NEWS etc. are not yet written.

And, in my .emacs, I have this for convenience.

(eval-after-load "add-log"
  '(defun change-log-name ()
     (if (and (string-match "6.0" mule-version)
              (string-match "emacs" default-directory ))
         "ChangeLog.unicode"
       "ChangeLog")))

---
Kenichi Handa
address@hidden




reply via email to

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