emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/dired-x.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/dired-x.texi [lexbind]
Date: Tue, 06 Jul 2004 05:56:19 -0400

Index: emacs/man/dired-x.texi
diff -c emacs/man/dired-x.texi:1.10.8.3 emacs/man/dired-x.texi:1.10.8.4
*** emacs/man/dired-x.texi:1.10.8.3     Thu Apr 29 10:59:11 2004
--- emacs/man/dired-x.texi      Tue Jul  6 09:44:45 2004
***************
*** 270,276 ****
  (add-hook 'dired-mode-hook
            (lambda ()
              ;; Set dired-x buffer-local variables here.  For example:
!             ;; (setq dired-omit-files-p t)
              ))
  @end example
  
--- 270,276 ----
  (add-hook 'dired-mode-hook
            (lambda ()
              ;; Set dired-x buffer-local variables here.  For example:
!             ;; (dired-omit-mode 1)
              ))
  @end example
  
***************
*** 394,409 ****
  @table @kbd
  @item M-o
  @kindex M-o
! @findex dired-omit-toggle
! (@code{dired-omit-toggle}) Toggle between displaying and omitting
! ``uninteresting'' files.  With a prefix argument, just mark
! the files, but don't actually omit them.
  @end table
  
  @noindent
  In order to make Dired Omit work you first need to load @file{dired-x.el}
! inside @code{dired-load-hook} (@pxref{Installation}) and then set
! @code{dired-omit-files-p} in some way (@pxref{Omitting Variables}).
  
  @ifinfo
  @menu
--- 394,412 ----
  @table @kbd
  @item M-o
  @kindex M-o
! @findex dired-omit-mode
! (@code{dired-omit-mode}) Toggle between displaying and omitting
! ``uninteresting'' files.
! @item M-O
! @kindex M-O
! @findex dired-mark-omitted
! (@code{dired-mark-omitted}) Mark ``uninteresting'' files.
  @end table
  
  @noindent
  In order to make Dired Omit work you first need to load @file{dired-x.el}
! inside @code{dired-load-hook} (@pxref{Installation}) and then evaluate
! @code{(dired-omit-mode 1)} in some way (@pxref{Omitting Variables}).
  
  @ifinfo
  @menu
***************
*** 423,430 ****
  
  @table @code
  
! @vindex dired-omit-files-p
! @item dired-omit-files-p
  
  Default: @code{nil}
  
--- 426,433 ----
  
  @table @code
  
! @vindex dired-omit-mode
! @item dired-omit-mode
  
  Default: @code{nil}
  
***************
*** 432,442 ****
  If address@hidden, ``uninteresting'' files are not listed.
  Uninteresting files are those whose files whose names match regexp
  @code{dired-omit-files}, plus those ending with extensions in
! @code{dired-omit-extensions}.  @kbd{M-o} (@code{dired-omit-toggle})
  toggles its value, which is buffer-local.  Put
  
  @example
! (setq dired-omit-files-p t)
  @end example
  
  @noindent
--- 435,445 ----
  If address@hidden, ``uninteresting'' files are not listed.
  Uninteresting files are those whose files whose names match regexp
  @code{dired-omit-files}, plus those ending with extensions in
! @code{dired-omit-extensions}.  @kbd{M-o} (@code{dired-omit-mode})
  toggles its value, which is buffer-local.  Put
  
  @example
! (dired-omit-mode 1)
  @end example
  
  @noindent
***************
*** 449,455 ****
  
  @example
  Local Variables:
! dired-omit-files-p: t
  End:
  @end example
  
--- 452,458 ----
  
  @example
  Local Variables:
! dired-omit-mode: t
  End:
  @end example
  
***************
*** 473,479 ****
  Default: @code{"^#\\|\\.$"}
  
  Files whose names match this buffer-local regexp will not be displayed.
! This only has effect when @code{dired-omit-files-p}'s value is @code{t}.
  
  The default value omits the special directories @file{.} and @file{..}  and
  autosave files (plus other files ending in @file{.}) (@pxref{Omitting 
Examples}).
--- 476,482 ----
  Default: @code{"^#\\|\\.$"}
  
  Files whose names match this buffer-local regexp will not be displayed.
! This only has effect when @code{dired-omit-mode}'s value is @code{t}.
  
  The default value omits the special directories @file{.} and @file{..}  and
  autosave files (plus other files ending in @file{.}) (@pxref{Omitting 
Examples}).
***************
*** 604,610 ****
  @example
  Local Variables:
  dired-actual-switches: "-lat"
! dired-omit-files-p: t
  End:
  @end example
  
--- 607,613 ----
  @example
  Local Variables:
  dired-actual-switches: "-lat"
! dired-omit-mode: t
  End:
  @end example
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]