emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding GnuTLS to the Windows port


From: Eli Zaretskii
Subject: Re: Adding GnuTLS to the Windows port
Date: Tue, 05 Oct 2010 07:46:15 -0400

> From: Juanma Barranquero <address@hidden>
> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]