Function: idlwave-shell-resync-dirs
idlwave-shell-resync-dirs is an interactive and byte-compiled function
defined in idlw-shell.el.gz.
Signature
(idlwave-shell-resync-dirs)
Documentation
Resync the buffer's idea of the current directory.
This command queries IDL with the command bound to
idlwave-shell-dirstack-query, reads the output for the new
directory.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-resync-dirs ()
"Resync the buffer's idea of the current directory.
This command queries IDL with the command bound to
`idlwave-shell-dirstack-query', reads the output for the new
directory."
(interactive)
(idlwave-shell-send-command idlwave-shell-dirstack-query
'idlwave-shell-filter-directory
'hide 'wait))