From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chad Brown Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Thu, 31 Dec 2015 11:50:29 -0800 Message-ID: <3BF4A711-F59D-4EB1-B682-9E6B5F653AD9@gmail.com> References: <87bn9a8an8.fsf@isaac.fritz.box> <87wprxfkvx.fsf@gmx.us> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1451591449 11295 80.91.229.3 (31 Dec 2015 19:50:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2015 19:50:49 +0000 (UTC) Cc: emacs-devel To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 31 20:50:47 2015 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 1aEjFH-0001Xu-2q for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2015 20:50:47 +0100 Original-Received: from localhost ([::1]:56658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEjFF-0001aQ-5Q for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2015 14:50:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEjFB-0001aH-GV for emacs-devel@gnu.org; Thu, 31 Dec 2015 14:50:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEjFA-00085V-Ii for emacs-devel@gnu.org; Thu, 31 Dec 2015 14:50:41 -0500 Original-Received: from mail-pf0-x22f.google.com ([2607:f8b0:400e:c00::22f]:34791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEjF4-00084u-J2; Thu, 31 Dec 2015 14:50:34 -0500 Original-Received: by mail-pf0-x22f.google.com with SMTP id e65so106982568pfe.1; Thu, 31 Dec 2015 11:50:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Z4xYDC6+e1gj+/wrq55GPjypv3viouqn8eaCLOpsOYQ=; b=EGma7ixFXUKa4eWZ6AzEbXw2mVtTUXMKOSqRQsMfkpNcvHdqP0vcVe/F3g35VWjsEC p544PuO1jsZwqqHp0uNts+D17ESe2V2doNOPIiMNgY7ZwAx4fXXmpKj+0j4t0nPJPXDP avewuskp/PT8IuukBwnK8N0WsKom/V56mKyhvKlXvwk62rE1AN6H+z58JGpkRUeSeN7a +PCHl2RF6xxB6rj13ma0KSvnBylgYrEm1Ib6u3hJD/WZSWiX6PwPcexOWmIK5dIc+6fg mQlFi73E6iSBk3zV99lLe9vc32m5/4DEg2y7M9w3Uun2+dLQJk0aUiZpXj5iZvZeVVhN +5aA== X-Received: by 10.98.67.74 with SMTP id q71mr100650234pfa.134.1451591433715; Thu, 31 Dec 2015 11:50:33 -0800 (PST) Original-Received: from [10.0.1.13] (75-172-123-40.tukw.qwest.net. [75.172.123.40]) by smtp.gmail.com with ESMTPSA id w26sm98524627pfi.78.2015.12.31.11.50.30 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 31 Dec 2015 11:50:30 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.3112) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:400e:c00::22f 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:197282 Archived-At: > On 30 Dec 2015, at 22:30, Richard Stallman wrote: >=20 > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] >=20 >> * The function `mac-start-animation' provides several animation >> effects via Core Animation. >=20 > It looks like this feature would only be for MacOS, so we should not > install it. If you would like to help the cause of freedom, one way > you can do so is by not releasing this code at all. In case it wasn=E2=80=99t clear, this code just turns on a basic OS = feature that is built in to MacOS. The code isn=E2=80=99t creating animations for = emacs or adding animation support to the OS. ~Chad