From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: code signing with foreign function interface? Date: Mon, 08 Mar 2010 10:02:07 +0100 Message-ID: <874okr2nlc.fsf@escher.home> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268038963 31814 80.91.229.12 (8 Mar 2010 09:02:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Mar 2010 09:02:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 08 10:02:39 2010 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.69) (envelope-from ) id 1NoYrF-0004nA-Of for ged-emacs-devel@m.gmane.org; Mon, 08 Mar 2010 10:02:38 +0100 Original-Received: from localhost ([127.0.0.1]:57276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoYrF-0003W2-8r for ged-emacs-devel@m.gmane.org; Mon, 08 Mar 2010 04:02:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoYr8-0003VW-EA for emacs-devel@gnu.org; Mon, 08 Mar 2010 04:02:30 -0500 Original-Received: from [140.186.70.92] (port=53694 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoYr7-0003Ue-Kv for emacs-devel@gnu.org; Mon, 08 Mar 2010 04:02:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NoYr6-0008NS-Ao for emacs-devel@gnu.org; Mon, 08 Mar 2010 04:02:29 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:35287) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NoYr5-0008ND-Uw for emacs-devel@gnu.org; Mon, 08 Mar 2010 04:02:28 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NoYr3-0003kN-Eu for emacs-devel@gnu.org; Mon, 08 Mar 2010 10:02:26 +0100 Original-Received: from i59f55891.versanet.de ([89.245.88.145]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Mar 2010 10:02:25 +0100 Original-Received: from stephen.berman by i59f55891.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Mar 2010 10:02:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: i59f55891.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/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:121732 Archived-At: On Mon, 08 Mar 2010 17:24:00 +0900 Miles Bader wrote: > Richard Stallman writes: >> We gave GCC a plug-in interface last year, after developing a method >> to make it safer. So now it is ok to do this in Emacs as well. >> >> I will ask someone to write down the details and put them in the GNU >> coding standards. > > Excellent! > > [Hmm, I guess the details are probably on the gcc website somewhere too...] > > -Miles Here, I guess: http://gcc.gnu.org/onlinedocs/gccint/Plugins.html Steve Berman