branch: externals/idlwave
commit baf495965e1668d47cad4ca00091257bf8f98b58
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Don't let IDL page
---
idlw-shell.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idlw-shell.el b/idlw-shell.el
index 77c8b7456e..3f178748fa 100644
--- a/idlw-shell.el
+++ b/idlw-shell.el
@@ -1086,10 +1086,10 @@ IDL has currently stepped.")
;; Run the hooks.
(run-mode-hooks 'idlwave-shell-mode-hook)
(idlwave-shell-send-command idlwave-shell-initial-commands nil 'hide)
- ;; Turn off IDL's ^d interpreting, and define a system
+ ;; Turn off IDL's paging, and define a system
;; variable which knows the version of IDLWAVE
(idlwave-shell-send-command
- (format "defsysv,'!idlwave_version','%s',1" idlwave-mode-version)
+ (format "!MORE=0 & defsysv,'!idlwave_version','%s',1" idlwave-mode-version)
nil 'hide)
;; Read the paths, and save if they changed
(idlwave-shell-send-command idlwave-shell-path-query