From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: NaCl support for Emacs Date: Mon, 9 Jan 2012 19:21:36 +0100 Message-ID: References: <87ipkq6yy5.fsf@lifelogs.com> <87boqi6tzz.fsf@linux-hvfx.site> <87ehve3ul8.fsf@lifelogs.com> <87lipl22xm.fsf@lifelogs.com> <87boqh20ha.fsf@lifelogs.com> <871urc46c9.fsf@uwakimon.sk.tsukuba.ac.jp> <739bsoysp.fsf@news.eternal-september.org> <87ty47r5yt.fsf@lifelogs.com> <87k452p5u3.fsf@lifelogs.com> <87liphne9e.fsf_-_@lifelogs.com> <87boqcn76b.fsf@lifelogs.com> <87wr90kag3.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1326133317 4261 80.91.229.12 (9 Jan 2012 18:21:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jan 2012 18:21:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 09 19:21:54 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RkJqv-0003fJ-R6 for ged-emacs-devel@m.gmane.org; Mon, 09 Jan 2012 19:21:50 +0100 Original-Received: from localhost ([::1]:55543 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkJqv-0000oR-CK for ged-emacs-devel@m.gmane.org; Mon, 09 Jan 2012 13:21:49 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkJqp-0000o3-17 for emacs-devel@gnu.org; Mon, 09 Jan 2012 13:21:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkJqj-0000bp-At for emacs-devel@gnu.org; Mon, 09 Jan 2012 13:21:43 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:44848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkJqj-0000bl-02 for emacs-devel@gnu.org; Mon, 09 Jan 2012 13:21:37 -0500 Original-Received: by wgbdt13 with SMTP id dt13so1573592wgb.30 for ; Mon, 09 Jan 2012 10:21:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=EQw6V3c1hIpunSA0hsEm2NGTCo4v9bYhUP8WAfvrSG4=; b=dHxEaTx49ua4uiT8wFhI/+8srQ5UOC7Gzve59jTyL0RMxkr4hOiLHMmOgIPcl/o1vq oGfmlya47CKDV2NF8NCfCLGmIFWMqw10gTld6tXit12r85v4EYTcbXUIzDW5TJRl7xgU 9lVCC7ywrDkietGrhHEIiqdSktH5vSJaDY240= Original-Received: by 10.180.101.3 with SMTP id fc3mr6607800wib.22.1326133296246; Mon, 09 Jan 2012 10:21:36 -0800 (PST) Original-Received: by 10.223.96.75 with HTTP; Mon, 9 Jan 2012 10:21:36 -0800 (PST) In-Reply-To: <87wr90kag3.fsf@lifelogs.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.49 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:147526 Archived-At: 2012/1/9 Ted Zlatanov : > On Mon, 9 Jan 2012 18:48:58 +0100 Carsten Mattner wrote: > > CM> NaCl's design goals, implementation and patent cleanness make it attr= active > CM> to anyone who's had to make use of any kind of cipher functionality. > > I think it makes sense to provide a GNU ELPA package with NaCl, > absolutely. =A0But it's provided as a static library and I don't know how > to convert it to dynamically loaded, and Emacs doesn't have facilities > to load arbitrary dynamic libraries at runtime. =A0The rest (packaging, > on-activation compile) I can handle in the package itself. =A0If you want > to help out... or anyone else... let me know off-list. Does wrapping the .a file in a dynamic lib make sense?