Regenerate my html, pkgs, and misc init file htmls
authorSteve Youngs <steve@sxemacs.org>
Sat, 18 Apr 2020 11:43:52 +0000 (21:43 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sat, 18 Apr 2020 11:43:52 +0000 (21:43 +1000)
Signed-off-by: Steve Youngs <steve@sxemacs.org>
SYinits/07-html.html
SYinits/10-pkgs.html
SYinits/12-misc.html

index 6efbdb6..9ecaa56 100644 (file)
@@ -75,7 +75,7 @@
 <span class="comment">;;     Author: Steve Youngs &lt;<a href="mailto:steve&#64;sxemacs.org">steve&#64;sxemacs.org</a>&gt;
 ;; Maintainer: Steve Youngs &lt;<a href="mailto:steve&#64;sxemacs.org">steve&#64;sxemacs.org</a>&gt;
 ;;    Created: &lt;2007-12-02&gt;
-;; Time-stamp: &lt;Wednesday Apr 15, 2020 18:03:47 steve&gt;
+;; Time-stamp: &lt;Saturday Apr 18, 2020 21:15:50 steve&gt;
 ;;   Download: &lt;<a href="https://downloads.sxemacs.org/SYinits/">https://downloads.sxemacs.org/SYinits/</a>&gt;
 ;;   HTMLised: &lt;<a href="https://www.sxemacs.org/SYinits/07-html.html">https://www.sxemacs.org/SYinits/07-html.html</a>&gt;
 ;;   Git Repo: git clone https://git.sxemacs.org/syinit
@@ -233,7 +233,7 @@ Which would be converted to:
     Get the latest &lt;a href=\"/src/foo.el\"&gt;version here&lt;/a&gt;.</span>"
   <span class="comment">;; LOL, we actually need to _NOT_ do it in _this_ file so the doc
 </span>  <span class="comment">;; string for this function looks right.
-</span>  (<span class="keyword">unless</span> (string-match "<span class="string">07-html</span>" (buffer-name htmlbuf))
+</span>  (<span class="keyword">unless</span> (string-match "<span class="string">07-html</span>" (buffer-name (declare-boundp htmlbuf)))
     (<span class="keyword">save-excursion</span>
       (goto-char (point-min))
       (mapcar
@@ -386,7 +386,7 @@ force a fontify of the buffer.</span>"
      Verbatim copying and distribution is permitted in any medium,
     providing this notice is preserved.<br />
 <!-- hhmts start -->
-Last modified: Wed Apr 15 18:13:12 AEST 2020
+Last modified: Sat Apr 18 21:42:00 AEST 2020
 <!-- hhmts end -->
    </h6>
 
index ce212a1..032cf4b 100644 (file)
@@ -80,7 +80,7 @@
 <span class="comment">;;     Author: Steve Youngs &lt;<a href="mailto:steve&#64;sxemacs.org">steve&#64;sxemacs.org</a>&gt;
 ;; Maintainer: Steve Youngs &lt;<a href="mailto:steve&#64;sxemacs.org">steve&#64;sxemacs.org</a>&gt;
 ;;    Created: &lt;2007-12-02&gt;
-;; Time-stamp: &lt;Thursday Apr  9, 2020 07:58:14 steve&gt;
+;; Time-stamp: &lt;Saturday Apr 18, 2020 21:13:16 steve&gt;
 ;;   Download: &lt;<a href="https://downloads.sxemacs.org/SYinits">https://downloads.sxemacs.org/SYinits</a>&gt;
 ;;   HTMLised: &lt;<a href="https://www.sxemacs.org/SYinits/10-pkgs.html">https://www.sxemacs.org/SYinits/10-pkgs.html</a>&gt;
 ;;   Git Repo: git clone https://git.sxemacs.org/syinit
            (prspos)
            (t lbpos)))))
 
+(<span class="keyword">eval-when-compile</span> (defvar eshell-mode-map))
 (<span class="keyword">defun</span> <span class="function-name">sy-eshell-bol-maybe-key</span> ()
   (define-key eshell-mode-map [(control ?a)] 'sy-eshell-bol-maybe))
 
      Verbatim copying and distribution is permitted in any medium,
     providing this notice is preserved.<br />
 <!-- hhmts start -->
-Last modified: Wed Apr 15 18:13:56 AEST 2020
+Last modified: Sat Apr 18 21:42:24 AEST 2020
 <!-- hhmts end -->
    </h6>
 
index 74d35ae..6c13187 100644 (file)
@@ -75,7 +75,7 @@
 <span class="comment">;;     Author: Steve Youngs &lt;<a href="mailto:steve&#64;sxemacs.org">steve&#64;sxemacs.org</a>&gt;
 ;; Maintainer: Steve Youngs &lt;<a href="mailto:steve&#64;sxemacs.org">steve&#64;sxemacs.org</a>&gt;
 ;;    Created: &lt;2007-12-02&gt;
-;; Time-stamp: &lt;Thursday Apr  9, 2020 18:46:14 steve&gt;
+;; Time-stamp: &lt;Saturday Apr 18, 2020 21:07:03 steve&gt;
 ;;   Download: &lt;<a href="https://downloads.sxemacs.org/SYinits">https://downloads.sxemacs.org/SYinits</a>&gt;
 ;;   HTMLised: &lt;<a href="https://www.sxemacs.org/SYinits/12-misc.html">https://www.sxemacs.org/SYinits/12-misc.html</a>&gt;
 ;;   Git Repo: git clone https://git.sxemacs.org/syinit
 <span class="comment">;</span><span class="comment"><span class="reference">:*=======================</span></span><span class="comment">
 ;</span><span class="comment"><span class="reference">:*</span></span><span class="comment"> Keep the mouse pointer away from the text cursor
 </span>(<span class="keyword">require</span> '<span class="reference">avoid</span>)
-(mouse-avoidance-mode 'banish)
+(mouse-avoidance-mode 'exile)
 
 <span class="comment">;</span><span class="comment"><span class="reference">:*=======================</span></span><span class="comment"> 
 ;</span><span class="comment"><span class="reference">:*</span></span><span class="comment"> Frame title.
@@ -1062,7 +1062,7 @@ anything about MIME types.</span>"
      Verbatim copying and distribution is permitted in any medium,
     providing this notice is preserved.<br />
 <!-- hhmts start -->
-Last modified: Wed Apr 15 18:14:27 AEST 2020
+Last modified: Sat Apr 18 21:42:42 AEST 2020
 <!-- hhmts end -->
    </h6>