Daniel Colascione writes: > 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))
I need to keep the emacs-w32 and emacs-gtk under cygwin apart and AFAIK they both get reported as 'cygwin. So I was looking for a way to know this other than by looking at the build string. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple