Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

JOVE Editor

33 views
Skip to first unread message

Benjamin Eby

unread,
Aug 6, 2019, 7:50:20 PM8/6/19
to
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

Benjamin Eby

unread,
Aug 6, 2019, 9:03:00 PM8/6/19
to
After reading the manual, I see there is a SETEDITOR variable in UCBLogo. I will try this tomorrow. I'm guessing I may need to set the variable in a configuration file somewhere if I want the variable to be created every time I start the program. I'll do that tomorrow. Going to bed.

Benjamin Eby

unread,
Aug 6, 2019, 9:33:23 PM8/6/19
to
On Wednesday, August 7, 2019 at 7:50:20 AM UTC+8, Benjamin Eby wrote:
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.

Bill Gunshannon

unread,
Aug 7, 2019, 7:53:25 AM8/7/19
to
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

Benjamin Eby

unread,
Aug 7, 2019, 12:39:02 PM8/7/19
to
I did. Quoting myself: "So next I did EDITOR=jove and export EDITOR"
0 new messages