]> git.eshelyaron.com Git - emacs.git/commitdiff
Tramp: Disable paging with PAGER=cat
authorJérémy Compostella <jeremy.compostella@gmail.com>
Sun, 15 Feb 2015 15:11:33 +0000 (16:11 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 15 Feb 2015 15:11:33 +0000 (16:11 +0100)
Fixes: debbugs:19870
* net/tramp-sh.el (tramp-remote-process-environment): Disable paging
with PAGER=cat.

lisp/ChangeLog
lisp/net/tramp-sh.el

index ef145390a248dc648b69230c2a9f38848f6befbb..6373df64e91c076805c3d6b979cf532df9112432 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-15  Jérémy Compostella  <jeremy.compostella@gmail.com>
+
+       * net/tramp-sh.el (tramp-remote-process-environment): Disable paging
+       with PAGER=cat.  (Bug#19870)
+
 2015-02-13  Glenn Morris  <rgm@gnu.org>
 
        * textmodes/flyspell.el (flyspell-duplicate-distance):
index 8e65686e35331769f43594ae02bc5cd92b5358e2..bd7aec98f79857ef22b943e2af7429c372dc8773 100644 (file)
@@ -457,7 +457,7 @@ as given in your `~/.profile'."
     ,(format "TERM=%s" tramp-terminal-type)
     "EMACS=t" ;; Deprecated.
     ,(format "INSIDE_EMACS='%s,tramp:%s'" emacs-version tramp-version)
-    "CDPATH=" "HISTORY=" "MAIL=" "MAILCHECK=" "MAILPATH=" "PAGER=\"\""
+    "CDPATH=" "HISTORY=" "MAIL=" "MAILCHECK=" "MAILPATH=" "PAGER=cat"
     "autocorrect=" "correct=")
   "List of environment variables to be set on the remote host.