From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xah Lee Newsgroups: gmane.emacs.help Subject: Re: Hide extraneous buffers? Date: Fri, 18 May 2012 17:18:39 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3692c223-0920-4696-98fd-bcca80311c56@s9g2000pbc.googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1337386817 27870 80.91.229.3 (19 May 2012 00:20:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 May 2012 00:20:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 19 02:20:16 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SVXP4-00014i-Nw for geh-help-gnu-emacs@m.gmane.org; Sat, 19 May 2012 02:20:14 +0200 Original-Received: from localhost ([::1]:54708 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVXP3-0003Zq-JK for geh-help-gnu-emacs@m.gmane.org; Fri, 18 May 2012 20:20:13 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!s9g2000pbc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 76.126.112.84 Original-X-Trace: posting.google.com 1337386720 1879 127.0.0.1 (19 May 2012 00:18:40 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 19 May 2012 00:18:40 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s9g2000pbc.googlegroups.com; posting-host=76.126.112.84; posting-account=bRPKjQoAAACxZsR8_VPXCX27T2YcsyMA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.168 Safari/535.19,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:192486 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84891 Archived-At: On May 18, 11:03=C2=A0am, BDB wrote: > Is there any way to hide the *scratch*, Messages, Completions etc buffers= ? > I kill them but they always come back, and it's a pain to have to cycle > through 6 buffers when I only really have 3 meaningful ones open. you want {next-user-buffer, previous-user-buffer}. They are in ergoemacs keybinding package, with key =E3=80=90Ctrl+PageDown=E3=80=91,=E3= =80=90Ctrl+PageUp=E3=80=91. package here http://xahlee.org/emacs/ergonomic_emacs_keybinding.html or just these functions, at http://xahlee.org/emacs/elisp_examples.html not best implemented. criticism welcome. Xah