[Pkg-jed-commit] r557 - jed-extra/trunk/debian/examples

Rafael Laboissiere rafael at alioth.debian.org
Tue Feb 6 16:56:41 CET 2007


Author: rafael
Date: 2007-02-06 16:56:41 +0100 (Tue, 06 Feb 2007)
New Revision: 557

Modified:
   jed-extra/trunk/debian/examples/50jed-extra.sl
Log:
Synched with jed-extra_2.2.1-1.etch.3



Modified: jed-extra/trunk/debian/examples/50jed-extra.sl
===================================================================
--- jed-extra/trunk/debian/examples/50jed-extra.sl	2007-02-06 14:46:31 UTC (rev 556)
+++ jed-extra/trunk/debian/examples/50jed-extra.sl	2007-02-06 15:56:41 UTC (rev 557)
@@ -19,33 +19,31 @@
 require("libdir", $2);
 
 % Utilities (required by the other modes)
-% append_libdir($1 + "utils/", 1);    % append and initialize 
+% append_libdir($1 + "utils/", 1);    % append and initialize
 append_libdir($1 + "utils/", 0);  % append but do not initialize
 
 % "Normal" modes
-append_libdir($1, 1);   	    % append and initialize 
+append_libdir($1, 1);   	    % append and initialize
 % append_libdir($1, 0);             % append but do not initialize
 
 % Drop-In Modes (recent, help, man, ...) need to be prepended
 % (comment out if you want to keep the original behaviour)
-add_libdir($1 + "drop-in/", 1);     % append and initialize 
+add_libdir($1 + "drop-in/", 1);     % append and initialize
 % add_libdir($1 + "drop-in/", 0);   % append but do not initialize
 
 % Experimental and exotic modes
 % (uncomment to initalize, maybe better on a per user basis in ~/jed.rc)
 % append_libdir($1 + "extra/", 0);  % append but do not initialize
-% append_libdir($1 + "extra/", 1);  % append and initialize 
+% append_libdir($1 + "extra/", 1);  % append and initialize
 
 
 % "Manual" initialization of stuff not handled by the ini.sl files
 % ----------------------------------------------------------------
 
-% add some autoloads 
+% add some autoloads
 autoload("push_defaults", "sl_utils");    % needed by ispell_init.sl, complete, occur, ...
 autoload("string_nth_match", "strutils"); % needed by hyperman.sl
 autoload("get_keystring", "strutils");    % needed by snake.sl
-autoload("what_line_if_wide", "sl_utils");% needed by gdbmrecent.sl
-autoload("buffer_dirname", "bufutils");   % needed by gdbmrecent.sl
 % alternatively evaluate the utils/ini.sl file (or set the "initialize"
 % argument to 1 in append_libdir($1 + "utils/", 1) above)
 % () = evalfile("utils/ini.sl");          % autoloads for all utilit functions
@@ -78,9 +76,9 @@
 
 % Printing
 % --------
- 
+
 % there are 2 alternative functions to send the current buffer to a printer
-% 
+%
 % autoload("print_buffer", "print");   % simple, sends pure ASCII
 % autoload("print_buffer", "apsmode"); % uses a2ps, needs to be configured
 %




More information about the Pkg-jed-commit mailing list