gnuclient.eselect

Section: eselect (5)
Updated: February 2014
Page Index
 

NAME

gnuclient.eselect - The gnuserv/gnuclient module for Gentoo's eselect  

SYNOPSIS

eselect gnuclient [help|usage|version]
eselect gnuclient list
eselect gnuclient set target
eselect gnuclient show
eselect gnuclient update [ifunset]  

DESCRIPTION

eselect is Gentoo's configuration and management tool. It features modules that care for the individual administrative tasks.

gnuserv and gnuclient are a server and client that allow the user to request a running (X)Emacs process to edit the named files or evaluate lisp forms.  

ACTION: LIST

eselect gnuclient list
List all installed gnuclient versions.

# eselect gnuclient list
Available gnuclient symlink targets:

  [1]   gnuclient-emacs
  [2]   gnuclient-xemacs *  

ACTION: SET

eselect gnuclient set target
Activate the selected gnuclient version. target can be either an identification number given by eselect gnuclient list or the name of one installed version.

# eselect gnuclient set 1
Switching gnuclient to gnuclient-emacs ...  

ACTION: SHOW

eselect gnuclient show
Print the currently activated gnuclient version.

# eselect gnuclient show
Current target of symlink:

  gnuclient-emacs  

ACTION: UPDATE

eselect gnuclient update [ifunset]
Update the gnuclient symlink. If option ifunset is given, an existing implementation is not overridden.

# eselect gnuclient update
Switching gnuclient to gnuclient-emacs ...  

AUTHOR

Ulrich Müller <ulm@gentoo.org>  

SEE ALSO

eselect(1), gnuserv(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
ACTION: LIST
ACTION: SET
ACTION: SHOW
ACTION: UPDATE
AUTHOR
SEE ALSO