From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] eselect r525 - in trunk: . modules
Date: Tue, 05 May 2009 20:58:06 +0000 [thread overview]
Message-ID: <E1M1RiI-0005CD-VY@stork.gentoo.org> (raw)
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
reply other threads:[~2009-05-05 20:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1M1RiI-0005CD-VY@stork.gentoo.org \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox