emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs antialiasing in X


From: David Abrahams
Subject: Re: Emacs antialiasing in X
Date: Sun, 15 Jan 2006 21:09:28 -0500
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Kenichi Handa <address@hidden> writes:

> 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.

I appreciate that you're trying to help (really!) but I don't
understand what you're telling me yet.  I'm concerned because there
are merge conflicts in the plain "ChangeLog," etc., files.  If I am
going to merge the branches I have to resolve those, don't I?

> 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")))

That looks handy, thanks.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




reply via email to

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