X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/233ba4d924933cb56129bd7511e6137b7c0b8e3e..795e7a5b3202851a89a042578ee572962a723d65:/lisp/eshell/em-smart.el diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index 2c54930e43..de244a2fb8 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el @@ -1,6 +1,6 @@ ;;; em-smart.el --- smart display of output -;; Copyright (C) 1999-2011 Free Software Foundation, Inc. +;; Copyright (C) 1999-2013 Free Software Foundation, Inc. ;; Author: John Wiegley @@ -71,7 +71,8 @@ (eval-when-compile (require 'eshell)) ;;;###autoload -(eshell-defgroup eshell-smart nil +(progn +(defgroup eshell-smart nil "This module combines the facility of normal, modern shells with some of the edit/review concepts inherent in the design of Plan 9's 9term. See the docs for more details. @@ -80,12 +81,13 @@ Most likely you will have to turn this option on and play around with it to get a real sense of how it works." :tag "Smart display of output" ;; :link '(info-link "(eshell)Smart display of output") - :group 'eshell-module) + :group 'eshell-module)) ;;; User Variables: -(defcustom eshell-smart-load-hook '(eshell-smart-initialize) +(defcustom eshell-smart-load-hook nil "A list of functions to call when loading `eshell-smart'." + :version "24.1" ; removed eshell-smart-initialize :type 'hook :group 'eshell-smart) @@ -119,6 +121,7 @@ only if that output can be presented in its entirely in the Eshell window." (defcustom eshell-smart-display-navigate-list '(insert-parentheses mouse-yank-at-click + mouse-yank-primary mouse-yank-secondary yank-pop yank-rectangle