From 9214b95689b97e255aa6db9aad65d8512c701577 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 9 Feb 2006 14:52:15 +0000 Subject: [PATCH] some updates git-svn-id: file:///svn/tfheen/trunk/dotfiles@882 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- Xdefaults | 10 +++++----- dput.cf | 6 ++++++ emacs | 10 ++++++++++ gnus | 2 +- ssh/config | 3 +++ 5 files changed, 25 insertions(+), 6 deletions(-) diff --git a/Xdefaults b/Xdefaults index 4e5a2cf..8e393ba 100644 --- a/Xdefaults +++ b/Xdefaults @@ -30,7 +30,7 @@ emacs*ScrollBars: off ! emacs*cursorColor: Blue emacs*bitmapIcon: on ! emacs*font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1 -emacs*font: -*-dejavu sans mono-medium-r-*-*-12-*-*-*-c-*-iso10646-1 +emacs*font: -*-bitstream vera sans mono-medium-r-*-*-12-*-*-*-c-*-iso10646-1 ! fixed !emacs.geometry: 80x25 @@ -85,7 +85,7 @@ pterm.ScrollbackLines: 10000 pterm.NoAltScreen: 1 pterm.MouseOverride: 0 -#pterm.Colour0: 0,0,0 -#pterm.Colour1: 85,85,85 -#pterm.Colour3: 187,187,187 -#pterm.Colour2: 255,255,255 +! pterm.Colour0: 0,0,0 +! pterm.Colour1: 85,85,85 +! pterm.Colour3: 187,187,187 +! pterm.Colour2: 255,255,255 diff --git a/dput.cf b/dput.cf index eb20405..76af065 100644 --- a/dput.cf +++ b/dput.cf @@ -43,3 +43,9 @@ method = scp incoming = /org/amd64.debian.net/queue/unchecked allow_unsigned_uploads = 0 run_dinstall = 0 + +[staging] +fqdn = drescher.ubuntu.com +incoming = / +login = anonymous + diff --git a/emacs b/emacs index 24d7f00..101e5bb 100644 --- a/emacs +++ b/emacs @@ -283,6 +283,7 @@ (add-hook 'inferior-lisp-mode-hook (lambda () (inferior-slime-mode t))) (setq inferior-lisp-program "sbcl-mt")) +(setq mouse-yank-at-point t) ;: WL setup @@ -292,3 +293,12 @@ ; wl-folder-access-subscribe-alist '(("^%" . (t . ".")))) (setq elmo-imap4-default-authenticate-type 'clear elmo-default-authenticate-type 'clear) + +(defun linux-c-mode () + "C mode with adjusted defaults for use with the Linux kernel." + (interactive) + (c-mode) + (c-set-style "K&R") + (setq tab-width 8) + (setq indent-tabs-mode t) + (setq c-basic-offset 8)) diff --git a/gnus b/gnus index 151fcba..4b8f470 100644 --- a/gnus +++ b/gnus @@ -607,7 +607,7 @@ on multiple mail-followup-to headers" (defun tfheen-mark-as-spam () (interactive) - (gnus-summary-move-article nil (format-time-string "spam.%Y-%m")) + (gnus-summary-move-article nil (format-time-string "spam.%Y-%m") nil 'move) (gnus-summary-next-subject 1)) (cw/for-host "yiwaz\\|thosu\\|golem" diff --git a/ssh/config b/ssh/config index f478a5f..34f6445 100644 --- a/ssh/config +++ b/ssh/config @@ -187,6 +187,9 @@ Hostname shonap.err.no # Canonical +Host chinstrap.ubuntu.com +ProxyCommand none + Host chinstrap.warthogs.hbd.com ProxyCommand none -- 2.39.5