emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103331: * doc/misc/dired-x.texi (Opt


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103331: * doc/misc/dired-x.texi (Optional Installation File At Point): Simplify.
Date: Thu, 17 Feb 2011 23:54:28 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103331
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2011-02-17 23:54:28 -0800
message:
  * doc/misc/dired-x.texi (Optional Installation File At Point): Simplify.
modified:
  doc/misc/ChangeLog
  doc/misc/dired-x.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2011-02-17 23:46:18 +0000
+++ b/doc/misc/ChangeLog        2011-02-18 07:54:28 +0000
@@ -1,3 +1,7 @@
+2011-02-18  Glenn Morris  <address@hidden>
+
+       * dired-x.texi (Optional Installation File At Point): Simplify.
+
 2011-02-17  Teodor Zlatanov  <address@hidden>
 
        * auth.texi (Help for users): Use :port instead of :protocol for all

=== modified file 'doc/misc/dired-x.texi'
--- a/doc/misc/dired-x.texi     2011-02-16 08:46:13 +0000
+++ b/doc/misc/dired-x.texi     2011-02-18 07:54:28 +0000
@@ -264,22 +264,9 @@
 @cindex Binding @code{dired-x-find-file}
 If you choose to have @file{dired-x.el} bind @code{dired-x-find-file} over
 @code{find-file} (@pxref{Find File At Point}), then you will need to set
address@hidden and make a call to the function
address@hidden in the @code{dired-load-hook}:
-
address@hidden
-(add-hook 'dired-load-hook
-          (lambda ()
-            (load "dired-x")
-            ;; Bind dired-x-find-file.
-            (setq dired-x-hands-off-my-keys nil)
-            ;; Make sure our binding preference is invoked.
-            (dired-x-bind-find-file)
-            ))
address@hidden example
-
-Alternatively, you can set the variable @emph{before} @file{dired-x.el} is
-loaded
address@hidden  To do this, either set it
address@hidden @file{dired-x.el} is loaded, or use @kbd{M-x customize-variable},
+or call @code{dired-x-bind-find-file} after changing the value.
 
 @example
 (add-hook 'dired-load-hook


reply via email to

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