From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vaidheeswaran C Newsgroups: gmane.emacs.help Subject: Re: Emacs Primer: Emacs on Mac Date: Tue, 26 May 2015 10:35:14 +0530 Message-ID: <5563FF0A.5040606@gmail.com> References: <87iobj1l22.fsf@debian.uxu> <48525AFA-CF5C-4439-B6DC-1E723DEE71F5@comcast.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1432616838 15879 80.91.229.3 (26 May 2015 05:07:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2015 05:07:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Francis Belliveau Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 26 07:07:14 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Yx757-0004X2-Ub for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2015 07:07:14 +0200 Original-Received: from localhost ([::1]:45927 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yx757-0000ak-15 for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2015 01:07:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yx74x-0000Zr-7x for help-gnu-emacs@gnu.org; Tue, 26 May 2015 01:07:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yx74t-0005Yh-MJ for help-gnu-emacs@gnu.org; Tue, 26 May 2015 01:07:03 -0400 Original-Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:34467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yx74t-0005YN-4S for help-gnu-emacs@gnu.org; Tue, 26 May 2015 01:06:59 -0400 Original-Received: by pabru16 with SMTP id ru16so83965312pab.1 for ; Mon, 25 May 2015 22:06:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=nmmHaa8ge9fgKbrlIW+K8v9b4rClWaO/CI/jeZg4CFQ=; b=KixBt7LjBYnxhc+NfnywgDgDzeakNRAlmQVmoPljmuXS9oTqEwUYqC3AlzP8ddjPbC ILL/Twf9n8jhmqGsg/0G6NkFpXukCvamiLRxrlAatP+TJkm4YPkzI6ZQ0ebTO5LgWvcF WluTLjhbiAxEv9riYTIE3jQCnppr0NNEFg3e2MQiGuiGR3zQMCaxc05dvrET21Zt62l6 at2ZJ1q4VGkmsy8JxAJEi7E2ER7hgzEUnW6KO8NvaQQ7EFX0FqQl3s4izAScJu37bXWH 9A6hQMeP4ErO18bcSjCqozKgyWfjuDsQhOXIYgz/EFDzBGhFNJhvx/upt7vQy5vfL0nt q0xA== X-Received: by 10.66.100.138 with SMTP id ey10mr45128712pab.110.1432616817138; Mon, 25 May 2015 22:06:57 -0700 (PDT) Original-Received: from [192.168.43.83] ([106.216.231.75]) by mx.google.com with ESMTPSA id zb14sm1540428pab.20.2015.05.25.22.06.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 May 2015 22:06:56 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.3.0 In-Reply-To: <48525AFA-CF5C-4439-B6DC-1E723DEE71F5@comcast.net> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::230 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104571 Archived-At: On Tuesday 26 May 2015 06:40 AM, Francis Belliveau wrote: > Cocoa is the name given to the latest OSX programming API. Its > predecessor was called Carbon. During the transition from > Carbon-based OSX 8/9 there were some compatibility issues with some > GUI applications. Likely the references to Cocoa had to do with a > claim to being fully compliant with the latest Apple API. Thanks for this information.