# HG changeset patch # User Henry S. Thompson # Date 1618837678 0 # Node ID fbca56fabbaca61bb964f98acc383a2a6b90c4fc # Parent f7623dbd8eb5232f9b197c9b5f38925e54fd5600 diff -r f7623dbd8eb5 -r fbca56fabbac .hgignore --- a/.hgignore Sun Apr 18 17:03:45 2021 +0000 +++ b/.hgignore Mon Apr 19 13:07:58 2021 +0000 @@ -69,3 +69,4 @@ slurm.*.out nohup.out p3working.tar.gz +.Xauthority diff -r f7623dbd8eb5 -r fbca56fabbac .xemacs/init.el --- a/.xemacs/init.el Sun Apr 18 17:03:45 2021 +0000 +++ b/.xemacs/init.el Mon Apr 19 13:07:58 2021 +0000 @@ -1,10 +1,10 @@ (message "init 0") (defvar site-name 'cirrus "for site-specific initialisation") (message "init 1") +(nconc load-path '("/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/prog-modes" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/python-modes" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/xemacs-base" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/text-modes" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/edit-utils" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/fsf-compat" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/sh-script" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/c-support" )) +(message "init 2") (load "~/lib/emacs/common-init" nil t) -(message "init 2") +(message "init 3") (load "~/lib/emacs/pers-init" nil t) -(message "init 3") -(nconc load-path '("/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/prog-modes" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/python-modes" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/xemacs-base" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/text-modes" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/edit-utils" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/fsf-compat" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/sh-script" "/lustre/home/dc007/hst/gentoo/usr/lib/xemacs/xemacs-packages/lisp/c-support" ))