Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!LCS.MIT.EDU!mly From: mly@LCS.MIT.EDU Newsgroups: gnu.emacs Subject: Transient windows in GNU Emacs Message-ID: <9001171940.aa12734@mintaka.lcs.mit.edu> Date: 18 Jan 90 00:40:00 GMT References: <51034@bbn.COM> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 The following form will make the buffer-list `transient': (global-set-key "\C-x\C-b" 'electric-buffer-list) The following will make `help' windows transient: (progn (require 'ehelp) (fset 'help-command ehelp-map)) Try it, you might like it.