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 17:43:58 +0100 Message-ID: References: <87hb0b3yoe.fsf@lifelogs.com> <6ED011D5-E185-44C6-BB31-A445A4E5F83A@gmail.com> <87wr976otx.fsf@lifelogs.com> <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> 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 1326127461 13927 80.91.229.12 (9 Jan 2012 16:44:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jan 2012 16:44:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier , tzz@lifelogs.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 09 17:44:16 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 1RkIKU-00055S-BS for ged-emacs-devel@m.gmane.org; Mon, 09 Jan 2012 17:44:14 +0100 Original-Received: from localhost ([::1]:50744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkIKT-0001f1-V0 for ged-emacs-devel@m.gmane.org; Mon, 09 Jan 2012 11:44:13 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:56579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkIKN-0001d2-4T for emacs-devel@gnu.org; Mon, 09 Jan 2012 11:44:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkIKG-0001Os-Hg for emacs-devel@gnu.org; Mon, 09 Jan 2012 11:44:07 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:40006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkIKG-0001Oe-D1 for emacs-devel@gnu.org; Mon, 09 Jan 2012 11:44:00 -0500 Original-Received: by wgbdt13 with SMTP id dt13so1471174wgb.30 for ; Mon, 09 Jan 2012 08:43:59 -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 :cc:content-type:content-transfer-encoding; bh=CxND7bwutU+x8fe2npfwzV20eZeHkWOKl5ZmdbjjL5o=; b=TxvwbndjFpZtbTlZX3tF/dfogg43q0f0KEixnOiiNUWnc783j2/FAiSXCs/rCoGrzX huBj2iFdL0Vd30oF0DjODFYPj4zZCnzKJc+cx6sidlo/rZ4koBA6vWt4ZKbMhA+XzNWo 1ZFydY8DLtfuIgkv/6i3x1HXeoLOo8RhjIYxI= Original-Received: by 10.180.24.105 with SMTP id t9mr5982196wif.19.1326127439052; Mon, 09 Jan 2012 08:43:59 -0800 (PST) Original-Received: by 10.223.96.75 with HTTP; Mon, 9 Jan 2012 08:43:58 -0800 (PST) In-Reply-To: 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:147518 Archived-At: On Mon, Jan 9, 2012 at 4:30 PM, Stefan Monnier w= rote: >> I'm interested in bringing in support for the NaCl cryptographic library >> for Emacs, after 24.1 is out. =A0There is info on NaCl here: > > While it might be an interesting feature to provide for future Elisp > packages, its immediate usefulness is much less obvious, so the kind of > compile-time linking model we use for things like libgnutls would not be > appropriate (e.g. Debian wouldn't want to add nacl as a dependency if > it's not actually used). > > OTOH that might be a good motivation to add support for dynamic loading > of extension libraries. Only if NaCl's "Automatic CPU-specific tuning" can be done at run-time and not only at compile-time. Ted, what's the status with that?