/usr/share/jed/lib/bytecomp.sl is in jed-common 1:0.99.19-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 | % bytecomp.sl -*- SLang -*-
%
% !! WARNING: It is not a good idea to invoke this file directly.
% Instead load it via preparse.sl. This may be performed
% in batch mode as:
%
% jed -batch -n -l preparse
%
%
!if (is_defined ("Preprocess_Only"))
{
variable Preprocess_Only = 0;
}
define jed_byte_compile_file (f)
{
variable file;
file = expand_jedlib_file(f);
if (strlen (file))
{
% flush (strcat ("Processing ", file));
byte_compile_file (file, Preprocess_Only);
}
else flush (strcat (f, " not found"));
}
#ifnexists __load__bytecomp__only__
$0 = _stkdepth ();
% list of file to byte compile:
# ifdef UNIX VMS
"mail.sl";
"iso-latin.sl";
% "dispesc.sl";
# endif
# ifdef UNIX
"rmail.sl";
"sendmail.sl";
"mailalias.sl";
"mime.sl";
"perl.sl";
"perlxtra.sl";
"compress.sl";
# endif
# ifdef IBMPC_SYSTEM
"dos437.sl"; "dos850.sl"; "dos852.sl"; "brief.sl";
"win1250.sl";
# endif
# ifdef XWINDOWS MOUSE
"mouse.sl";
# endif
# ifdef HAS_LINE_ATTR
"folding.sl";
# endif
#ifdef VMS
"vmshelp.sl";
#endif
if (is_defined ("KILL_ARRAY_SIZE"))
{
"yankpop.sl";
"register.sl";
}
"sccs.sl";
"rcs.sl";
"minued.sl";
"history.sl";
"chglog.sl";
"wmark.sl";
"occur.sl";
"javamode.sl";
"modehook.sl";
"hooks.sl";
"nroff.sl";
"html.sl";
"docbook.sl";
"idl.sl";
"shmode.sl";
"mousex.sl";
"abbrev.sl";
"abbrmisc.sl";
"dabbrev.sl";
"mutekeys.sl";
"bookmark.sl";
"replace.sl";
"srchmisc.sl";
"texcom.sl";
"tex.sl";
"bibtex.sl";
"latex.sl";
"latex209.sl";
"ltx-math.sl";
"binary.sl";
"isearch.sl";
"rot13.sl";
"tabs.sl";
"untab.sl";
"jedhelp.sl";
"ctags.sl";
"compile.sl";
"menu.sl";
"dired.sl";
"util.sl";
"syntax.sl";
"tmisc.sl";
"cmisc.sl";
"misc.sl";
"help.sl";
"cal.sl";
"man.sl";
"fortran.sl";
"dcl.sl";
"shell.sl";
"most.sl";
"info.sl";
"ispell.sl";
"sort.sl";
"regexp.sl";
"wordstar.sl";
"buf.sl";
"emacsmsc.sl";
"ide.sl";
"cmode.sl";
"php.sl";
"slmode.sl";
"search.sl";
%"linux.sl";
"textmode.sl";
"modeinfo.sl";
"comments.sl";
"keydefs.sl";
"jed.sl";
"jedusage.sl";
if (is_defined ("menu_create_menu_bar") == 1) % intrinsic fun
{
"menus.sl";
"popups.sl";
}
"mini.sl";
"edt.sl";
"emacs.sl";
"site.sl";
$0 = _stkdepth () - $0;
loop ($0)
{
jed_byte_compile_file (());
}
$0 = _stkdepth ();
"tclmode.sl";
"ashell.sl";
"bufed.sl";
"macro.sl";
"filter.sl";
%"keycode.sl";
"wmenu.sl";
"lisp.sl";
"pscript.sl";
"acompile.sl";
"digraph.sl";
"cua.sl";
"cuamisc.sl";
"f90.sl";
"ff90.sl";
"iso-lat2.sl";
"iso-lat3.sl";
"iso2xxx.sl";
"krconv.sl";
"maple.sl";
"pipe.sl";
"pushmode.sl";
"pymode.sl";
"seldisp.sl";
"sortmisc.sl";
"verilog.sl";
"spicemod.sl";
"vhdlmode.sl";
"tiasm.sl";
"backups.sl";
"matlab.sl";
"recent.sl";
"tpascal.sl";
"aprocess.sl";
"tmmode.sl";
"xformreg.sl";
"gpg.sl";
"paste.sl";
"syncproc.sl";
"tmpfile.sl";
$0 = _stkdepth () - $0;
loop ($0)
{
jed_byte_compile_file (());
}
% Now do color schemes
# ifndef VMS
_debug_info = 1;
private define do_color_schemes ()
{
foreach (strtok (Color_Scheme_Path, ","))
{
variable dir = ();
variable files = listdir (dir);
variable file;
variable i;
if (files == NULL)
continue;
i = where (array_map (Int_Type, &string_match, files, "\\.sl$", 1));
!if (length (i))
continue;
foreach (files[i])
{
file = ();
byte_compile_file (dircat (dir, file), Preprocess_Only);
}
}
}
do_color_schemes ();
# endif
#endif % __load__bytecomp__only__
|