;;; -*-Scheme-*-
;;;
-;;; $Id: dired.scm,v 1.135 1992/11/25 00:22:36 cph Exp $
+;;; $Id: dired.scm,v 1.136 1993/02/21 05:54:25 cph Exp $
;;;
-;;; Copyright (c) 1986, 1989-1992 Massachusetts Institute of Technology
+;;; Copyright (c) 1986, 1989-93 Massachusetts Institute of Technology
;;;
;;; This material was developed by the Scheme project at the
;;; Massachusetts Institute of Technology, Department of
(temporary-message
(string-append "Reading directory " (->namestring pathname) "..."))
(read-directory pathname
- (ref-variable dired-listing-switches)
+ (ref-variable dired-listing-switches buffer)
(buffer-point buffer))
(append-message "done")
(let ((point (mark-left-inserting-copy (buffer-point buffer)))
;;; -*-Scheme-*-
;;;
-;;; $Id: unix.scm,v 1.31 1992/12/03 21:51:34 arthur Exp $
+;;; $Id: unix.scm,v 1.32 1993/02/21 05:55:02 cph Exp $
;;;
-;;; Copyright (c) 1989-1992 Massachusetts Institute of Technology
+;;; Copyright (c) 1989-93 Massachusetts Institute of Technology
;;;
;;; This material was developed by the Scheme project at the
;;; Massachusetts Institute of Technology, Department of
(run-synchronous-process false lstart directory false
(find-program "ls" directory)
"-d"
- (ref-variable dired-listing-switches)
+ (ref-variable dired-listing-switches lstart)
(->namestring pathname))
(insert-string " " start)
(let ((start (mark-right-inserting (dired-filename-start start))))