Ar an t-ochtú lá déag de mí Meitheamh, scríobh Uwe Brauer:
Neither of the following binding
(global-set-key [(control z)] 'suspend-emacs-or-iconify-frame)
(global-set-key "\C-z" 'suspend-emacs-or-iconify-frame)
works,
Why?
Ben introduced the global-window-system-map and global-tty-map variables,
which override the global map; by default he binds C-z to #'zap-up-to-char
under window systems. I have the following in my ~/.xemacs/init.el:
(define-key global-tty-map "\C-z" 'suspend-emacs-or-iconify-frame)
(define-key global-window-system-map "\C-z"
'suspend-emacs-or-iconify-frame)
--
‘Iodine deficiency was endemic in parts of the UK until, through what has been
described as “an unplanned and accidental public health triumph”, iodine was
added to cattle feed to improve milk production in the 1930s.’
(EN Pearce, Lancet, June 2011)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta