From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Adding GnuTLS to the Windows port Date: Tue, 05 Oct 2010 07:46:15 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1286279192 2181 80.91.229.12 (5 Oct 2010 11:46:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2010 11:46:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 05 13:46:31 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P35yY-00011P-Sw for ged-emacs-devel@m.gmane.org; Tue, 05 Oct 2010 13:46:31 +0200 Original-Received: from localhost ([127.0.0.1]:53655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P35yY-0007yJ-9a for ged-emacs-devel@m.gmane.org; Tue, 05 Oct 2010 07:46:30 -0400 Original-Received: from [140.186.70.92] (port=42812 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P35yL-0007uF-Rl for emacs-devel@gnu.org; Tue, 05 Oct 2010 07:46:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P35yK-0002Wn-9k for emacs-devel@gnu.org; Tue, 05 Oct 2010 07:46:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P35yK-0002Wi-60 for emacs-devel@gnu.org; Tue, 05 Oct 2010 07:46:16 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P35yJ-0004mX-Ua; Tue, 05 Oct 2010 07:46:15 -0400 In-reply-to: (message from Juanma Barranquero on Tue, 5 Oct 2010 06:00:10 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131362 Archived-At: > From: Juanma Barranquero > Date: Tue, 5 Oct 2010 06:00:10 +0200 > > Patch attached. Thanks. > Though the description of dynamic-library-alist, currently at > "(elisp)Image Formats" should be moved... where? How about os.texi, e.g. in the "Startup" node? A few comments regarding the patch: > +Each element is a list @code{(@var{library} @var{file}...)}, where the ^^^ @dots instead of a literal "...". > +car is a symbol representing a supported external library, and the ^^^ We use either @code{car} or @sc{car}. > +Emacs tries to load the library from the files in the orden they > +appear on the list; if none is loaded, the running session of Emacs ^^^^^^^^^^^^^^^^^ "if none is found" sounds better. > +won't have access to that library. "...and the features that depend on that library will be unavailable." > +** `image-library-alist' is renamed to `dynamic-library-alist'. > +The variable is now used to load all kind of supported dynamic libraries, > +not just image libraries. Please document here the fact that `image-library-alist' is still available as an obsolete alias.