From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; dbus Date: Tue, 01 Jan 2008 11:46:08 +0100 Message-ID: <87k5mtygb3.fsf@gmx.de> References: <87abod2b1x.fsf@gmx.de> <878x3umeo1.fsf@gmx.de> <87k5mufsl7.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199184200 12070 80.91.229.12 (1 Jan 2008 10:43:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Jan 2008 10:43:20 +0000 (UTC) Cc: Peter Dyballa , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 01 11:43:34 2008 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 1J9ear-0006ZX-LY for ged-emacs-devel@m.gmane.org; Tue, 01 Jan 2008 11:43:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J9eaV-0007Dg-SU for ged-emacs-devel@m.gmane.org; Tue, 01 Jan 2008 05:43:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J9eaS-0007BV-FF for emacs-devel@gnu.org; Tue, 01 Jan 2008 05:43:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J9eaQ-00078p-9T for emacs-devel@gnu.org; Tue, 01 Jan 2008 05:43:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J9eaQ-00078k-5p for emacs-devel@gnu.org; Tue, 01 Jan 2008 05:43:06 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1J9eaP-0005y1-Lj for emacs-devel@gnu.org; Tue, 01 Jan 2008 05:43:06 -0500 Original-Received: (qmail invoked by alias); 01 Jan 2008 10:43:04 -0000 Original-Received: from p57A22413.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.36.19] by mail.gmx.net (mp007) with SMTP; 01 Jan 2008 11:43:04 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX181M7Y/dxw1K/Yo2i4GqxSbyhaonbMcJJAs2HuHjh 7Ey6t6JyVXTUl7 In-Reply-To: (Andreas Schwab's message of "Mon, 31 Dec 2007 23:26:11 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:85807 Archived-At: Andreas Schwab writes: > Michael Albinus writes: > >> Here I'm lost. I use something like >> >> if (NILP (uname) || (strlen (SDATA (uname)) > 0)) >> >> uname is a Lisp_Object. SDATA (uname) returns (char *). > > No, it returns (unsigned char *). Yes, indeed. But then many src/*.c files should result in the same compiler warning under MacOS X, because they use str* functions with SDATA (x) as argument. I tend to ignore the compiler warning. Or is there still something obvious I don't see? > Andreas. Best regards, Michael.