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

[REBOL] Re: Changing font size in built-in editor

From: santilli:gabriele:gmai:l at: 9-Nov-2010 17:50

On Tue, Nov 9, 2010 at 4:43 PM, Duke Normandin <dukeofperl-ml1.net> wrote:
> Thanks for the work-around! I "live" mostly in emacs, so I'm not > homeless ;) In "View" the built-in editor was simply handy. What would > be cool, is if a person could use an external editor within "View".
external-editor: func [file [file!]] [ call reduce ["gvim" file] ] :-P