From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; dbus Date: Mon, 10 Dec 2007 12:56:37 +0000 Message-ID: <475D3785.2070702@gnu.org> References: <475D355E.8090303@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1197291425 1069 80.91.229.12 (10 Dec 2007 12:57:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Dec 2007 12:57:05 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: William Xu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 10 13:57:14 2007 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 1J1iCA-0002Lh-1h for ged-emacs-devel@m.gmane.org; Mon, 10 Dec 2007 13:57:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1iBs-0004pE-Ch for ged-emacs-devel@m.gmane.org; Mon, 10 Dec 2007 07:56:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1iBo-0004oY-Mo for emacs-devel@gnu.org; Mon, 10 Dec 2007 07:56:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1iBn-0004o2-5h for emacs-devel@gnu.org; Mon, 10 Dec 2007 07:56:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1iBm-0004nz-UN for emacs-devel@gnu.org; Mon, 10 Dec 2007 07:56:50 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1iBm-0003XV-NQ for emacs-devel@gnu.org; Mon, 10 Dec 2007 07:56:50 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1iBm-00052A-9C for emacs-pretest-bug@gnu.org; Mon, 10 Dec 2007 07:56:50 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1J1iBi-0003Wg-VU for emacs-pretest-bug@gnu.org; Mon, 10 Dec 2007 07:56:50 -0500 Original-Received: from mk-outboundfilter-4-a-1.mail.uk.tiscali.com ([212.74.114.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1iBi-0003WN-KT for emacs-pretest-bug@gnu.org; Mon, 10 Dec 2007 07:56:46 -0500 Original-X-Trace: 8553/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$MX-ACCEPTED/freedom2surf-infrastructure/194.106.33.237 X-SBRS: None X-RemoteIP: 194.106.33.237 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAKbGXEfCaiHt/2dsb2JhbAA Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by smtp.f2s.tiscali.co.uk with ESMTP; 10 Dec 2007 12:56:45 +0000 Original-Received: from [192.168.249.28] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 225E05001B; Mon, 10 Dec 2007 12:56:45 +0000 (GMT) User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <475D355E.8090303@gnu.org> X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:84955 gmane.emacs.pretest.bugs:20439 Archived-At: Jason Rumney wrote: > Right, but the comment in the glibc include suggests that the name is > non-standard, and there only for compatibility: > This time without ASCIIfied syntax highlighting: #ifdef __USE_MISC /* Old compatibility names for C types. */ typedef unsigned long int ulong; typedef unsigned short int ushort; typedef unsigned int uint; #endif