From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Samuel Bronson Newsgroups: gmane.emacs.devel Subject: Objective C coding style Date: Wed, 11 Jul 2012 21:15:27 -0400 Message-ID: <4A0F74AB-1CBA-4397-B1F9-8817832823DA@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1342055741 11579 80.91.229.3 (12 Jul 2012 01:15:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2012 01:15:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 12 03:15:40 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sp80G-0004wg-AT for ged-emacs-devel@m.gmane.org; Thu, 12 Jul 2012 03:15:36 +0200 Original-Received: from localhost ([::1]:57294 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sp80F-0004aO-3S for ged-emacs-devel@m.gmane.org; Wed, 11 Jul 2012 21:15:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sp80C-0004a0-8v for emacs-devel@gnu.org; Wed, 11 Jul 2012 21:15:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sp80B-0001Mk-CB for emacs-devel@gnu.org; Wed, 11 Jul 2012 21:15:32 -0400 Original-Received: from mail-qc0-f169.google.com ([209.85.216.169]:51241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sp80B-0001ML-6y for emacs-devel@gnu.org; Wed, 11 Jul 2012 21:15:31 -0400 Original-Received: by qcsd16 with SMTP id d16so1325000qcs.0 for ; Wed, 11 Jul 2012 18:15:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; bh=6N9J49GmXJ4iOhfR7fV2+1NjOFcfi/oVsYk/ybU9DDo=; b=cI2vAE8nIFAbJKkUtFImC7U1mSRLfteF3Lw7pL708qqQYkP8ZYGpPEB3TuhL5k7vqv dc0fhpXRj+vpFfl+/oLVxak7e3mlq9RrVG99hEdZuzCaCSxtabrS49a+F1KdDu4NZram LrFZWFZKf8zDvH+f3XRs3ydTrReg5akvAnHcGDuC8+0dvdFhupz8X4mATECTMYiGXOdP bmF6znadNVFjSekCNaa9hQ/7cXR7W01lVa30xSTHH7kq2JGkYIwX1WXHouRtHDLtgWYp fzQ+fWtTG9W9xGqyy8+o5o1tLIMdxNI0L+pjIkkQWZDxdDDkwd+kYDlmc00WIDMjs4Lk 6emw== Original-Received: by 10.224.180.8 with SMTP id bs8mr648811qab.40.1342055730940; Wed, 11 Jul 2012 18:15:30 -0700 (PDT) Original-Received: from [192.168.0.18] (207-172-123-137.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com. [207.172.123.137]) by mx.google.com with ESMTPS id p12sm5271392qae.0.2012.07.11.18.15.29 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 11 Jul 2012 18:15:30 -0700 (PDT) X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.216.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151548 Archived-At: I've noticed that the Objective C code of the NeXTstep port doesn't have a very consistent style. I expect this is something to do with the fact that (standards.info) doesn't cover Objective C. Would it be appropriate to adopt the GNUstep coding style?