From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from server2.sitesell.com ([216.95.221.3]) by speech.braille.uwo.ca with smtp (Exim 3.36 #1 (Debian)) id 1FXUim-00044O-00 for ; Sat, 22 Apr 2006 22:53:12 -0400 Received: (qmail 8049 invoked by uid 223); 23 Apr 2006 02:52:42 -0000 Received: from 67.68.59.251 by server2.sitesell.com (envelope-from , uid 101) with qmail-scanner-1.25 (clamdscan: 0.81/685. spamassassin: 3.0.1. Clear:RC:1(67.68.59.251):. Processed in 0.042388 secs); 23 Apr 2006 02:52:42 -0000 Received: from [192.168.0.2] (toronto-hse-ppp3739094.sympatico.ca [67.68.59.251]) by server2.sitesell.com ([216.95.221.3]) with ESMTP via TCP; 23 Apr 2006 02:52:41 -0000 Date: Sat, 22 Apr 2006 22:52:42 -0400 (EDT) From: Trevor Astrope To: "Speakup is a screen review system for Linux." Subject: Re: text editors with elinks or links? In-Reply-To: Message-ID: References: <000b01c6665d$882278b0$1d02a8c0@sparky> <4a202ad70604221543k51d7b449t48c03c451ea918c5@mail.gmail.com> <001401c6665e$58634ea0$1d02a8c0@sparky> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.8rc1 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Apr 2006 02:53:12 -0000 Just run that at your shell prompt before you start links or elinks. It sets the EDITOR environment variable that elinks will automatically read and use as your editor. Just give it a try. If you're not using a bash shell, try something like this: EDITOR=pico ; export EDITOR or setenv EDITOR pico One of those should do the trick. If you don't want to type it every time you login, put it in your .bash_profile, .profile or .login, depending on your shell. Afaik, you can't set the editor within elinks, it can only be changed by setting the EDITOR environment variable. Hth, Trevor On Sat, 22 Apr 2006, Karen Lewellen wrote: > where must this command be entered in the program, and which one? > I know I can run pico from my home directory, but I am not talking of that. > > > On Sat, 22 Apr 2006, Trevor Astrope wrote: > >> bash$ export EDITOR=pico >> >> On Sat, 22 Apr 2006, Karen Lewellen wrote: >> >>> Greetings all, >>> I am wondering about the chances of using a text editor like pico >>> with the javascript browsers elinks or links? >>> I know this can be done with Lynx the cat, as it is used as the editor for >>> comments and message windows I encounter when using it at Shellworld. >>> is there a place to list the editor of choice in the configurations for >>> either program? >>> Thanks, >>> Karen >>> >>> >>> _______________________________________________ >>> Speakup mailing list >>> Speakup@braille.uwo.ca >>> http://speech.braille.uwo.ca/mailman/listinfo/speakup >>> >> >> _______________________________________________ >> Speakup mailing list >> Speakup@braille.uwo.ca >> http://speech.braille.uwo.ca/mailman/listinfo/speakup >> > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >