From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: More enhancements to fringe bitmaps. Date: Sun, 15 Feb 2004 00:31:02 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040215.003102.212295326.mituharu@math.s.chiba-u.ac.jp> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1076772823 31192 80.91.224.253 (14 Feb 2004 15:33:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Feb 2004 15:33:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Feb 14 16:33:33 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1As1nR-0004kj-00 for ; Sat, 14 Feb 2004 16:33:33 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1As1nQ-0000RV-00 for ; Sat, 14 Feb 2004 16:33:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1As1mT-0005vK-SH for emacs-devel@quimby.gnus.org; Sat, 14 Feb 2004 10:32:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1As1mC-0005vC-C1 for emacs-devel@gnu.org; Sat, 14 Feb 2004 10:32:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1As1lf-0005lA-2q for emacs-devel@gnu.org; Sat, 14 Feb 2004 10:32:14 -0500 Original-Received: from [133.82.132.2] (helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.24) id 1As1le-0005jz-AU for emacs-devel@gnu.org; Sat, 14 Feb 2004 10:31:42 -0500 Original-Received: from localhost (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id C7CCF1A6376; Sun, 15 Feb 2004 00:31:35 +0900 (JST) Original-To: storm@cua.dk In-Reply-To: X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19937 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19937 >>>>> On 14 Feb 2004 01:39:27 +0100, storm@cua.dk (Kim F. Storm) said: > I believe I have made the necessary changes to the W32 and MAC ports > (including not doing bit-swapping on MAC_OS). As we previously > discussed, the code is simpler on both W32 and MAC after these > change, but as usual I cannot test whether it works. Thanks for considering 16-bit alignment. But because PowerPC is usually used in big-endian mode, byte-swapping is needed when storing 16-bit data to unsigned short variable for the mac port. Could you do byte-swapping in init_fringe_bitmap if both MAC_OS and WORDS_BIG_ENDIAN are defined? YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp