From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <200007060114.VAA11380@wellington.cnchost.com> FROM: pip@namaste.stricca.org Date: Thu, 6 Jul 2000 01:19:55 -0400 To: 9fans@cse.psu.edu Subject: [9fans] Acme Mail program MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d4622d98-eac8-11e9-9e20-41e7f4b1d025 Hi I'm a bit stuck on why the mail reader in acme does not work on my system. In the top titlebar, I type in 'Mail', doubleclick to highlight it (cyan ?), then I middle mouseclick. Drum roll... nothing happens. I must be missing something obvious. In the event that I am indeed doing the right thing...: /acme/mail/386/Mail gives me a Mail: can't open window ctl file: file does not exist /acme/mail/src/win.c:15-18 seems responsible: w->ctl = open("/mnt/wsys/new/ctl", ORDWR|OCEXEC); if(w->ctl<0 || read(w->ctl, buf, 12)!=12) error("can't open window ctl file: %r"); but I do not have a /mnt/wsys/new/ in the namespace of my rc when I do the /acme/mail/386/Mail. - pip