Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!bbn!jr@bbn.com From: jr@bbn.com (John Robinson) Newsgroups: comp.emacs Subject: Re: switch-to-buffer NORECORD Message-ID: <35951@bbn.COM> Date: 13 Feb 89 20:41:48 GMT References: <6314@phoenix.Princeton.EDU> <35945@bbn.COM> Sender: news@bbn.COM Reply-To: jr@bbn.com (John Robinson) Organization: BBN Systems and Technologies Corporation, Cambridge MA Lines: 13 In-reply-to: jr@bbn.com (John Robinson) In article <35945@bbn.COM>, jr@bbn (John Robinson) [that's me!] writes: > (global-set-key "B" 'bury-and-switch-to-buffer) > >Now, when you want to leave the *lisp* window and not come back to it, >use ^XB to pick its replacement. Oops - the literal control-X in there disappeared in the mail. Make that (global-set-key "^XB" 'bury-and-switch-to-buffer) -- /jr jr@bbn.com or bbn!jr