From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Re: 64-bit compilation and printfs Date: Mon, 12 Oct 2009 10:44:41 -0400 Message-ID: References: <4CE21A3C-B51B-45ED-B51B-86072D403E25@gmail.com> <834oq5jm1j.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255360092 5113 80.91.229.12 (12 Oct 2009 15:08:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Oct 2009 15:08:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 12 17:08:02 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MxMUy-0001zD-9J for ged-emacs-devel@m.gmane.org; Mon, 12 Oct 2009 17:07:44 +0200 Original-Received: from localhost ([127.0.0.1]:40449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxMUx-0000ub-GW for ged-emacs-devel@m.gmane.org; Mon, 12 Oct 2009 11:07:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxM8u-00073D-IN for emacs-devel@gnu.org; Mon, 12 Oct 2009 10:44:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxM8p-0006wv-FG for emacs-devel@gnu.org; Mon, 12 Oct 2009 10:44:55 -0400 Original-Received: from [199.232.76.173] (port=47141 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxM8p-0006wf-A0 for emacs-devel@gnu.org; Mon, 12 Oct 2009 10:44:51 -0400 Original-Received: from mail-qy0-f173.google.com ([209.85.221.173]:44169) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxM8n-0001JD-UG; Mon, 12 Oct 2009 10:44:50 -0400 Original-Received: by qyk3 with SMTP id 3so2681304qyk.1 for ; Mon, 12 Oct 2009 07:44:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=BKnCNhpqCLHC9LNcCzKpBa4FxyCOZqFxlZVPTj/v58E=; b=gXmV1s7RFe8ljwnHhsgx2EL53fHb1xu79FmwGEECboUpSqO+FCCJOhMVv7gTkbaowL Znn82aONnCb/4m++R4Kg7bdP4tya7ZKwwyAh6RGJlMyOqzCCnzw1wGSG2DdKiaFPOYnG R/UwUjgW+wIU0tUsZSKPgOV3jgPxVjmD63QBI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=Zs77CqIco8hIuc9sUyRP/H+Zr1XxdvD9XCaxYYceQZhnBltOjEGxBZiaQuUlrTiZFK /e/BVK1dv48lhZuwGGyTj8wJYlX46DNjz+qI3dlqEgU3bBtwZ7xn/yXo9ykoZyGsYe2X DqyFm9ucuKIk/1YVVRaH37awemUnCgfQGR74Q= Original-Received: by 10.224.84.133 with SMTP id j5mr4791724qal.149.1255358686656; Mon, 12 Oct 2009 07:44:46 -0700 (PDT) Original-Received: from ?192.168.2.13? (91.sub-75-194-252.myvzw.com [75.194.252.91]) by mx.google.com with ESMTPS id 21sm1634672qyk.0.2009.10.12.07.44.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 12 Oct 2009 07:44:45 -0700 (PDT) In-Reply-To: <834oq5jm1j.fsf@gnu.org> X-Mailer: Apple Mail (2.1076) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:116099 Archived-At: On Oct 12, 2009, at 12:03 AM, Eli Zaretskii wrote: > This is OK, but please note that you seem to have local changes in > xdisp.c unrelated to the %d issue (see below). Please don't > accidentally check them in as well. Right.. I forgot to exclude those from the diff but don't worry..