From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.help Subject: Re: c++ programming utilities Date: 16 May 2004 19:13:16 +0900 Organization: FusionGOL - Global Online Japan Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87ad08he83.fsf@tc-1-100.kawasaki.gol.ne.jp> References: <871xll1qqj.fsf@abc.abc> <874qqgpxou.fsf@abc.abc> <86brkolos4.fsf@slowfox.dyndns.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084702669 15272 80.91.224.253 (16 May 2004 10:17:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 May 2004 10:17:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 16 12:17:43 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPIiF-0004uW-00 for ; Sun, 16 May 2004 12:17:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPIh8-0003Cb-O4 for geh-help-gnu-emacs@m.gmane.org; Sun, 16 May 2004 06:16:34 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.media.kyoto-u.ac.jp!nntp.gol.com!203.216.70.8.MISMATCH!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: yokohama2-61-203-152-243.ap.0038.net Original-X-Trace: nnrp.gol.com 1084702391 28437 61.203.152.243 (16 May 2004 10:13:11 GMT) Original-X-Complaints-To: abuse@gol.com Original-NNTP-Posting-Date: Sun, 16 May 2004 10:13:11 +0000 (UTC) System-Type: i686-pc-linux-gnu Original-Xref: shelby.stanford.edu gnu.emacs.help:123204 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18498 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18498 Kai Grossjohann writes: > > Wow, the "^[ " stands for ESC TAB, any other methods? And, I find it's > > impossible to bind ESC TAB globally, though i don't need that actually. > > You can use (kbd "ESC TAB") or (kbd "M-TAB") instead of "^[ ", I > think that's more intuitive. Or [(meta tab)] e.g. (local-set-key [(meta tab)] 'foo) -miles -- Occam's razor split hairs so well, I bought the whole argument!