From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Godfrey Ma Newsgroups: gmane.emacs.help Subject: Re: [ANN] emacs-fu.blogspot.com; tips & tricks for emacs Date: Sun, 14 Dec 2008 08:46:40 +0800 Organization: A poorly-installed InterNetNews site Message-ID: <87zliztwgf.fsf@mylaptop.westnorth-laptop> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229276458 28897 80.91.229.12 (14 Dec 2008 17:40:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Dec 2008 17:40:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 14 18:42:02 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LBuye-0005ZU-45 for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Dec 2008 18:42:00 +0100 Original-Received: from localhost ([127.0.0.1]:51093 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBuxS-0004vG-Ef for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Dec 2008 12:40:46 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!newsgate.cuhk.edu.hk!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 4 Original-NNTP-Posting-Host: 125.75.136.70 Original-X-Trace: news.cn99.com 1229215604 8844 125.75.136.70 (14 Dec 2008 00:46:44 GMT) Original-X-Complaints-To: news@news.cn99.com Original-NNTP-Posting-Date: Sun, 14 Dec 2008 00:46:44 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:4W5vvZ/gdCRJBlkV3F7ZXVLhUmY= Original-Xref: news.stanford.edu gnu.emacs.help:165267 X-Mailman-Approved-At: Sun, 14 Dec 2008 12:34:29 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60601 Archived-At: 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)