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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/dired-x.texi
Date: Fri, 04 Apr 2003 01:23:31 -0500

Index: emacs/man/dired-x.texi
diff -c emacs/man/dired-x.texi:1.11 emacs/man/dired-x.texi:1.12
*** emacs/man/dired-x.texi:1.11 Wed Oct  2 19:24:31 2002
--- emacs/man/dired-x.texi      Tue Feb  4 09:53:27 2003
***************
*** 1,7 ****
  \input texinfo  @comment -*-texinfo-*-
  
  @c dired-x.texi --- Sebastian Kremer's Extra DIRED hacked up for GNU Emacs19
! @c 
  @c Author: Sebastian Kremer <address@hidden>
  @c    Lawrence R. Dodd <address@hidden>
  @c [Dodd's address no longer valid.]
--- 1,7 ----
  \input texinfo  @comment -*-texinfo-*-
  
  @c dired-x.texi --- Sebastian Kremer's Extra DIRED hacked up for GNU Emacs19
! @c
  @c Author: Sebastian Kremer <address@hidden>
  @c    Lawrence R. Dodd <address@hidden>
  @c [Dodd's address no longer valid.]
***************
*** 108,117 ****
  Based on @file{dired.texi} by Sebastian Kremer <sk@@thp.uni-koeln.de>
  
  @c dired-x.el REVISION NUMBER
! @item 
  For @file{dired-x.el} revision 2
  
! @c @item 
  @c Revision of this manual: 2.53 (2001/02/25 14:05:46)
  
  @c @item
--- 108,117 ----
  Based on @file{dired.texi} by Sebastian Kremer <sk@@thp.uni-koeln.de>
  
  @c dired-x.el REVISION NUMBER
! @item
  For @file{dired-x.el} revision 2
  
! @c @item
  @c Revision of this manual: 2.53 (2001/02/25 14:05:46)
  
  @c @item
***************
*** 137,146 ****
  * Miscellaneous Commands::
  * Bugs::
  
! * Concept Index::             
! * Command Index::     
! * Key Index::         
! * Variable Index::    
  
  @end menu
  
--- 137,146 ----
  * Miscellaneous Commands::
  * Bugs::
  
! * Concept Index::
! * Command Index::
! * Key Index::
! * Variable Index::
  
  @end menu
  
***************
*** 177,183 ****
  
  @enumerate
  @item
! Omitting uninteresting files from Dired listing. 
  @itemize @bullet
  @xref{Omitting Files in Dired}.
  @end itemize
--- 177,183 ----
  
  @enumerate
  @item
! Omitting uninteresting files from Dired listing.
  @itemize @bullet
  @xref{Omitting Files in Dired}.
  @end itemize
***************
*** 298,304 ****
  
  @example
  ;;; Autoload `dired-jump' and `dired-jump-other-window'.
! ;;; We autoload from FILE dired.el.  This will then load dired-x.el 
  ;;; and hence define `dired-jump' and `dired-jump-other-window'.
  (define-key global-map "\C-x\C-j" 'dired-jump)
  (define-key global-map "\C-x4\C-j" 'dired-jump-other-window)
--- 298,304 ----
  
  @example
  ;;; Autoload `dired-jump' and `dired-jump-other-window'.
! ;;; We autoload from FILE dired.el.  This will then load dired-x.el
  ;;; and hence define `dired-jump' and `dired-jump-other-window'.
  (define-key global-map "\C-x\C-j" 'dired-jump)
  (define-key global-map "\C-x4\C-j" 'dired-jump-other-window)
***************
*** 337,343 ****
  @code{dired-x-bind-find-file} in the @code{dired-load-hook}:
  
  @example
! (add-hook 'dired-load-hook 
            (lambda ()
              (load "dired-x")
              ;; Bind dired-x-find-file.
--- 337,343 ----
  @code{dired-x-bind-find-file} in the @code{dired-load-hook}:
  
  @example
! (add-hook 'dired-load-hook
            (lambda ()
              (load "dired-x")
              ;; Bind dired-x-find-file.
***************
*** 351,357 ****
  loaded
  
  @example
! (add-hook 'dired-load-hook 
            (lambda ()
              ;; Bind dired-x-find-file.
              (setq dired-x-hands-off-my-keys nil)
--- 351,357 ----
  loaded
  
  @example
! (add-hook 'dired-load-hook
            (lambda ()
              ;; Bind dired-x-find-file.
              (setq dired-x-hands-off-my-keys nil)
***************
*** 596,602 ****
  When Dired visits a directory, it looks for a file whose name is the value of
  variable @code{dired-local-variables-file} (default: @file{.dired}).  If such
  a file is found, Dired will temporarily insert it into the Dired buffer and
! run @code{hack-local-variables}.  
  
  @noindent
  For example, if the user puts
--- 596,602 ----
  When Dired visits a directory, it looks for a file whose name is the value of
  variable @code{dired-local-variables-file} (default: @file{.dired}).  If such
  a file is found, Dired will temporarily insert it into the Dired buffer and
! run @code{hack-local-variables}.
  
  @noindent
  For example, if the user puts
***************
*** 614,620 ****
  
  @enumerate
  @item
! sorted by date 
  @item
  omitted automatically
  @end enumerate
--- 614,620 ----
  
  @enumerate
  @item
! sorted by date
  @item
  omitted automatically
  @end enumerate
***************
*** 623,629 ****
  You can set @code{dired-local-variables-file} to @code{nil} to suppress this.
  The value of @code{dired-enable-local-variables} controls if and how these
  local variables are read.  This variable exists so that if may override the
! default value of @code{enable-local-variables}.  
  
  @noindent
  Please see the GNU Emacs Manual to learn more about local variables.
--- 623,629 ----
  You can set @code{dired-local-variables-file} to @code{nil} to suppress this.
  The value of @code{dired-enable-local-variables} controls if and how these
  local variables are read.  This variable exists so that if may override the
! default value of @code{enable-local-variables}.
  
  @noindent
  Please see the GNU Emacs Manual to learn more about local variables.
***************
*** 1273,1279 ****
  enhancement, or want to make a smart remark, then type
  
  @example
! @kbd{M-x dired-x-submit-report} 
  @end example
  
  @noindent
--- 1273,1279 ----
  enhancement, or want to make a smart remark, then type
  
  @example
! @kbd{M-x dired-x-submit-report}
  @end example
  
  @noindent
***************
*** 1283,1289 ****
  recreate your exact setup, making it easier to verify your bug or social
  maladjustment.
  
! Lawrence R. Dodd 
  @c <dodd@@roebling.poly.edu>
  
  @node     Concept Index, Command Index, Bugs, Top
--- 1283,1289 ----
  recreate your exact setup, making it easier to verify your bug or social
  maladjustment.
  
! Lawrence R. Dodd
  @c <dodd@@roebling.poly.edu>
  
  @node     Concept Index, Command Index, Bugs, Top




reply via email to

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