From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: GnuTLS for W32 Date: Tue, 03 Jan 2012 01:48:20 +0100 Message-ID: <87fwfxtxuz.fsf@wanadoo.es> References: <87aa68dfao.fsf@lifelogs.com> <87ty4fbje8.fsf@lifelogs.com> <83ehvjs8t5.fsf@gnu.org> <87pqf3bcom.fsf@lifelogs.com> <83boqns68o.fsf@gnu.org> <87liprazr1.fsf@lifelogs.com> <83wr9bqez3.fsf@gnu.org> <87y5tr9dwv.fsf_-_@lifelogs.com> <87k45alwgb.fsf@wanadoo.es> <87fwfyltm1.fsf@wanadoo.es> <87boqmlrma.fsf@wanadoo.es> <87ty4e9j19.fsf@lifelogs.com> <83obumqa0v.fsf@gnu.org> <87ipktag2e.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325551726 22029 80.91.229.12 (3 Jan 2012 00:48:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 Jan 2012 00:48:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 03 01:48:43 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 1RhsYU-0002Dq-Id for ged-emacs-devel@m.gmane.org; Tue, 03 Jan 2012 01:48:42 +0100 Original-Received: from localhost ([::1]:39664 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhsYT-0008Vh-Pl for ged-emacs-devel@m.gmane.org; Mon, 02 Jan 2012 19:48:41 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:33301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhsYQ-0008VQ-NE for emacs-devel@gnu.org; Mon, 02 Jan 2012 19:48:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RhsYP-0007ws-Jy for emacs-devel@gnu.org; Mon, 02 Jan 2012 19:48:38 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:50892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhsYP-0007wm-Bv for emacs-devel@gnu.org; Mon, 02 Jan 2012 19:48:37 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RhsYO-0002Cn-7r for emacs-devel@gnu.org; Tue, 03 Jan 2012 01:48:36 +0100 Original-Received: from 225.red-79-147-11.dynamicip.rima-tde.net ([79.147.11.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Jan 2012 01:48:36 +0100 Original-Received: from ofv by 225.red-79-147-11.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Jan 2012 01:48:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 225.red-79-147-11.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) Cancel-Lock: sha1:I2s2wme61e2ZCU2cXQtp0oujCWM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:147202 Archived-At: Ted Zlatanov writes: [snip] > Can Emacs modify the DLL search path on W32 so it can install some DLL > from ELPA and then activate it dynamically? Or does it require a > restart and modifying the global PATH? Either way, can the process be > automated? The relevant MS Windows API function (LoadLibrary) accepts a full pathname, so no need for restarts nor changing PATH. [snip]