Futzing about trying to see what's wrong with my hooks
[website] / SYinits / 00-build.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <!-- Created by htmlize-1.34 in css mode. -->
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5   <head>
6     <title>00-build.el</title>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8     <meta name="author" content="Steve Youngs" />
9     <meta name="owner" content="steve@sxemacs.org" />
10     <style type="text/css">
11     <!--
12       body {
13         color: #ffffff;
14         background-color: #000000;
15       }
16       .comment {
17         /* font-lock-comment-face */
18         color: #87ceeb;
19       }
20
21       a {
22         color: #FF0000;
23         background-color: inherit;
24         font: inherit;
25         font-weight: bold;
26         text-decoration: underline;
27       }
28       a:hover {
29         color: #FFFFFF;
30         background-color: #FD00FD;
31         text-decoration: underline;
32       }
33       .img a:hover {
34         background-color: #000000;
35         text-decoration: none;
36       }
37     -->
38     </style>
39   </head>
40   <body>
41     <pre>
42 <span class="comment">;; 00-build.el --- Loads the required crap for all my init files
43 </span>
44 <span class="comment">;; Copyright (C) 2007 - 2020 Steve Youngs
45 </span>
46 <span class="comment">;;     Author: Steve Youngs &lt;<a href="mailto:steve&#64;sxemacs.org">steve&#64;sxemacs.org</a>&gt;
47 ;; Maintainer: Steve Youngs &lt;<a href="mailto:steve&#64;sxemacs.org">steve&#64;sxemacs.org</a>&gt;
48 ;;    Created: &lt;2007-12-02&gt;
49 ;; Time-stamp: &lt;Thursday Apr  9, 2020 06:33:39 steve&gt;
50 ;;   Download: &lt;<a href="https://downloads.sxemacs.org/SYinits/">https://downloads.sxemacs.org/SYinits/</a>&gt;
51 ;;   HTMLised: &lt;<a href="https://www.sxemacs.org/SYinits/00-build.html">https://www.sxemacs.org/SYinits/00-build.html</a>&gt;
52 ;;   Git Repo: git clone https://git.sxemacs.org/syinit
53 ;;   Keywords: init, compile
54 </span>
55 <span class="comment">;; This file is part of SYinit
56 </span>
57 <span class="comment">;; Redistribution and use in source and binary forms, with or without
58 ;; modification, are permitted provided that the following conditions
59 ;; are met:
60 ;;
61 ;; 1. Redistributions of source code must retain the above copyright
62 ;;    notice, this list of conditions and the following disclaimer.
63 ;;
64 ;; 2. Redistributions in binary form must reproduce the above copyright
65 ;;    notice, this list of conditions and the following disclaimer in the
66 ;;    documentation and/or other materials provided with the distribution.
67 ;;
68 ;; 3. Neither the name of the author nor the names of any contributors
69 ;;    may be used to endorse or promote products derived from this
70 ;;    software without specific prior written permission.
71 ;;
72 ;; THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
73 ;; IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
74 ;; WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
75 ;; DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
76 ;; FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
77 ;; CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
78 ;; SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
79 ;; BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
80 ;; WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
81 ;; OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
82 ;; IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
83 </span>
84 <span class="comment">;;; Commentary:
85 ;;
86 ;;   This simply loads everything needed to compile and load my init
87 ;;   files.
88 </span>
89 <span class="comment">;;; Credits:
90 ;;
91 ;;   The HTML version of this file was created with Hrvoje Niksic's
92 ;;   htmlize.el which is part of the XEmacs "text-modes" package.
93 ;;
94 </span>
95 <span class="comment">;;; Todo:
96 ;;
97 ;;     
98 </span>
99 <span class="comment">;;; Code:
100 </span>
101 <span class="comment">;; This used to have a whole swag of eval-and-compile's and a tonne of
102 ;; vars globally-declare-boundp'd, but it would seem that my current
103 ;; inits are sufficiently well written to not need anything in here to
104 ;; get a clean init compile.  Go me!!
105 </span>
106 <span class="comment">;;; 00-build.el ends here
107 </span></pre>
108   <!--  SXEmacs Logo -->
109     <div class="img">
110       <a href="https://www.sxemacs.org/" target="_parent">
111         <img style="padding:0px 5px 0px 0px;border:0;width:88px;height:31px"
112           src="/Images/cbsx.png"
113           title="This page was created entirely in SXEmacs"
114           alt="Created with SXEmacs" />
115       </a>
116 <!--  End SXEmacs Logo -->
117 <!--  Valid XHTML 1.0 -->
118       <a href="http://validator.w3.org/check?uri=https%3a%2f%2fwww.sxemacs.org%2fSYinits%2f00-build.html" target="_blank">
119        <img style="padding:0px 5px 0px 10px;border:0;width:88px;height:31px"
120           src="/Images/valid-xhtml10.png"
121           title="Valid XHTML 1.0 Transitional!"
122           alt="Valid XHTML 1.0 Transitional!" />
123       </a>
124     </div>
125 <!--  End Valid XHTML 1.0 -->
126
127     <h6>Copyright &#169; 2020 Steve Youngs<br />
128      Verbatim copying and distribution is permitted in any medium,
129     providing this notice is preserved.<br />
130 <!-- hhmts start -->
131 Last modified: Wed Apr 15 18:12:18 AEST 2020
132 <!-- hhmts end -->
133    </h6>
134
135 </body>
136 </html>