~ubuntu-branches/ubuntu/vivid/gcl/vivid

« back to all changes in this revision

Viewing changes to bin/tkinfo

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-03-04 14:29:59 UTC
  • Revision ID: james.westby@ubuntu.com-20020304142959-dey14w08kr7lldu3
Tags: upstream-2.5.0.cvs20020219
ImportĀ upstreamĀ versionĀ 2.5.0.cvs20020219

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/home/wfs/bin/gcl  -f
 
2
(in-package "SI")
 
3
(setq *load-verbose* nil)
 
4
(tkconnect)
 
5
(tk::wm :iconify ".")
 
6
(offer-choices
 
7
  (sloop::sloop for v in (cdr  si::*command-args*)
 
8
        appending (info-aux v *default-info-files*))
 
9
  *default-info-files*)
 
10
(tk::bind '.info "<Destroy>" '(bye))
 
11
(read)
 
12
 
 
13
 
 
14
 
 
15
 
 
16
 
 
17
 
 
18
 
 
19