emacs-snapshot -q -no-site-file -batch -l __myinit.el -f batch-byte-compile eword-decode.el eword-encode.el hex-util.el hmac-def.el hmac-md5.el hmac-sha1.el luna.el lunit.el md4.el md5-dl.el md5-el.el md5.el mel-b-ccl.el mel-b-dl.el mel-b-el.el mel-g.el mel-q-ccl.el mel-q.el mel-u.el mel.el mime-conf.el mime-def.el mime-parse.el mime.el mmbuffer.el mmcooked.el mmexternal.el mmgeneric.el ntlm.el qmtp.el sasl-cram.el sasl-digest.el sasl-ntlm.el sasl-scram.el sasl.el sha1-dl.el sha1-el.el sha1.el smtp.el std11.el Wrote /usr/share/emacs-snapshot/site-lisp/flim/eword-decode.elc In toplevel form: eword-encode.el:164:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. eword-encode.el:166:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. eword-encode.el:168:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. eword-encode.el:170:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. eword-encode.el:172:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. Wrote /usr/share/emacs-snapshot/site-lisp/flim/eword-encode.elc In toplevel form: hex-util.el:29:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. Wrote /usr/share/emacs-snapshot/site-lisp/flim/hex-util.elc In toplevel form: hmac-def.el:32:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. Wrote /usr/share/emacs-snapshot/site-lisp/flim/hmac-def.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/hmac-md5.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/hmac-sha1.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/luna.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/lunit.elc In md4-make-step: md4.el:90:31:Warning: `(\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3))))' is a malformed function md4.el:107:1:Error: Invalid function: (\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3)))) Wrote /usr/share/emacs-snapshot/site-lisp/flim/md5-dl.elc In md5-make-step: md5-el.el:171:31:Warning: `(\` (defun ((\, name)) (a b c d x s ac) (let* ((m1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car x) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr x) (cdr ac))) (m2 (logand 65535 (+ m1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (m3 (logand 65535 (if (> s 15) (+ (lsh m2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh m2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh m2 (- s 16))) (+ (lsh l2 s) (lsh m2 (- s 16))))))) (md5-add (cons m3 l3) b))))' is a malformed function md5-el.el:187:1:Error: Invalid function: (\` (defun ((\, name)) (a b c d x s ac) (let* ((m1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car x) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr x) (cdr ac))) (m2 (logand 65535 (+ m1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (m3 (logand 65535 (if (> s 15) (+ (lsh m2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh m2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh m2 (- s 16))) (+ (lsh l2 s) (lsh m2 (- s 16))))))) (md5-add (cons m3 l3) b)))) Wrote /usr/share/emacs-snapshot/site-lisp/flim/md5.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-b-ccl.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-b-dl.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-b-el.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-g.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-q-ccl.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-q.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-u.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime-conf.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime-def.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime-parse.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmbuffer.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmcooked.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmexternal.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmgeneric.elc In toplevel form: ntlm.el:66:1:Error: Invalid function: (\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3)))) Wrote /usr/share/emacs-snapshot/site-lisp/flim/qmtp.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl-cram.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl-digest.elc In toplevel form: sasl-ntlm.el:33:1:Error: Invalid function: (\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3)))) Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl-scram.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/sha1-dl.elc In toplevel form: sha1-el.el:115:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. Wrote /usr/share/emacs-snapshot/site-lisp/flim/sha1-el.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/sha1.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/smtp.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/std11.elc