Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
369 stars 19 forks source link

Missing menu option and source of Dir-Tree LispUsers module #1494

Open pamoroso opened 8 months ago

pamoroso commented 8 months ago

Describe the bug After loading the Dir-Tree LispUsers module no relevant option is present in the background menu as stated in the manual and there's apparently no other way of launching the program. Also, the source file of Dir-Tree is missing from the project repos.

To Reproduce Steps to reproduce the behavior:

  1. sign into your Interlisp Online account
  2. under Initial Exec, select Interlisp
  3. click Run Medley
  4. at the Exec, evaluate (FILESLOAD DIR-TREE)
  5. right-click on the desktop to bring up the background menu

Expected behavior An option to run Dir-Tree is present in the background menu.

Screenshots N/A

Context (please complete the following information):

Additional context The DIR-TREE source file is missing from the Medley repo under medley/lispusers, only the files DIR-TREE.LCOM and DIR-TREE.TEDIT are present there. I can't find the file in any of the other project repos either.

masinter commented 8 months ago

I can't find it in the PARC files either.

I'd suggest that it would be easy to implement as spec'd, but I wonder about the utility. \Modern applications use symbolic links and hidden files (starting with .) in ways that aren't the same as they were on D-Machines with file servers being the main repository of files. Grapher is pretty good but doesn't do so well on really wide graphs.

I'd suggest moving to obsolete/lispusers with perhaps a note?

pamoroso commented 8 months ago

I agree it's better to move Dir-Tree to obsolete/lispusers.

rmkaplan commented 8 months ago

Just a comment on grapher: If it’s a graph with wide labels, grapher does much better if it is oriented horizontally instead of vertically.

On Jan 9, 2024, at 1:14 PM, Larry Masinter @.***> wrote:

I can't find it in the PARC files either.

I'd suggest that it would be easy to implement as spec'd, but I wonder about the utility. \Modern applications use symbolic links and hidden files (starting with .) in ways that aren't the same as they were on D-Machines with file servers being the main repository of files. Grapher is pretty good but doesn't do so well on really wide graphs.

I'd suggest moving to obsolete/lispusers with perhaps a note?

— Reply to this email directly, view it on GitHub https://github.com/Interlisp/medley/issues/1494#issuecomment-1883801891, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQSTUJMSM2YWHGNFBH3BZPDYNWXKRAVCNFSM6AAAAABBTDL2I6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBTHAYDCOBZGE. You are receiving this because you are subscribed to this thread.

nbriggs commented 8 months ago

I would guess it was superseded by DIRGRAPHER, which is also pretty useless as currently configured, but does have source.