[23828] in Source-Commits
/svn/athena r23439 - trunk/debathena/config/emacs-config/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Jan 31 19:05:23 2009
Date: Sat, 31 Jan 2009 19:04:56 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200902010004.TAA15814@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2009-01-31 19:04:51 -0500 (Sat, 31 Jan 2009)
New Revision: 23439
Modified:
trunk/debathena/config/emacs-config/debian/60debathena.el
trunk/debathena/config/emacs-config/debian/changelog
Log:
In emacs-config:
* Remove unnecessary customizations.
Modified: trunk/debathena/config/emacs-config/debian/60debathena.el
===================================================================
--- trunk/debathena/config/emacs-config/debian/60debathena.el 2009-01-31 23:53:57 UTC (rev 23438)
+++ trunk/debathena/config/emacs-config/debian/60debathena.el 2009-02-01 00:04:51 UTC (rev 23439)
@@ -3,44 +3,14 @@
mh-lib-progs "/usr/lib/debathena-nmh/"
mh-lib "/etc/nmh/")
-; Security measure.
-(setq inhibit-local-variables t)
-
; Too many users get bit if we don't set this.
+; We can probably remove this setting once tcsh is gone.
(setq require-final-newline t)
-; Handle bug reports locally.
-(setq bug-gnu-emacs "bugs@mit.edu")
-
-; Force outgoing mail domain to be "mit.edu" instead of local machine name.
-(setq mail-host-address "mit.edu")
-
; lpr -d doesn't do anything in the Athena environment; use dvips to print
; DVI files.
(setq tex-dvi-print-command "dvips")
-; Athena likes different X paste behavior
-(setq mouse-yank-at-point t)
-
-; Cosmetic change, preferred by most users as far as we know. (And
-; consistent with gnome-terminal, xterm, etc.)
-(blink-cursor-mode 0)
-
-; Change the initial scratch buffer to avoid people losing text they
-; erroneously type into it. Also make it a text buffer instead of a
-; lisp buffer.
-(setq initial-major-mode '(lambda ()
- (text-mode)
- (auto-fill-mode 1)
- (setq buffer-offer-save t)))
-; compensate for the above
-(setq initial-scratch-message "\
-This buffer is for notes you don't want to save. If you want to create
-a file, visit that file with C-x C-f, then enter the text in that file's
-own buffer.
-
-")
-
; Some gnus settings. We set nnmail-crosspost-link-function to
; 'copy-file because AFS does not support hard links.
(setq gnus-default-nntp-server "news.mit.edu"
Modified: trunk/debathena/config/emacs-config/debian/changelog
===================================================================
--- trunk/debathena/config/emacs-config/debian/changelog 2009-01-31 23:53:57 UTC (rev 23438)
+++ trunk/debathena/config/emacs-config/debian/changelog 2009-02-01 00:04:51 UTC (rev 23439)
@@ -1,3 +1,9 @@
+debathena-emacs-config (1.3) unstable; urgency=low
+
+ * Remove unnecessary customizations.
+
+ -- Tim Abbott <tabbott@mit.edu> Sat, 31 Jan 2009 18:55:42 -0500
+
debathena-emacs-config (1.2) unstable; urgency=low
* Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.