| 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 
 
 visual.eselect
Section: eselect (5) Updated: September 2012Index
Return to Main Contents 
 NAME
visual.eselect - The VISUAL management module for Gentoo's eselect
 SYNOPSISeselect visual
[help |usage |version ]
eselect visual list
eselect visual set
target
eselect visual show
eselect visual update DESCRIPTIONeselect
is Gentoo's configuration and management tool.  It features modules
that care for the individual administrative tasks.
 ACTION: LISTeselect visual list
List available targets for the
VISUAL 
variable.
 
# eselect visual list
Available targets for the
VISUAL
variable:
 
 [1]   /bin/nano *
 [2]   /usr/bin/emacs
 [3]   /usr/bin/vi
 [ ]   (free form)
 ACTION: SETeselect visual set
target
Set the
VISUAL 
variable in the system profile.
target 
can be either an identification number given by
eselect visual list 
or the name of an installed text editor.
 
# eselect visual set emacs
Setting VISUAL to /usr/bin/emacs ...
 Run ". /etc/profile" to update the variable in your shell.
 ACTION: SHOWeselect visual show
Show the value of the
VISUAL 
variable in the system profile.
 
# eselect visual show
VISUAL variable in profile:
 
 /usr/bin/emacs
 ACTION: UPDATEeselect visual update
Update the
VISUAL 
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),
editor.eselect (5),
environ (7)
 
 
 Index
NAME
SYNOPSIS
DESCRIPTION
ACTION: LIST
ACTION: SET
ACTION: SHOW
ACTION: UPDATE
FILES
AUTHOR
SEE ALSO
 
 
 
 
 |