help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[h-e-w] skeleton-pair-insert-maybe on emacs 22 for win32


From: Dustin Lee
Subject: [h-e-w] skeleton-pair-insert-maybe on emacs 22 for win32
Date: Sat, 24 Mar 2007 22:29:16 -0600

I have the following section in my .emacs

;; ----------------------------------------------------------------------
;; insert matching pairs of symbols
(global-set-key (kbd "M-{") 'skeleton-pair-insert-maybe)
(global-set-key (kbd "M-[") 'skeleton-pair-insert-maybe)
(global-set-key (kbd "M-\"") 'skeleton-pair-insert-maybe)
(global-set-key (kbd "M-'") 'skeleton-pair-insert-maybe) 
(global-set-key (kbd "M-<") 'skeleton-pair-insert-maybe)
(global-set-key (kbd "M-(") 'skeleton-pair-insert-maybe)
(setq skeleton-pair 1)

This works fine for emacs 21.  I'm trying out emacs 22 and when I press M-( instead of the expected "()" I get "\250\250". 

Any ideas?


--
Dustin Lee
qhfgva=rot13(dustin)
reply via email to

[Prev in Thread] Current Thread [Next in Thread]