
Gentoo in no way, shape or form targets itself as a newbie distro. And while I would say no linux distro discourages anyone from using their product, whether their new or a guru, I know I always make sure someone brand new to linux knows that Gentoo is tough nugget to crack and that there are easier alternatives out there.metalhedd wrote:including it as the default editor for ANY distribution that targets newbies (or at least doesn't disclude them) is a horrible idea.

OK, but now we're straying into a totally different thread, which has already been beat to death.metalhedd wrote:while its true that it doesn't target newbies, I guess the best way to say what i meant was unless the distro is intended strictly for *nix experts, don't use vi or emacs.
Code: Select all
alec@melvin bin $ du /usr/bin/nano && du /usr/bin/pico
92 /usr/bin/nano
200 /usr/bin/pico
Code: Select all
alec@melvin bin $ du /usr/bin/nano && du /usr/bin/vim
92 /usr/bin/nano
1816 /usr/bin/vim
Hmm... just doesn't have the same effect as ed... oh well.Nano enthusiast wrote:When I log into my Xenix system with my 110 baud teletype, both vi
*and* Emacs are just too damn slow. They print useless messages like,
'C-h for help' and '"foo" File is read only'. So I use the editor
that doesn't waste my VALUABLE time.
NANO(1) UNIX Programmer's Manual NANO(1)
NAME
nano - text editor
SYNOPSIS
nano [ -w ] [name]
DESCRIPTION
Nano is a free clone of pico. Nano is the standard text editor.
---
Computer Scientists love nano, not just because it's small,
but because it's the standard. Everyone else loves nano
because it's NANO!
"Nano is the standard text editor."
And nano doesn't waste space on my computer. Just look:
-rwxr-xr-x 1 root 92 Apr 29 2002 /bin/nano
-rwxr-xr-t 4 root 1310720 Jan 1 1970 /usr/bin/vi
-rwxr-xr-x 1 root 5.89824e37 Oct 22 1990 /usr/bin/emacs
Of course, on the system *I* administrate, vi is symlinked to nano.
Emacs has been replaced by a shell script which 1) Generates a syslog
message at level LOG_EMERG; 2) reduces the user's disk quota by 100K;
and 3) RUNS NANO!!!!!!
"Nano is the standard text editor."
Let's look at a typical novice's session with the mighty nano:
nano-box$ nano
Wow! It works! Finally, an editor that I can type in! It works like I think it should! As I'm typing this, it appears on the screen. When I want to find something, I don't have to read the man page. When I want to use a web browser, I can go to another terminal and fire up lynx! I LOVE NANO!
---
Note the epiphany.
"Nano is the standard text editor."
Nano, the greatest WYGIWYG editor of all.
NANO IS THE TRUE PATH TO NIRVANA! NANO HAS BEEN THE CHOICE OF EDUCATED
AND IGNORANT ALIKE FOR CENTURIES! NANO WILL NOT CORRUPT YOUR PRECIOUS
BODILY FLUIDS OR CONFIG FILES!! NANO IS THE STANDARD TEXT EDITOR! NANO MAKES THE SUN
SHINE AND THE BIRDS SING AND THE GRASS GREEN!!
When I use an editor, I don't want eight extra MEGABYTES of worthless
help screens and cursor positioning code! I just want an tiny (to the point of nano) editor!!
TEXT EDITOR.
When Gentoo, in its ever-present omnipotence, needed to base their
"editor" on a UNIX standard, did they mimic vi? No. Emacs? Surely
you jest. They chose the most karmic editor of all. The standard.
If you are an idiot, you should use Emacs. If you are an Emacs, you should
not be vi. If you use NANO, you are on THE PATH TO REDEMPTION. THE
SO-CALLED "VISUAL" EDITORS HAVE BEEN PLACED HERE BY NANO TO TEMPT THE
FAITHLESS. DO NOT GIVE IN!!! THE MIGHTY NANO HAS SPOKEN!!!
Is this something that should be done on the install cd? It might make things more intuitive to users not familiar with nano. Or would this cause too much confusion with people already familiar with nano (does specifying -w twice even cause a problem)?klieber wrote:You can always alias nano to nano -w to work around that, but yes, I agree it isn't the most intuitive thing in the world.jtanner wrote:My one gripe with nano is that you have to pass it a flag to prevent line-wrap
--kurt

Launching 'nano -w -w' doesn't seem to cause any errors, so I'm not sure why this wouldn't be a good idea for the install. (I'm not sure what shell the install process uses and whether or not it supports aliasing, though.)jtanner wrote:Is this something that should be done on the install cd?

http://bugs.gentoo.org/jtanner wrote:Where should I submit this for consideration by the maintainer of the install cd?
