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: Adding GnuTLS to the Windows port Date: Tue, 5 Oct 2010 12:08:09 +0200 Message-ID: References: <4CAAA6B0.6010508@gmail.com> 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 1286273344 22453 80.91.229.12 (5 Oct 2010 10:09:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2010 10:09:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Christoph Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 05 12:09:03 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 1P34SD-00078G-SI for ged-emacs-devel@m.gmane.org; Tue, 05 Oct 2010 12:09:02 +0200 Original-Received: from localhost ([127.0.0.1]:44531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P34SC-0006RE-UN for ged-emacs-devel@m.gmane.org; Tue, 05 Oct 2010 06:09:00 -0400 Original-Received: from [140.186.70.92] (port=54984 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P34S3-0006R7-SR for emacs-devel@gnu.org; Tue, 05 Oct 2010 06:08:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P34S2-00066y-Fd for emacs-devel@gnu.org; Tue, 05 Oct 2010 06:08:51 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:40463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P34S2-00066u-BH for emacs-devel@gnu.org; Tue, 05 Oct 2010 06:08:50 -0400 Original-Received: by iwn41 with SMTP id 41so366781iwn.0 for ; Tue, 05 Oct 2010 03:08:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=6ifV7Lo9lzozoW5+5QSfcNgU02XfdJp8pNfqvVifcCM=; b=oCb4wsczd28G9molyAgEEwH/qFwUonoPKRspiWZgOZUZL3dzO7ZNUck/HfNmJ5fSzO XR3wCWyBg752ymfaStRMUAlzh+FEYO0/GuTYZfd03rpRapUpozgrWxeWxELo2XVaXnvk DOrU1lxtdA/5ZDQs54OZ1QArocPsQPfg4lstI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=sMDNPMTpvNVhc87cYDGtWsYMrahidX0j4blivLEJIqGoi5st2R4UMCsgOtViY6scd/ uD/kC+C77zY6x/XfsJ/5ObCN04UWFHMnKofyPZ210aF2NBKK+Co7U1tU0G/rWjOCvH/r 5cUwIGHgUITMpNacZzQWkylxqI8HzoMndr7IE= Original-Received: by 10.231.169.10 with SMTP id w10mr11839361iby.106.1286273329506; Tue, 05 Oct 2010 03:08:49 -0700 (PDT) Original-Received: by 10.231.196.71 with HTTP; Tue, 5 Oct 2010 03:08:09 -0700 (PDT) In-Reply-To: <4CAAA6B0.6010508@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:131359 Archived-At: On Tue, Oct 5, 2010 at 06:16, Christoph wrote: > Just a few spelling things... Thanks. > Should be `order'. Not in Spanish ;-) >> +(setq dynamic-library-alist >> =C2=A0 =C2=A0 =C2=A0 =C2=A0'((xpm "libxpm.dll" "xpm4.dll" "libXpm-nox4.d= ll") >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(png "libpng12d.dll" "libpng12.dll" "l= ibpng.dll" >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 ;; these are libpng 1.2.8 from GTK+ > > I am not sure if case matters, but I think the XPM library name supplied > with the binary distribution is actualy `libXpm.dll'. No, case does not matter. Note that I'm not changing the library names, they have been like so for a while. > Again, should be `order'. I'm surprised there's so little Spanish in that docstring. Thanks, I'll fix them. =C2=A0 =C2=A0 Juanma