From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: GnuTLS for W32 Date: Wed, 4 Jan 2012 16:05:09 +0100 Message-ID: References: <87boqmlrma.fsf@wanadoo.es> <87ty4e9j19.fsf@lifelogs.com> <83obumqa0v.fsf@gnu.org> <87ipktag2e.fsf@lifelogs.com> <87fwfxtxuz.fsf@wanadoo.es> <87aa64ubg9.fsf@wanadoo.es> <83boqkr9bp.fsf@gnu.org> <874nwcu17i.fsf@wanadoo.es> <834nwcr6un.fsf@gnu.org> <87vcosskhc.fsf@wanadoo.es> <831urgr2yr.fsf@gnu.org> <87r4zgsh2w.fsf@wanadoo.es> <87ipks3zbo.fsf@uwakimon.sk.tsukuba.ac.jp> <87boqk3q69.fsf@uwakimon.sk.tsukuba.ac.jp> <87aa634st8.fsf@uwakimon.sk.tsukuba.ac.jp> <87fwfvsgfv.fsf@wanadoo.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1325689569 10648 80.91.229.12 (4 Jan 2012 15:06:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2012 15:06:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?UTF-8?Q?=C3=93scar_Fuentes?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 04 16:06:05 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 1RiSPg-0007A0-6E for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2012 16:06:00 +0100 Original-Received: from localhost ([::1]:54548 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiSPf-0002zW-FH for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2012 10:05:59 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:54616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiSPY-0002ya-N1 for emacs-devel@gnu.org; Wed, 04 Jan 2012 10:05:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiSPX-00022n-6d for emacs-devel@gnu.org; Wed, 04 Jan 2012 10:05:52 -0500 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:49779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiSPX-00022f-0V for emacs-devel@gnu.org; Wed, 04 Jan 2012 10:05:51 -0500 Original-Received: by dakl33 with SMTP id l33so14560114dak.0 for ; Wed, 04 Jan 2012 07:05:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=NlSvOHlzknDarCcEUcrE2Y601qFEwliivTZ1hWijkW0=; b=bXpUMEVjXOUffyrDU0MOa0SJCK0cJVfPWbiVayb7rtm1qA/VdXdfFjEEqhI0x2ILMa +XKiuH77nyFNi+/pr20hThkdM/mCA3hVj/KJpmd4wz+RbpPaEKsrE4KJc3VbFaIe2iNe ASWhidMvXhyNIqvuXu5DzO251FMxExgecKNEs= Original-Received: by 10.68.74.233 with SMTP id x9mr114166488pbv.74.1325689550239; Wed, 04 Jan 2012 07:05:50 -0800 (PST) Original-Received: by 10.142.247.28 with HTTP; Wed, 4 Jan 2012 07:05:09 -0800 (PST) In-Reply-To: <87fwfvsgfv.fsf@wanadoo.es> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.41 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:147272 Archived-At: On Wed, Jan 4, 2012 at 15:14, =C3=93scar Fuentes wrote: > On the topic of how hard is to load a dll from an arbitrary location, > that is what I found on the Emacs sources: I think Eli's already aware of that function. > I think that Emacs is right now capable of loading a dll from an > arbitrary place. Just set dynamic-library-alist as it contains ('gnutls > . "/path/to/gnutls/gnutls.dll") (or whatever are the right names). We know that. Nobody discusses that you can use a full pathname to load a DLL from an arbitrary place. Only the convenience of handling the installation of DLLs in arbitrary places. (Well, not only; we're mainly discussing the convenience of turning Emacs into a distribution point for arbitrary Windows binaries from other projects; but I digress.) > In > any case, creating a new function that loads a .dll by name seems quite > straightforward, once we have seem how w32_delayed_load is implemented. What do you mean? =C2=A0 =C2=A0 Juanma