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

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

Re: emacs-fu.blogspot.com; tips & tricks for emacs


From: djcb
Subject: Re: emacs-fu.blogspot.com; tips & tricks for emacs
Date: Sun, 14 Dec 2008 08:48:12 -0800 (PST)
User-agent: G2/1.0

On Dec 14, 2:46 am, Godfrey Ma <mylazylifeb...@sohu.com> wrote:
> it's good,but when I put following in .emacs,it doesn't work correctly.
> (global-set-key (kbd "C-TAB") 'bury-buffer)
> and I use it replace ,it well,can someone tell me why?
> (global-set-key [(control tab)] 'bury-buffer)

*blush*

(global-set-key (kbd "<C-tab>") 'bury-buffer)

works. I put an old version in the blog; update, thanks.

--Dirk.


reply via email to

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