Updated: emacs*-24.2.90-1 (TEST)

Daniel Colascione dancol@dancol.org
Thu Dec 6 21:47:00 GMT 2012


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))



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 235 bytes
Desc: OpenPGP digital signature
URL: <http://cygwin.com/pipermail/cygwin/attachments/20121206/f8df7c5f/attachment.sig>


More information about the Cygwin mailing list