[Pkg-jed-commit] r58 - trunk/packages/jed/debian/init.d

Guenter Milde milde-guest@costa.debian.org
Wed, 06 Jul 2005 06:50:41 +0000


Author: milde-guest
Date: 2005-07-06 06:50:40 +0000 (Wed, 06 Jul 2005)
New Revision: 58

Modified:
   trunk/packages/jed/debian/init.d/jed.conf
Log:
Removed the stub about using debconf to set the default emulation.
(see discussion on the mailing list <20050705215426.GD5865@alea.gnuu.de>)


Modified: trunk/packages/jed/debian/init.d/jed.conf
===================================================================
--- trunk/packages/jed/debian/init.d/jed.conf	2005-07-05 11:35:30 UTC (rev 57)
+++ trunk/packages/jed/debian/init.d/jed.conf	2005-07-06 06:50:40 UTC (rev 58)
@@ -1,7 +1,7 @@
 % debian jed.conf              -*- slang -*-
 
 % Disable loading of fallback config file /usr/share/jed/lib/jed.rc, 
-% because this overwrites user setting in their private config #219448
+% as this overwrites user settings in their private config #219448
 Default_Jedrc_Startup_File = NULL;
 
 % make delete key delete the character under the cursor
@@ -11,12 +11,13 @@
 #endif
 setkey ("delete_char_cmd", "\e[3~");
 
-% fallback emulation if the user has no ~/.jedrc config file
+% Fallback emulation if the user has no ~/.jedrc config file.
+% 
+% Possible values are "brief", "cua", "emacs", "edt", "ide", "jed", 
+% "wordstar", and (with jed-extra) "vi".
 _Jed_Default_Emulation = "emacs";
-% ["emacs" should become a <default-emulation> tag to be replaced with
-%  the user choice by debconf at install time. Remember to change this in 
-%  the patched jed.rc file too.]
 
+
 % jed init.d
 % ----------
 %