;; This is a template for a special .emacs file: Emacs-Run/t/lib/.emacs-3-template ;; Some other code will read this in and substitute actual locations for ;; the strings XXX and YYY, and write the new value out to a mock home location. ;; If you see directories in the above line instead of the ;; capitalized marker strings 'xxx' and 'yyy', that means this is ;; a generated file, and you should not edit it. ;; Note: this version purposely includes message function calls ;; to spew to STDERR when it is loaded. (message "Yow! I am spewing to STDERR! Can I register as an Anarchist?") (setq load-path (list "/tmp" "XXX" "YYY")) ;;; function and variable settings to prove with get_variable and eval_function (defvar emacs-run-testorama-garudabird-knock-off-i-am-not-a-number-i-am-unique-dammit "6" "Testing a defvar") ;; "Testing a setq" (setq emacs-run-testorama-gadzornika-gadzooks-yowsa-mama-have-you-ever-seen-a-variable-like-me "Only in Drupal.") ;; Creating a spurious buffer to have another object to print (switch-to-buffer "bupkes") (defun emacs-run-testorama-groatcakes-for-greatness-more-grease-please () "A dummy function that just says returns hello." "Hello") (setq user-mail-address "beast@666.dis.org") (setq user-full-name "Cheney's Demon")