From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Wiegley" Newsgroups: gmane.emacs.devel Subject: Re: FFI in Emacs Date: Thu, 12 Jul 2012 13:54:51 -0500 Organization: New Artisans LLC Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342119309 5704 80.91.229.3 (12 Jul 2012 18:55:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2012 18:55:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 12 20:55:08 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 1SpOXU-0000ik-F9 for ged-emacs-devel@m.gmane.org; Thu, 12 Jul 2012 20:55:00 +0200 Original-Received: from localhost ([::1]:48134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpOXT-0002Q2-Kf for ged-emacs-devel@m.gmane.org; Thu, 12 Jul 2012 14:54:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpOXQ-0002Px-Rq for emacs-devel@gnu.org; Thu, 12 Jul 2012 14:54:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpOXP-0003vr-6B for emacs-devel@gnu.org; Thu, 12 Jul 2012 14:54:56 -0400 Original-Received: from mail-gh0-f169.google.com ([209.85.160.169]:55467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpOXP-0003vW-1R for emacs-devel@gnu.org; Thu, 12 Jul 2012 14:54:55 -0400 Original-Received: by ghrr18 with SMTP id r18so3224619ghr.0 for ; Thu, 12 Jul 2012 11:54:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:organization:references:mail-followup-to :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=nX6B1Clg0Fbk54YePbf2pi7XzPVsJzcKpLjT3XeOTFY=; b=QkjO350bK0h45z0UnmSj79QhVnndqWxWnzzV2GRskVsiFaXsIsLXUfIFnBvKhOLHru KXi5ibPBtnSq7oURsS/zDPXDcQSr/5YCOp6ve6H+UoR7FdWZMkiXtYzXUKvN6ftekxEO qYIMc3fbZn9JX68kS3bdEb4ZXNuKZ4GXKC/VLAjpXVpABJcnVg0iaGD0Kim8TUUyU9xV t54ldLrL2S2n4Msc/h+GyrNSN9qlmSg2QF8TTWbGbK5piTaeVXtCd6OdZkY9WiFmoSDc IagnwRgAj1CXx52oT/nhGqtWYVqdzXlaJagCXNcJDCWYYurl9qk82mHJHpMWB8gilpNf OkIw== Original-Received: by 10.50.187.170 with SMTP id ft10mr18678952igc.37.1342119293726; Thu, 12 Jul 2012 11:54:53 -0700 (PDT) Original-Received: from vulcan.local (c-98-215-105-167.hsd1.il.comcast.net. [98.215.105.167]) by mx.google.com with ESMTPS id dc7sm109211igc.13.2012.07.12.11.54.52 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 12 Jul 2012 11:54:52 -0700 (PDT) Original-Received: by vulcan.local (Postfix, from userid 501) id C8958F36D8E0; Thu, 12 Jul 2012 13:54:51 -0500 (CDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Stefan Monnier's message of "Thu, 12 Jul 2012 09:55:14 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.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:151567 Archived-At: >>>>> Stefan Monnier writes: > Just for the record: Emacs's FFI should not be able to open just any random > shared library. Only the ones that come with the needed extra "I'm > compatible with the GPL" branding (as attested by the presence of the > "plugin_is_GPL_compatible" symbol, IIRC). Understood. John