From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Abrahams Newsgroups: gmane.emacs.devel Subject: Re: Emacs antialiasing in X Date: Sun, 15 Jan 2006 21:09:28 -0500 Message-ID: <87k6d0exev.fsf@boost-consulting.com> References: <877j9ya8tu.fsf@boost-consulting.com> <200512220938.jBM9c8Lf021116@coolsville.localdomain> <873bjtoy1i.fsf@boost-consulting.com> <0B2B9218-7271-493B-A60D-F912E09E6E27@swipnet.se> <8764onlsq4.fsf@boost-consulting.com> <87oe2eisl2.fsf@boost-consulting.com> <87irsmkuzh.fsf@emfox.3322.org> <43CA0874.9090706@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1137385243 16835 80.91.229.2 (16 Jan 2006 04:20:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jan 2006 04:20:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 16 05:20:39 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EyLr5-0003vu-JF for ged-emacs-devel@m.gmane.org; Mon, 16 Jan 2006 05:20:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EyLtM-00035C-5T for ged-emacs-devel@m.gmane.org; Sun, 15 Jan 2006 23:22:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EyJre-0003oZ-G1 for emacs-devel@gnu.org; Sun, 15 Jan 2006 21:12:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EyJrb-0003nv-6U for emacs-devel@gnu.org; Sun, 15 Jan 2006 21:12:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EyJra-0003nm-OG for emacs-devel@gnu.org; Sun, 15 Jan 2006 21:12:54 -0500 Original-Received: from [207.172.4.62] (helo=smtp02.mrf.mail.rcn.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EyJv1-0003Xh-9r for emacs-devel@gnu.org; Sun, 15 Jan 2006 21:16:27 -0500 Original-Received: from 209-150-60-201.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com (HELO localhost.localdomain.boost-consulting.com) ([209.150.60.201]) by smtp02.mrf.mail.rcn.net with ESMTP; 15 Jan 2006 21:10:17 -0500 X-IronPort-AV: i="3.99,369,1131339600"; d="scan'208"; a="195400877:sNHT28878840" Original-To: Kenichi Handa In-Reply-To: (Kenichi Handa's message of "Mon, 16 Jan 2006 09:58:42 +0900") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Mailman-Approved-At: Sun, 15 Jan 2006 23:22:39 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:49157 Archived-At: Kenichi Handa writes: > In article , David Abrahams 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