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

Guenter Milde milde-guest at costa.debian.org
Fri Nov 4 12:20:33 UTC 2005


Author: milde-guest
Date: 2005-11-04 12:20:32 +0000 (Fri, 04 Nov 2005)
New Revision: 130

Modified:
   trunk/packages/jed/debian/init.d/05jed-common.sl
   trunk/packages/jed/debian/init.d/README.Debian-startup
Log:
Update of startup information


Modified: trunk/packages/jed/debian/init.d/05jed-common.sl
===================================================================
--- trunk/packages/jed/debian/init.d/05jed-common.sl	2005-11-04 11:36:03 UTC (rev 129)
+++ trunk/packages/jed/debian/init.d/05jed-common.sl	2005-11-04 12:20:32 UTC (rev 130)
@@ -21,6 +21,6 @@
 $1 = path_concat(Jed_Home_Directory, ".jed");
 if ( 2 == file_status($1) ) {
    Jed_Home_Directory = $1;
-   % allow non-dotted jed rc file
+   % set the default jedrc file path to ~/.jed/jed.rc
    Default_Jedrc_Startup_File = path_concat(Jed_Home_Directory, "jed.rc");
 }

Modified: trunk/packages/jed/debian/init.d/README.Debian-startup
===================================================================
--- trunk/packages/jed/debian/init.d/README.Debian-startup	2005-11-04 11:36:03 UTC (rev 129)
+++ trunk/packages/jed/debian/init.d/README.Debian-startup	2005-11-04 12:20:32 UTC (rev 130)
@@ -1,28 +1,37 @@
 JED startup strategy
 --------------------
 
-JED on Debian has startup setup that will make easier for packages providing
-add-on support to get their code automatically loaded in a site-wide manner.
-Instead of a config file, we use a "jed.d" directory. At startup, JED will
-evaluate all "*.sl" scripts in /etc/jed.d/.
+JED on Debian has a startup setup that will make easier for packages
+providing add-on support to get their code automatically loaded in a
+site-wide manner. Instead of a config file, we use a "jed.d" directory: At
+startup, JED will evaluate all "*.sl" scripts in /etc/jed.d/.
     
-Each package has the right to place files into this directory, with names
-like NNwhatever.sl, where "NN" is a two-digit number. The order in which the
-files in /etc/jed-init.d/ will be parsed is alphabetical following their
-filenames, i.e. files with name starting with "00" will be loaded first and
-with "99" last.
-
 The order of parsing of all JED config files is thus as follows:
    ...
-   * /usr/share/jed/lib/site.sl
-   - no call to /usr/share/jed/lib/defaults.sl
-   - no call to /etc/jed.conf
+   * /usr/share/jed/lib/site.sl       (upstream basic setup)
+   * /usr/share/jed/lib/defaults.sl   
+     (Debian provided code for evaluation of the "jed.d" directory contents)
+     - no call to /etc/jed.conf
    * all *.sl scripts in /etc/jed.d/
-   * $HOME/.jedrc (if it exists, suppressed by the -n command line option)
+   * ~/.jed/jed.rc or ~/.jedrc    
+     (if it exists, suppressed by the -n command line option)
+     (~/.jedrc is only tried if no directory ~/.jed exists)
+   * keybindings file, either choosen in jed.rc or the fallback
+     _Jed_Default_Emulation. Default is /usr/share/jed/lib/emacs.sl
    * command_line_options
    * files given on the command line
 
+
+Each package has the right to place files into /etc/jed.d/.
+
+Use names like NNwhatever.sl, where "NN" is a two-digit number. The order in
+which the files in /etc/jed-init.d/ will be parsed is alphabetical following
+their filenames, i.e. files with name starting with "00" will be loaded
+first and with "99" last.
+
+
 -- Rafael Laboissiere <rafael at debian.org> Thu Oct 21 18:28:39 CEST 1999
 -- Updated by Charl P. Botha <cpbotha at debian.org> Sun Jun 3 02:14:58 CEST 2001
 -- and again by cpbotha with Rafael's new scheme Tue Nov 13 22:00:49 CET 2001
 -- updated to J. Sommers scheme by G. Milde, 2005-09-20
+-- updated to the use of defaults.sl by G. Milde, 2005-11-04




More information about the Pkg-jed-commit mailing list