From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: code signing with foreign function interface? Date: Mon, 08 Mar 2010 04:12:49 -0500 Message-ID: References: <874okr2nlc.fsf@escher.home> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1268039586 1468 80.91.229.12 (8 Mar 2010 09:13:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Mar 2010 09:13:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 08 10:13:00 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 1NoZ1G-0003ZY-Vt for ged-emacs-devel@m.gmane.org; Mon, 08 Mar 2010 10:12:59 +0100 Original-Received: from localhost ([127.0.0.1]:49973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoZ1G-0002sX-6m for ged-emacs-devel@m.gmane.org; Mon, 08 Mar 2010 04:12:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoZ1A-0002sQ-Ub for emacs-devel@gnu.org; Mon, 08 Mar 2010 04:12:53 -0500 Original-Received: from [199.232.76.173] (port=49020 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoZ1A-0002sG-AB for emacs-devel@gnu.org; Mon, 08 Mar 2010 04:12:52 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NoZ18-00015o-Bh for emacs-devel@gnu.org; Mon, 08 Mar 2010 04:12:52 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34038) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NoZ18-00015k-2b for emacs-devel@gnu.org; Mon, 08 Mar 2010 04:12:50 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NoZ17-0000II-5r; Mon, 08 Mar 2010 04:12:49 -0500 In-reply-to: <874okr2nlc.fsf@escher.home> (message from Stephen Berman on Mon, 08 Mar 2010 10:02:07 +0100) X-detected-operating-system: by monty-python.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:121733 Archived-At: > From: Stephen Berman > Date: Mon, 08 Mar 2010 10:02:07 +0100 > > 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 Thanks. This is part of the "GCC Internals" manual that gets installed with GCC. So no need to go to any Web site.