From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jpw@pobox.com (John Paul Wallington) Newsgroups: gmane.emacs.bugs Subject: Re: ibuffer: mention how to see hidden buffers on help page Date: Wed, 28 Jun 2006 14:01:38 +0100 Message-ID: <87mzbxwi19.fsf@thunk.shootybangbang.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1151501137 22752 80.91.229.2 (28 Jun 2006 13:25:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jun 2006 13:25:37 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jun 28 15:25:34 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fva2Y-0001qB-OF for geb-bug-gnu-emacs@m.gmane.org; Wed, 28 Jun 2006 15:25:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fva2X-0005h1-Te for geb-bug-gnu-emacs@m.gmane.org; Wed, 28 Jun 2006 09:25:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvZg1-0005Sx-KC for bug-gnu-emacs@gnu.org; Wed, 28 Jun 2006 09:01:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvZfy-0005QI-A8 for bug-gnu-emacs@gnu.org; Wed, 28 Jun 2006 09:01:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvZfy-0005Q4-3s for bug-gnu-emacs@gnu.org; Wed, 28 Jun 2006 09:01:50 -0400 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FvZsI-0007ve-Bt for bug-gnu-emacs@gnu.org; Wed, 28 Jun 2006 09:14:34 -0400 Original-Received: from [207.106.133.28] (helo=proof.pobox.com) by mx20.gnu.org with esmtp (Exim 4.52) id 1FvZfx-0007NE-C1 for bug-gnu-emacs@gnu.org; Wed, 28 Jun 2006 09:01:49 -0400 Original-Received: from proof (localhost [127.0.0.1]) by proof.pobox.com (Postfix) with ESMTP id 755A223FB0; Wed, 28 Jun 2006 09:01:44 -0400 (EDT) Original-Received: from thunk.shootybangbang.com (thunk.shootybangbang.com [217.169.11.184]) by proof.sasl.smtp.pobox.com (Postfix) with ESMTP id 158995954E; Wed, 28 Jun 2006 09:01:41 -0400 (EDT) Original-To: Dan Jacobson X-Mailer: Norman X-Attribution: JPW X-Face: oX^^1Wzw=7hF+$9sbFF; "@y\k=M:/\KKp>Ix4]Nue{W[-D*|!E&nB]#ZV7!P List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15178 Archived-At: Dan Jacobson writes: > Regarding ibuffer.el, > Say C-x C-b runs the command ibuffer > and we hit C-x C-b h > We now come to a line > 'g' - As above, but add new buffers to the list. > > 1. As what above? Reword. > 2. Mention that C-u g is how we can see hidden buffers. > Else the user will never figure out how to see hidden buffers. Thanks for the bug report. I've installed a doc fix: Index: ibuffer.el =================================================================== RCS file: /sources/emacs/emacs/lisp/ibuffer.el,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- ibuffer.el 6 May 2006 23:58:31 -0000 1.81 +++ ibuffer.el 28 Jun 2006 12:10:50 -0000 1.82 @@ -2457,10 +2457,13 @@ Other commands: + '\\[ibuffer-update]' - Regenerate the list of all buffers. + Prefix arg means to toggle whether buffers that match + `ibuffer-maybe-show-predicates' should be displayed. + '\\[ibuffer-switch-format]' - Change the current display format. '\\[forward-line]' - Move point to the next line. '\\[previous-line]' - Move point to the previous line. - '\\[ibuffer-update]' - As above, but add new buffers to the list. '\\[ibuffer-quit]' - Bury the Ibuffer buffer. '\\[describe-mode]' - This help. '\\[ibuffer-diff-with-file]' - View the differences between this buffer