unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Emacs manual node Hiding Subdirectories should mention unhiding (toggle)
@ 2008-03-01  0:26 Drew Adams
  2008-03-01 17:28 ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2008-03-01  0:26 UTC (permalink / raw)
  To: bug-gnu-emacs

The node should mention that $ is a toggle. I found nothing in the
doc to indicate how to show hidden subdirs. I see no index entry for
showing hidden subdirs, for instance.
 
In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
 of 2007-06-02 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include'
 





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

* Re: Emacs manual node Hiding Subdirectories should mention unhiding (toggle)
  2008-03-01  0:26 Emacs manual node Hiding Subdirectories should mention unhiding (toggle) Drew Adams
@ 2008-03-01 17:28 ` Bastien
  2008-03-01 21:46   ` Drew Adams
  0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2008-03-01 17:28 UTC (permalink / raw)
  To: Drew Adams; +Cc: bug-gnu-emacs

"Drew Adams" <drew.adams@oracle.com> writes:

> The node should mention that $ is a toggle. 

I agree.

> I found nothing in the doc to indicate how to show hidden subdirs. I
> see no index entry for showing hidden subdirs, for instance.

Can you provide a patch for this?

-- 
Bastien




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

* RE: Emacs manual node Hiding Subdirectories should mention unhiding (toggle)
  2008-03-01 17:28 ` Bastien
@ 2008-03-01 21:46   ` Drew Adams
  2008-03-05 17:14     ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2008-03-01 21:46 UTC (permalink / raw)
  To: 'Bastien'; +Cc: bug-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 254 bytes --]

> > The node should mention that $ is a toggle. 
> 
> I agree.
> 
> > I found nothing in the doc to indicate how to show hidden subdirs. I
> > see no index entry for showing hidden subdirs, for instance.
> 
> Can you provide a patch for this?

Attached.

[-- Attachment #2: dired-texi-2008-03-01.patch --]
[-- Type: application/octet-stream, Size: 2263 bytes --]

diff -c -w "dired-2008-03-01.texi" "dired-2008-03-01-patched.texi"
*** dired-2008-03-01.texi	Sat Mar  1 13:18:50 2008
--- dired-2008-03-01-patched.texi	Sat Mar  1 13:44:52 2008
***************
*** 919,925 ****
  
  Use the @kbd{l} command (@code{dired-do-redisplay}) to update the
  subdirectory's contents.  Use @kbd{C-u k} on the subdirectory header
! line to delete the subdirectory.  @xref{Dired Updating}.
  
  
  
--- 919,926 ----
  
  Use the @kbd{l} command (@code{dired-do-redisplay}) to update the
  subdirectory's contents.  Use @kbd{C-u k} on the subdirectory header
! line to delete the subdirectory.  @xref{Dired Updating}.  You can also
! hide and show inserted subdirectories; @xref{Hiding Subdirectories}.
  
  
  
***************
*** 981,988 ****
  
  @node Hiding Subdirectories
  @section Hiding Subdirectories
  
- @cindex hiding in Dired (Dired)
    @dfn{Hiding} a subdirectory means to make it invisible, except for its
  header line.
  
--- 982,990 ----
  
  @node Hiding Subdirectories
  @section Hiding Subdirectories
+ @cindex hiding subdirectories (Dired)
+ @cindex showing hidden subdirectories (Dired)
  
    @dfn{Hiding} a subdirectory means to make it invisible, except for its
  header line.
  
***************
*** 990,998 ****
  @item $
  @findex dired-hide-subdir
  @kindex $ @r{(Dired)}
! Hide or reveal the subdirectory that point is in, and move point to the
! next subdirectory (@code{dired-hide-subdir}).  A numeric argument serves
! as a repeat count.
  
  @item M-$
  @findex dired-hide-all
--- 992,1000 ----
  @item $
  @findex dired-hide-subdir
  @kindex $ @r{(Dired)}
! Hide or show the subdirectory that point is in, and move point to the
! next subdirectory (@code{dired-hide-subdir}).  This is a toggle.  A
! numeric argument serves as a repeat count.
  
  @item M-$
  @findex dired-hide-all
***************
*** 1011,1016 ****
--- 1013,1021 ----
  without having to remove the Dired marks on files in those
  subdirectories.
  
+ @xref{Dired Updating} about inserting or deleting a subdirectory
+ listing.
+ 
  @node Dired Updating
  @section Updating the Dired Buffer
  @cindex updating Dired buffer

Diff finished at Sat Mar 01 13:45:16

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

* Re: Emacs manual node Hiding Subdirectories should mention unhiding (toggle)
  2008-03-01 21:46   ` Drew Adams
@ 2008-03-05 17:14     ` Bastien
  0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2008-03-05 17:14 UTC (permalink / raw)
  To: Drew Adams; +Cc: bug-gnu-emacs

"Drew Adams" <drew.adams@oracle.com> writes:

>> > The node should mention that $ is a toggle. 
>> 
>> I agree.
>> 
>> > I found nothing in the doc to indicate how to show hidden subdirs. I
>> > see no index entry for showing hidden subdirs, for instance.
>> 
>> Can you provide a patch for this?
>
> Attached.

Applied, thanks.

-- 
Bastien




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

end of thread, other threads:[~2008-03-05 17:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-01  0:26 Emacs manual node Hiding Subdirectories should mention unhiding (toggle) Drew Adams
2008-03-01 17:28 ` Bastien
2008-03-01 21:46   ` Drew Adams
2008-03-05 17:14     ` Bastien

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).