| from small one page howto to huge articles all in one place 
 
 poll results
 
 Last additions:
 
 May 25th. 2007:
 
 
 April, 26th. 2006:
 
 
 | You are here: manpages 
 
 editor.eselect
Section: eselect (5) Updated: September 2012Index
Return to Main Contents 
 NAME
editor.eselect - The EDITOR management module for Gentoo's eselect
 SYNOPSISeselect editor
[help |usage |version ]
eselect editor list
eselect editor set
target
eselect editor show
eselect editor update DESCRIPTIONeselect
is Gentoo's configuration and management tool.  It features modules
that care for the individual administrative tasks.
 ACTION: LISTeselect editor list
List available targets for the
EDITOR 
variable.
 
# eselect editor list
Available targets for the EDITOR variable:
 
 [1]   /bin/nano *
 [2]   /usr/bin/emacs
 [3]   /usr/bin/vi
 [ ]   (free form)
 ACTION: SETeselect editor set
target
Set the
EDITOR 
variable in the system profile.
target 
can be either an identification number given by
eselect editor list 
or the name of an installed text editor.
 
# eselect editor set emacs
Setting EDITOR to /usr/bin/emacs ...
 Run ". /etc/profile" to update the variable in your shell.
 ACTION: SHOWeselect editor show
Show the value of the
EDITOR 
variable in the system profile.
 
# eselect editor show
EDITOR variable in profile:
 
 /usr/bin/emacs
 ACTION: UPDATEeselect editor update
Update the
EDITOR 
variable if it is unset or invalid.
 FILES
/etc/env.d/99editor
Configuration file where the variable is stored.
 AUTHOR
Ulrich Müller <ulm@gentoo.org >
 SEE ALSOeselect(1),
visual.eselect (5),
environ (7)
 
 
 Index
NAME
SYNOPSIS
DESCRIPTION
ACTION: LIST
ACTION: SET
ACTION: SHOW
ACTION: UPDATE
FILES
AUTHOR
SEE ALSO
 
 
 
 
 |