Easy terminal text editor?
What would be a "easy to use" text editor for terminal (without X
windows).
I want something that is easy for Windows users.
I personally use xemacs and am not familiar with any simple editors.
--
Due to extreme spam originating from Google Groups, and their inattention
to spammers, I and many others block all articles originating
from Google Groups. If you want your postings to be seen by
more readers you will need to find a different means of
posting on Usenet.
[url]http://improve-usenet.org/[/url]
Re: Easy terminal text editor?
On Wed, 16 Jul 2008 08:53:02 -0500, Ignoramus30183 wrote:
[color=blue]
> What would be a "easy to use" text editor for terminal (without X
> windows).
>
> I want something that is easy for Windows users.
>
> I personally use xemacs and am not familiar with any simple editors.[/color]
I typically use 'vi' - there are only about three or four commands you
need to remember. Some folks swear by 'nano'.
Re: Easy terminal text editor?
ray wrote:[color=blue]
> On Wed, 16 Jul 2008 08:53:02 -0500, Ignoramus30183 wrote:
>[color=green]
>> What would be a "easy to use" text editor for terminal (without X
>> windows).
>>
>> I want something that is easy for Windows users.
>>
>> I personally use xemacs and am not familiar with any simple editors.[/color]
>
> I typically use 'vi' - there are only about three or four commands you
> need to remember. Some folks swear by 'nano'.[/color]
The problem with "vi" is that, although you can get by with knowing only
a handful of commands, inexperienced users often get confused if they
inadvertedly, hit an unknown key.
Nano is nice in that it has the commands listed at the bottom.
(Note: I'm a vi user).
--
These are my personal views and not those of Fujitsu Siemens Computers!
Josef Möllers (Pinguinpfleger bei FSC)
If failure had no penalty success would not be a prize (T. Pratchett)
Company Details: [url]http://www.fujitsu-siemens.com/imprint.html[/url]
Re: Easy terminal text editor?
I checked out nano and I really like it, it is perfect for what I want
these users to do (edit config files).
i
On 2008-07-16, ray <ray@zianet.com> wrote:[color=blue]
> On Wed, 16 Jul 2008 08:53:02 -0500, Ignoramus30183 wrote:
>[color=green]
>> What would be a "easy to use" text editor for terminal (without X
>> windows).
>>
>> I want something that is easy for Windows users.
>>
>> I personally use xemacs and am not familiar with any simple editors.[/color]
>
> I typically use 'vi' - there are only about three or four commands you
> need to remember. Some folks swear by 'nano'.[/color]
--
Due to extreme spam originating from Google Groups, and their inattention
to spammers, I and many others block all articles originating
from Google Groups. If you want your postings to be seen by
more readers you will need to find a different means of
posting on Usenet.
[url]http://improve-usenet.org/[/url]
Re: Easy terminal text editor?
On Wed, 16 Jul 2008 08:53:02 -0500, Ignoramus30183 wrote:
[color=blue]
> What would be a "easy to use" text editor for terminal (without X
> windows).
>
> I want something that is easy for Windows users.
>
> I personally use xemacs and am not familiar with any simple editors.[/color]
Why don't you just use Emacs? Emacs works fine in a terminal, after all
it was written in the days of simple 24 line terminals like the VT100.
Emacs in the non-X environment can do pretty much everything that Emacs/
Xemacs can do in the X environment including split screens and shells,
the only thing you lose are the menus and the mouse.
Re: Easy terminal text editor?
On 2008-07-16, General Schvantzkopf <schvantzkopf@yahoo.com> wrote:[color=blue]
> On Wed, 16 Jul 2008 08:53:02 -0500, Ignoramus30183 wrote:
>[color=green]
>> What would be a "easy to use" text editor for terminal (without X
>> windows).
>>
>> I want something that is easy for Windows users.
>>
>> I personally use xemacs and am not familiar with any simple editors.[/color]
>
> Why don't you just use Emacs? Emacs works fine in a terminal, after all
> it was written in the days of simple 24 line terminals like the VT100.
> Emacs in the non-X environment can do pretty much everything that Emacs/
> Xemacs can do in the X environment including split screens and shells,
> the only thing you lose are the menus and the mouse.[/color]
I use emacs, but it is too complicated for some people who just need
to edit a config file.
--
Due to extreme spam originating from Google Groups, and their inattention
to spammers, I and many others block all articles originating
from Google Groups. If you want your postings to be seen by
more readers you will need to find a different means of
posting on Usenet.
[url]http://improve-usenet.org/[/url]
Re: Easy terminal text editor?
On Wed, 16 Jul 2008 11:06:20 -0500, Ignoramus30183 wrote:
[color=blue]
> On 2008-07-16, General Schvantzkopf <schvantzkopf@yahoo.com> wrote:[color=green]
>> On Wed, 16 Jul 2008 08:53:02 -0500, Ignoramus30183 wrote:
>>[color=darkred]
>>> What would be a "easy to use" text editor for terminal (without X
>>> windows).
>>>
>>> I want something that is easy for Windows users.
>>>
>>> I personally use xemacs and am not familiar with any simple editors.[/color]
>>
>> Why don't you just use Emacs? Emacs works fine in a terminal, after all
>> it was written in the days of simple 24 line terminals like the VT100.
>> Emacs in the non-X environment can do pretty much everything that
>> Emacs/ Xemacs can do in the X environment including split screens and
>> shells, the only thing you lose are the menus and the mouse.[/color]
>
> I use emacs, but it is too complicated for some people who just need to
> edit a config file.[/color]
All terminal editors are going to have the same learning curve, they all
date from the same period, late 70s to mid 80s when the CRT terminal
reigned supreme, and they all operate in a similar fashion, i.e. most
functions are bound to simple control sequence. Emacs has a robust
documentation feature, i.e. apropos and describe-function, so you might
as well use Emacs especially since that's what you use. If you have X
then that changes everything, Gedit can be used by anyone, it's primitive
compared to Xemacs/Emacs but all of it's commands are on menus so you
don't have to know anything to use it.
Re: Easy terminal text editor?
On 2008-07-16, Ignoramus30183 wrote:[color=blue]
> What would be a "easy to use" text editor for terminal (without X
> windows).
>
> I want something that is easy for Windows users.
>
> I personally use xemacs and am not familiar with any simple editors.
>[/color]
Check out ee (easy editor).
Mvg,
Tommy
--
There are only 10 types op people in this world: those who understand
binary, and those who don't...
Re: Easy terminal text editor?
On 2008-07-16, Ignoramus30183 <ignoramus30183@NOSPAM.30183.invalid> wrote:[color=blue]
> What would be a "easy to use" text editor for terminal (without X
> windows).
>
> I want something that is easy for Windows users.
>
> I personally use xemacs and am not familiar with any simple editors.
>[/color]
I usually use nano.
I am comfortable in vi, but nano is much easier and the important
keystrokes are right there at the bottom of the terminal... ;-)
--
Joe - Linux User #449481/Ubuntu User #19733
joe at hits - buffalo dot com
"Hate is baggage, life is too short to go around pissed off all the
time..." - Danny, American History X
Re: Easy terminal text editor?
On 2008-07-16, General Schvantzkopf <schvantzkopf@yahoo.com> wrote:[color=blue]
>
> All terminal editors are going to have the same learning curve, they all
> date from the same period, late 70s to mid 80s when the CRT terminal
> reigned supreme, and they all operate in a similar fashion, i.e. most
> functions are bound to simple control sequence. Emacs has a robust
> documentation feature, i.e. apropos and describe-function, so you might
> as well use Emacs especially since that's what you use. If you have X
> then that changes everything, Gedit can be used by anyone, it's primitive
> compared to Xemacs/Emacs but all of it's commands are on menus so you
> don't have to know anything to use it.[/color]
The learning curve for nano is nowhere what it is for emacs. Nano can
be used competently the first time it is fired up by a newbie. Emacs,
not so much...
--
Joe - Linux User #449481/Ubuntu User #19733
joe at hits - buffalo dot com
"Hate is baggage, life is too short to go around pissed off all the
time..." - Danny, American History X
Re: Easy terminal text editor?
Ignoramus30183 <ignoramus30183@nospam.30183.invalid> wrote:[color=blue]
> I checked out nano and I really like it, it is perfect for what I want
> these users to do (edit config files).[/color]
Make sure they use nano -w when editing config files, else some
things may wrap badly.
--
Niklaus
Re: Easy terminal text editor?
On 2008-07-16, Ignoramus30183 wrote:[color=blue]
> What would be a "easy to use" text editor for terminal (without X
> windows).
>
> I want something that is easy for Windows users.
>
> I personally use xemacs and am not familiar with any simple editors.[/color]
If you are familiar with [X]emacs, continue using it. Both GNU
Emacs and Xemacs can run in a terminal window.
--
Chris F.A. Johnson, author | <http://cfaj.freeshell.org>
Shell Scripting Recipes: | My code in this post, if any,
A Problem-Solution Approach | is released under the
2005, Apress | GNU General Public Licence
Re: Easy terminal text editor?
Ignoramus30183 wrote:[color=blue]
> What would be a "easy to use" text editor for terminal (without X
> windows).
>
> I want something that is easy for Windows users.
>
> I personally use xemacs and am not familiar with any simple editors.
>[/color]
I'm throwing my vote for nano as well. In fact, I use nano almost
exclusively to edit config files. I am able to get by with knowing only
a small fraction of the available commands. I found vi to be
intimidating, and Emacs is for people who enjoy memorizing
keystrokes...and what the heck is a "buffer" anyway?
Re: Easy terminal text editor?
> I want something that is easy for Windows users.[color=blue]
> I personally use xemacs and am not familiar with any simple editors.[/color]
Use Wine to run notepad.exe or other Window$ editors? Of course, you
need to learn a bit about setting up and using Wine
"http://www.winehq.org" first. :)
--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.26
^ ^ 09:54:01 up 2 days 13:20 2 users load average: 1.00 1.02 1.00
ºî ´© (CSSA):
[url]http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/[/url]
Re: Easy terminal text editor?
On Thu, 17 Jul 2008 09:56:51 +0800, Man-wai Chang ToDie (33.6k) wrote:
[color=blue][color=green]
>> I want something that is easy for Windows users.
>> I personally use xemacs and am not familiar with any simple editors.[/color][/color]
[color=blue]
> Use Wine to run notepad.exe or other Window$ editors? Of course, you
> need to learn a bit about setting up and using Wine[/color]
Only a super-lamer-wanker Win-droid would do something as idiotic as that.
Why bother to run Linux at all, if you can't even run a simple ****ing
editor?
You morons just keep surprising me, even when I think you can't get any
****ing dumber. Thanks for the laugh, Win-droid.
--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
The Usenet Improvement Project: [url]http://improve-usenet.org[/url]
Re: Easy terminal text editor?
On Thu, 17 Jul 2008 09:56:51 +0800, Man-wai Chang ToDie (33.6k) wrote:
[color=blue][color=green]
>> I want something that is easy for Windows users. I personally use
>> xemacs and am not familiar with any simple editors.[/color]
>
> Use Wine to run notepad.exe or other Window$ editors? Of course, you
> need to learn a bit about setting up and using Wine
> "http://www.winehq.org" first. :)[/color]
If you would actually bother to READ the OP you'd see that he's looking
for an editor that runs in a terminal. notepad does not meet that
requirement. If he was looking for a GUI editor, I'd have recommended
nedit - I've never found anything better.
Re: Easy terminal text editor?
On 2008-07-17, ray <ray@zianet.com> wrote:[color=blue]
> On Thu, 17 Jul 2008 09:56:51 +0800, Man-wai Chang ToDie (33.6k) wrote:
>[color=green][color=darkred]
>>> I want something that is easy for Windows users. I personally use
>>> xemacs and am not familiar with any simple editors.[/color]
>>
>> Use Wine to run notepad.exe or other Window$ editors? Of course, you
>> need to learn a bit about setting up and using Wine
>> "http://www.winehq.org" first. :)[/color]
>
> If you would actually bother to READ the OP you'd see that he's looking
> for an editor that runs in a terminal. notepad does not meet that
> requirement. If he was looking for a GUI editor, I'd have recommended
> nedit - I've never found anything better.[/color]
Never tried it... Gonna have to give it a go! Thanks!
--
Joe - Linux User #449481/Ubuntu User #19733
joe at hits - buffalo dot com
"Hate is baggage, life is too short to go around pissed off all the
time..." - Danny, American History X
Re: Easy terminal text editor?
> If you would actually bother to READ the OP you'd see that he's looking[color=blue]
> for an editor that runs in a terminal. notepad does not meet that
> requirement. If he was looking for a GUI editor, I'd have recommended
> nedit - I've never found anything better.[/color]
I suddenly remember an editor that simulates WordStar: joe editor.
[url]http://joe-editor.sourceforge.net/[/url]
But then, how many kids knew about WordStar? :)
--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.26
^ ^ 11:33:01 up 2 days 14:59 2 users load average: 1.14 1.09 1.03
ºî ´© (CSSA):
[url]http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/[/url]
Re: Easy terminal text editor?
> Only a super-lamer-wanker Win-droid would do something as idiotic as that.[color=blue]
> Why bother to run Linux at all, if you can't even run a simple ****ing
> editor?[/color]
BTW, some Win$ editors are really good. Don't overlook them. Do we have
DreamWeaver 8 for Linux? No... I guess.
--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04) Linux 2.6.26
^ ^ 12:24:01 up 2 days 15:50 2 users load average: 3.51 3.24 2.22
ºî ´© (CSSA):
[url]http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/[/url]