# HG changeset patch # User Henry S. Thompson # Date 1618563617 0 # Node ID 32c1c853062f88a5c2b9a11bfb280a204d468119 # Parent d60073ec798a9deae9be5033e6e4421f0ddca720 diff -r d60073ec798a -r 32c1c853062f .hgignore --- a/.hgignore Thu Apr 15 19:22:27 2021 +0000 +++ b/.hgignore Fri Apr 16 09:00:17 2021 +0000 @@ -1,18 +1,18 @@ -.cpan +\.cpan ~$ -.cache -.bash_history -.local/bin/pip -.local/lib/python -.mozilla -.ssh -.parallel -.python_history -.dbus -.gnupg/pubring.gpg .gnupg/secring.gpg .gnupg/trustdb.gpg +\.cache +\.bash_history +\.local/bin/pip +\.local/lib/python +\.mozilla +\.ssh +\.parallel +\.python_history +\.dbus +\.gnupg/pubring.gpg .gnupg/secring.gpg .gnupg/trustdb.gpg lib/perl5 src/usr/lib/python3.6 -src/apache* +src/apache.* cld2 home usr @@ -20,9 +20,9 @@ crawler-commons KEYS language-detection-cld2 -OpenJDK* -.mg -.m2 +OpenJDK.* +\.mg +\.m2 bin/abut bin/anova bin/colex @@ -53,5 +53,19 @@ openjdk-8u252-b09 nutch-cc src/hadoop -.Xauthority +\.Xauthority gentoo +\.Xresources +\.conda +\.duc +\.history +.ivy2 +cdx-00... +emerge.* +emm.* +et_files\.txt +extract.*\.txt +ezip +slurm.*.out +nohup.out +p3working.tar.gz diff -r d60073ec798a -r 32c1c853062f .xemacs/init.el --- a/.xemacs/init.el Thu Apr 15 19:22:27 2021 +0000 +++ b/.xemacs/init.el Fri Apr 16 09:00:17 2021 +0000 @@ -5,5 +5,6 @@ (message "init 2") (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")) +(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" )) +