From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: RFC: status icon support Date: Mon, 14 Jan 2008 08:05:50 +0100 Message-ID: <478B09CE.7010400@swipnet.se> References: <200801120157.m0C1v6WL020654@oogie-boogie.ics.uci.edu> <85r6gn5lr0.fsf@lola.goethe.zz> <85ir1z5ksh.fsf@lola.goethe.zz> <8563xz5dpn.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200294402 25616 80.91.229.12 (14 Jan 2008 07:06:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jan 2008 07:06:42 +0000 (UTC) Cc: tromey@redhat.com, schwab@suse.de, dann@ics.uci.edu, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 14 08:07:03 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 1JEJPQ-0006kE-1d for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2008 08:07:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEJP1-0005eL-VB for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2008 02:06:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JEJOf-0005Ra-Q7 for emacs-devel@gnu.org; Mon, 14 Jan 2008 02:06:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JEJOe-0005Qt-9u for emacs-devel@gnu.org; Mon, 14 Jan 2008 02:06:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEJOe-0005Qo-3o for emacs-devel@gnu.org; Mon, 14 Jan 2008 02:06:12 -0500 Original-Received: from av10-1-sn2.hy.skanova.net ([81.228.8.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JEJOd-00007Q-KF for emacs-devel@gnu.org; Mon, 14 Jan 2008 02:06:11 -0500 Original-Received: by av10-1-sn2.hy.skanova.net (Postfix, from userid 502) id 4D66E38376; Mon, 14 Jan 2008 08:06:10 +0100 (CET) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av10-1-sn2.hy.skanova.net (Postfix) with ESMTP id 0814E38065; Mon, 14 Jan 2008 08:06:10 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 7CFBF37E4A; Mon, 14 Jan 2008 08:06:09 +0100 (CET) User-Agent: Thunderbird 2.0.0.9 (X11/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:86880 Archived-At: Richard Stallman skrev: > Where is the point in combining a prototype that won't compile under K&R > compilers with a K&R definition (which won't compile under C++ or newer > standard compilers)? > > Our prototypes compile just fine in a K&R compiler, due to _P. > That would be P_. Jan D.