From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Status of MAC/W32/X consolidation -- first major patch committed. Date: Mon, 17 Mar 2003 20:01:18 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030317200045.C8D8.LEKTU@terra.es> References: <5xbs0bq8en.fsf_-_@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1047927795 22924 80.91.224.249 (17 Mar 2003 19:03:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2003 19:03:15 +0000 (UTC) Cc: "Kim F. Storm" Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 17 20:03:10 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18uzt8-0005x5-00 for ; Mon, 17 Mar 2003 20:03:10 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18v0Iv-0004Os-00 for ; Mon, 17 Mar 2003 20:29:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18uzsg-0001bT-04 for emacs-devel@quimby.gnus.org; Mon, 17 Mar 2003 14:02:42 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18uzrt-0000ZD-00 for emacs-devel@gnu.org; Mon, 17 Mar 2003 14:01:53 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18uzrm-0000KR-00 for emacs-devel@gnu.org; Mon, 17 Mar 2003 14:01:49 -0500 Original-Received: from smtp.terra.es ([213.4.129.129] helo=tsmtp1.mail.isp) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18uzrl-0000FW-00 for emacs-devel@gnu.org; Mon, 17 Mar 2003 14:01:45 -0500 Original-Received: from [80.36.30.211] ([80.36.30.211]) by tsmtp1.mail.isp (terra.es) with ESMTP id HBWQ6402.7HQ; Mon, 17 Mar 2003 20:01:16 +0100 Original-To: Benjamin Riefenstahl In-Reply-To: X-Mailer: Becky! ver. 2.05.10 Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12410 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12410 On 17 Mar 2003 15:56:01 +0100, Benjamin Riefenstahl wrote: > On MacOSX I had to do this small patch: > ! boff = it->f->output_data.x->baseline_offset; > ! boff = FRAME_BASELINE_OFFSET(it->f); It's already fixed on the CVS. /L/e/k/t/u