Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Developing Rebol under Linux for the console averse with gedit

From: tim-johnsons::web::com at: 11-Sep-2008 7:18

On Wednesday 10 September 2008, Peter W A Wood wrote:
> I found this easy way of running Rebol directly from the gedit text > editor. > > 1. Select Edit->Preferences > > 2. Select Plugins Tab > > 3. Select External Tools > > 4. Select Configure Plugin > > 5. Added a new tool giving it a name (Rebol/View in my case) > > 6. Set Shortcut Key to your choice (<Control><Alt>r in my case). > > 7. Set Commands to the command you would use to start Rebol (/home/ > peter/Desktop/rebview -vs in my case) > > 8. Close the External Tools Manager > > 9. Close gedit preferences
Can you run the rebol interpreter asynchronously using this setup? I wrote a rebol mode for emacs years ago and love the comint (inferior) mode for running the interpreter (/core) tim