Groups | Search | Server Info | Login | Register
Groups > comp.lang.logo > #101
| From | Bill Gunshannon <bill.gunshannon@gmail.com> |
|---|---|
| Newsgroups | comp.lang.logo |
| Subject | Re: JOVE Editor |
| Date | 2019-08-07 07:53 -0400 |
| Message-ID | <gqvsdjFtnlfU1@mid.individual.net> (permalink) |
| References | <6d3e5165-21d4-4659-bf84-72574604a78a@googlegroups.com> <621ad92d-44d2-46ab-854f-a02c2a742cbc@googlegroups.com> |
On 8/6/19 9:33 PM, Benjamin Eby wrote: > On Wednesday, August 7, 2019 at 7:50:20 AM UTC+8, Benjamin Eby wrote: >> I am using UCBLogo on Lubuntu Linux. When I edit a procedure, the program goes to a built-in editor rather than JOVE, which I have installed on my system, and have learned how to use. The built-in editor is OK, but I would rather use JOVE, especially for large programs with many procedures. >> >> According to the UCBLogo documentation, the interpreter will use JOVE if I have the EDITOR environment variable set to jove. But Lubuntu doesn't show an EDITOR variable when I echo $EDITOR. When I checked, Lubuntu doesn't have a .bashrc file in the home folder. So next I did EDITOR=jove and export EDITOR, and ran logo again, but still no JOVE editor. >> >> So next I did META-X:shell and ran Logo from the shell inside JOVE. That didn't work either. So, I'm not sure what to try next. >> >> Benjamin > > OK, I tried SETDEITOR "usr/bin/jove after doing a whereis jove in bash. No change. I'm beginning to think that the editor has been hard-codded into place. If I don't get any replies, I guess my next step is to get the source code. > echo $EDITOR will show nothing until you actually put a value in EDITOR. These variables don't exist until the first time they are defined. It's up to you to define EDITOR to point at the EDITOR you want to use and how depends on what shell you are using. bill
Back to comp.lang.logo | Previous | Next — Previous in thread | Next in thread | Find similar
JOVE Editor Benjamin Eby <benjamin.eby@snhu.edu> - 2019-08-06 16:50 -0700
Re: JOVE Editor Benjamin Eby <benjamin.eby@snhu.edu> - 2019-08-06 18:02 -0700
Re: JOVE Editor Benjamin Eby <benjamin.eby@snhu.edu> - 2019-08-06 18:33 -0700
Re: JOVE Editor Bill Gunshannon <bill.gunshannon@gmail.com> - 2019-08-07 07:53 -0400
Re: JOVE Editor Benjamin Eby <benjamin.eby@snhu.edu> - 2019-08-07 09:39 -0700
csiph-web