* [gentoo-commits] eselect r525 - in trunk: . modules
@ 2009-05-05 20:58 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-05-05 20:58 UTC (permalink / raw
To: gentoo-commits
Author: ulm
Date: 2009-05-05 20:58:06 +0000 (Tue, 05 May 2009)
New Revision: 525
Modified:
trunk/ChangeLog
trunk/modules/editor.eselect
trunk/modules/visual.eselect
Log:
Add some alternatives to editor and visual modules.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-05-05 20:53:28 UTC (rev 524)
+++ trunk/ChangeLog 2009-05-05 20:58:06 UTC (rev 525)
@@ -1,5 +1,8 @@
2009-05-05 Ulrich Mueller <ulm@gentoo.org>
+ * modules/editor.eselect:
+ * modules/visual.eselect (EDITOR_LIST): Add some alternatives.
+
* libs/output.bash.in (init_columns): New function, determine
width of terminal and set COLUMNS variable.
(get_column_width): Remove.
Modified: trunk/modules/editor.eselect
===================================================================
--- trunk/modules/editor.eselect 2009-05-05 20:53:28 UTC (rev 524)
+++ trunk/modules/editor.eselect 2009-05-05 20:58:06 UTC (rev 525)
@@ -5,7 +5,14 @@
EDITOR_VAR="EDITOR"
EDITOR_ENVFILE="/etc/env.d/99editor"
# list of most common cases only
-EDITOR_LIST="/bin/nano /usr/bin/emacs /usr/bin/vi /usr/bin/xemacs"
+EDITOR_LIST="/bin/nano
+ /bin/ed
+ /usr/bin/emacs
+ /usr/bin/ex
+ /usr/bin/pico
+ /usr/bin/vi
+ /usr/bin/xemacs
+ /usr/bin/zile"
inherit editor-variable
Modified: trunk/modules/visual.eselect
===================================================================
--- trunk/modules/visual.eselect 2009-05-05 20:53:28 UTC (rev 524)
+++ trunk/modules/visual.eselect 2009-05-05 20:58:06 UTC (rev 525)
@@ -5,7 +5,12 @@
EDITOR_VAR="VISUAL"
EDITOR_ENVFILE="/etc/env.d/99editor"
# list of most common cases only
-EDITOR_LIST="/bin/nano /usr/bin/emacs /usr/bin/vi /usr/bin/xemacs"
+EDITOR_LIST="/bin/nano
+ /usr/bin/emacs
+ /usr/bin/pico
+ /usr/bin/vi
+ /usr/bin/xemacs
+ /usr/bin/zile"
inherit editor-variable
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-05 20:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-05 20:58 [gentoo-commits] eselect r525 - in trunk: . modules Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox