unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Emacs on Cygwin
@ 2005-02-21 20:46 Ehud Karni
  0 siblings, 0 replies; only message in thread
From: Ehud Karni @ 2005-02-21 20:46 UTC (permalink / raw)
  Cc: Joe Buehler

I just built Emacs 22.0.50 on Cygwin, emacs-versin: GNU Emacs 22.0.50.5
(i686-pc-cygwin, GTK+ Version 2.4.14) of 2005-02-21 on p4-1700-xp.

The build time is large compared to GNU/Linux.
Cygwin configure 9:27, make bootstrap 40:58.
GNU/Linux configure 1:33, bootstarp 23:15.

I found 1 specific bug when dumping Emacs on Cygwin:
The keybinding of Control/Meta delete and backspace are reversed.
I did (describe-variable 'global-map) on both system and found the
following differences (the Cygwin bindings are reversed):

    GNU/Linux map                              Cygwin map
(C-M-backspace . Alt-C-delete)             (C-M-backspace . Alt-C-BS)
(C-M-delete . Alt-C-BS)                    (C-M-delete . Alt-C-delete)

(C-backspace . PC-C-delete)                (C-backspace . PC-C-bksp)
(C-delete . PC-C-bksp)                     (C-delete . PC-C-delete)

(M-backspace . Alt-delete)                 (M-backspace . Alt-BS)
(M-delete . Alt-BS)                        (M-delete . Alt-delete)

(M-S-delete . Alt-S-delete)                (M-S-delete . Alt-S-delete)
(C-S-delete . PC-CS-delete)                (C-S-delete . PC-CS-delete)
(S-delete . PC-S-delete)                   (S-delete . PC-S-delete)
(delete . PC-delete)                       (delete . PC-delete)

(M-S-backspace . Alt-S-BS)                 (M-S-backspace . Alt-S-BS)
(S-backspace . PC-S-bksp)                  (S-backspace . PC-S-bksp)

Ehud.


--
 Ehud Karni           Tel: +972-3-7966-561  /"\
 Mivtach - Simon      Fax: +972-3-7966-667  \ /  ASCII Ribbon Campaign
 Insurance agencies   (USA) voice mail and   X   Against   HTML   Mail
 http://www.mvs.co.il  FAX:  1-815-5509341  / \
 GnuPG: 98EA398D <http://www.keyserver.net/>    Better Safe Than Sorry

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-21 20:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-21 20:46 Emacs on Cygwin Ehud Karni

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).