From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: greg jednaszewski Newsgroups: gmane.emacs.help Subject: M-[ Date: Fri, 4 Apr 2003 22:57:07 +0000 (UTC) Organization: The Valley of the Dead Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1049497739 13344 80.91.224.249 (4 Apr 2003 23:08:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 4 Apr 2003 23:08:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 05 01:08:58 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 191aIs-0003T6-00 for ; Sat, 05 Apr 2003 01:08:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 191aG3-0001HD-00 for gnu-help-gnu-emacs@m.gmane.org; Fri, 04 Apr 2003 18:06:03 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!uwm.edu!rpi!news-ext.gatech.edu!news-int.gatech.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: r80h13.res.gatech.edu Original-X-Trace: news-int.gatech.edu 1049497027 29877 128.61.80.13 (4 Apr 2003 22:57:07 GMT) Original-X-Complaints-To: usenet@news-int.gatech.edu Original-NNTP-Posting-Date: Fri, 4 Apr 2003 22:57:07 +0000 (UTC) User-Agent: tin/1.5.12-20020311 ("Toxicity") (UNIX) (Linux/2.4.20 (i686)) Original-Xref: shelby.stanford.edu gnu.emacs.help:111672 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8174 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8174 Hi, I use swbuff.el for cycling through buffers, and I'd like to be able to bind M-[ to swbuff-switch-to-previous-buffer like so: (global-set-key (kbd "M-[") 'swbuff-switch-to-previous-buffer) However, I can't seem to be able to bind anything to simply M-[. When I do describe-key on M-[, it expects another keypress, in the same way that C-x expects another keypress. What is the reasoning behind this, and is there any way around it? Thanks, Greg -- Greg Jednaszewski greg@attenuated.org