From 0ef90662bf56abbfccd3c05a9c8d8d97d080d76e Mon Sep 17 00:00:00 2001 From: tfheen Date: Sun, 12 Jan 2003 15:44:43 +0000 Subject: [PATCH] various updates. git-svn-id: file:///svn/tfheen/trunk/dotfiles@121 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- emacs | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/emacs b/emacs index bb97884..7a77130 100644 --- a/emacs +++ b/emacs @@ -50,6 +50,9 @@ mc-passwd-timeout 600)) (global-set-key "\M-n" 'browse-url-at-point) +(global-set-key (kbd "C-x C-c") +#'(lambda () (interactive) + (message "you must be kidding"))) (global-set-key [(control backspace)] 'undo) (global-set-key [(control return)] 'find-tag) @@ -165,14 +168,15 @@ (set-face-foreground font-lock-string-face "Blue") (cw/requiring-package (tramp) - (setq tramp-multi-file-name-structure (quote ("\\`/r:\\(\\([a-z0-9]+\\)\\)?\\(\\(%s\\)+\\):\\(.*\\)\\'" 2 3 -1)) - tramp-make-tramp-file-format "/r:%m/%u@%h:%p" - tramp-file-name-regexp "\\`/r:" - tramp-make-multi-tramp-file-format (quote ("/r:%m" "/%m:%u@%h" ":%p")) - tramp-auto-save-directory "/home/tfheen/tmp" - tramp-make-tramp-file-user-nil-format "/r:%m/%h:%p" - tramp-default-method "rsync" - tramp-file-name-structure '("\\`/r:\\(\\([a-zA-Z0-9]+\\)/\\)?\\(\\([-a-zA-Z0-9_#/:]+\\)@\\)?\\([-a-zA-Z0-9_#/:@.]+\\):\\(.*\\)\\'" 2 4 5 6))) + (setq tramp-auto-save-directory "/home/tfheen/tmp" + tramp-default-method "rsync")) + +;; (setq tramp-multi-file-name-structure (quote ("\\`/r:\\(\\([a-z0-9]+\\)\\)?\\(\\(%s\\)+\\):\\(.*\\)\\'" 2 3 -1)) +;; tramp-make-tramp-file-format "/r:%m/%u@%h:%p" +;; tramp-file-name-regexp "\\`/r:" +;; tramp-make-multi-tramp-file-format (quote ("/r:%m" "/%m:%u@%h" ":%p")) +;; tramp-make-tramp-file-user-nil-format "/r:%m/%h:%p" +;; tramp-file-name-structure '("\\`/r:\\(\\([a-zA-Z0-9]+\\)/\\)?\\(\\([-a-zA-Z0-9_#/:]+\\)@\\)?\\([-a-zA-Z0-9_#/:@.]+\\):\\(.*\\)\\'" 2 4 5 6))) (cw/for-emacs-21 -- 2.39.5