Loads more updates -- large assortment of stuffs
authorSteve Youngs <steve@sxemacs.org>
Thu, 19 Mar 2020 02:36:02 +0000 (12:36 +1000)
committerSteve Youngs <steve@sxemacs.org>
Thu, 19 Mar 2020 02:36:02 +0000 (12:36 +1000)
commita2f4aa8fe3707e70f1feb620f78f5b2af5d39424
tree05c72ec71c155434753e521e885d58345a364180
parenta8f3ffd33a2aaee77b0edf70cb350367196a6ca0
Loads more updates -- large assortment of stuffs

* *.el: Update repo URL... https

* 16-riece-sy.el (riece-default-coding-system): Set to utf-8.

* 14-fonts-sy.el (font-lock): Require it.

* 12-misc-sy.el (Manual-follow-xref): Nuke it.
(mouse-avoidance-mode): Add it, turn it on.
(magic:find-file-magic-alist-enable): Add it.
(sy-dired-play-audio): Use #'magic:file-audio-p instead of string
matching the filename.
(fume-mode-line-string): Set to nil.
(pending-delete-modeline-string): Ditto.
(filladapt-mode-line-string): Ditto.
(mouse-avoidance-mode-line-string): Ditto.
(directory-abbrev-alist): Add blds lisp pkgs.
Don't #'set-language-environment.
(Info-directory-list): Add xemacs-packages dir.
(Info-button1-follows-hyperlink): Yes please.

* 11-cal-sy.el: Add a howm magic anchor to point to run-at-time
prob / fix.

* 10-pkgs-sy.el: Nuke pcl-cvs.
(whitespace-mode): Lose the docstring in the autoload.
(whitespace-incremental-mode): Ditto.
Move font-lock stuff to 14-fonts-sy.el
Add FIXME for paren-set-mode issue.
(sy/comint-hooks): An attempt to get compilation buffers to be
ANSI colour aware.  Currently not working.
(mode-compile-make-program): Set to "GCC_COLORS= make"
(compile-command): Ditto.
(ediff-use-toolbar-p): Set to t.
(FFAP settings): Keep them right out of my way and nowhere near
traditional find-file bindings.
Nuke XEtla settings.
(snap-record): Bind `H-s r' to it.
(snap-abbreviate-environment-variables): Add EMCHAT, LISP, PKGS,
QTDIR, SXEBLD, SXESITE, SXEWD, SYdrive, SYdrop.  Remove
module_path.
(sy:Manual-follow-xref-kbd): New.  Does what it says on the tin.
Bind `control return' to it
(Manual-mode-map): Bind button1 to #'Manual-follow-xref.

* 06-tex-site-sy.el (TeX-image-directory): #'setq it instead of
#'defcustom and don't bother having a non-XE value.
(TeX-auto-global): Ditto.  Plus set to nil if the directory isn't
writable.
Ensure that `auto-mode-alist' is set up correctly for `LaTeX-mode'.
(TeX-latex-mode,LaTeX-mode): Autoload em. Probably not _really_
needed as latex-mode and LaTeX-mode are both aliases to
TeX-latex-mode.

* 05-latex-sy.el (latex-toolbar): Require it.
(turn-on-outl-mouse-minor-mode): Nuke it.
(sy-LaTeX-toolbar): New. Sets toolbar width and installs the
latex-toolbar. Bound to `H-S-t'.
(LaTeX-mode-hook): Add #'sy-LaTeX-mode-hook the end rather than
the beginning of the list.
(tex-info): Re-do how I avoid AUCTeX tex-info so I can use texinfo
instead.

* 02-keys-sy.el: Don't bind F3 to #'find-file

* 01-vars-sy.el: Re-enable the unicode stuff, adding `tae' into
the mix.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
19 files changed:
.gitattributes [new file with mode: 0644]
00-build.el
01-vars-sy.el
02-keys-sy.el
03-c-mode-sy.el
04-w3-sy.el
05-latex-sy.el
06-tex-site-sy.el
07-html-sy.el
08-sounds-sy.el
09-toolbar-sy.el
10-pkgs-sy.el
11-cal-sy.el
12-misc-sy.el
13-bbdb-sy.el
14-fonts-sy.el
15-supercite-sy.el
16-riece-sy.el
17-emchat-sy.el