all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ibuffer: mention how to see hidden buffers on help page
@ 2006-06-24 19:55 Dan Jacobson
  2006-06-28 13:01 ` John Paul Wallington
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Jacobson @ 2006-06-24 19:55 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ibuffer: mention how to see hidden buffers on help page
  2006-06-24 19:55 ibuffer: mention how to see hidden buffers on help page Dan Jacobson
@ 2006-06-28 13:01 ` John Paul Wallington
  0 siblings, 0 replies; 2+ messages in thread
From: John Paul Wallington @ 2006-06-28 13:01 UTC (permalink / raw)
  Cc: bug-gnu-emacs

Dan Jacobson <jidanni@jidanni.org> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-28 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-24 19:55 ibuffer: mention how to see hidden buffers on help page Dan Jacobson
2006-06-28 13:01 ` John Paul Wallington

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.