X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-7.7 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,KHOP_THREADED,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Message-ID: <50C11251.4040904@dancol.org> Date: Thu, 06 Dec 2012 13:46:57 -0800 From: Daniel Colascione User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Updated: emacs*-24.2.90-1 (TEST) References: <50C08983 DOT 8000806 AT cornell DOT edu> <87ip8f10hc DOT fsf AT Rainer DOT invalid> <50C1076F DOT 3000107 AT cornell DOT edu> <877gou980c DOT fsf AT Rainer DOT invalid> In-Reply-To: <877gou980c.fsf@Rainer.invalid> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig3C7D3DBF45B51FB39875A0DE" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------enig3C7D3DBF45B51FB39875A0DE Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 12/6/12 1:37 PM, Achim Gratz wrote: > Yes, either that or via site-init.el. Currently when it reads in the > customization it finds a default font that doesn't make any sense in > Win32 and it ends up using Arial (probably because its the first on the > list, so it seems it doesn't even bother to look for a fixed-width > font). Trying to set the font on the command line doesn't seem to work > or gets later overridden by customization (I haven't had the time to > debug this yet). Under Cygwin, the variable system-type will be 'cygwin; under Windows, it will be 'windows-nt. You can perform conditional initialization as follows: (cond ((eq system-type 'cygwin) (cygwin-specific-initialization)) ((eq system-type 'windows-nt) (windows-specific-initialization)) (t (default-initialization)) --------------enig3C7D3DBF45B51FB39875A0DE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (Darwin) Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlDBElEACgkQ17c2LVA10VsDcACfX5AnflQwf9j8NIrA+uVowy8k u5UAmwXSpO+dX+7uuXsPZFzeb35bXMvI =aG1+ -----END PGP SIGNATURE----- --------------enig3C7D3DBF45B51FB39875A0DE--