New patches: [unrevert anonymous**20090705074633] < > { hunk ./_my_emacs.el 46 (defun init-linux () (setq default-frame-alist '((width . 110) - (height . 67))) + (height . 66))) (setq initial-frame-alist hunk ./_my_emacs.el 49 - '((top . 28) + '((top . 32) (left . 483))) (setq gnus-signature-file "~/.signature") (setq projects-root "/home/coffeemug") hunk ./_my_emacs.el 62 (add-to-list 'load-path "~/emacs-conf/")) (defun init-darwin () + (setq mac-command-modifier 'meta) (setq default-frame-alist '((width . 117) hunk ./_my_emacs.el 65 - (height . 45))) + (height . 70))) (setq initial-frame-alist '((top . 24) hunk ./_my_emacs.el 68 - (left . 162))) + (left . 580))) (setq gnus-signature-file "~/.signature") (when (boundp 'mac-input-method-mode) (mac-input-method-mode 0)) hunk ./_my_emacs.el 75 (setq projects-root "/Users/coffeemug") (add-to-list 'load-path "~/projects/emacs-conf/") (add-to-list 'load-path "~/projects/emacs-conf/w3m") + (add-to-list 'load-path "/usr/share/emacs/site-lisp") (when (darwin-new-p) (setq default-frame-alist '((width . 117) hunk ./_my_emacs.el 79 - (height . 53))) + (height . 66))) (setq initial-frame-alist hunk ./_my_emacs.el 81 - '((top . 24) - (left . 575))))) + '((top . 32) + (left . 580))))) (defun init-win32 () (setq projects-root "c:/")) hunk ./_my_emacs.el 142 ;; set up LaTeX mode (commenting out to speed up startup) ;; (setq TeX-auto-save t) ;; (setq TeX-parse-self t) +(load "auctex.el" t t t) +(setq-default TeX-PDF-mode t) +(require-if-available 'doc-view) +(when (featurep 'doc-view) + (add-hook 'doc-view-mode-hook 'auto-revert-mode)) ;; ibuffer (global-set-key [?\C-x ?\C-b] 'ibuffer) hunk ./_my_emacs.el 277 (t 'read-buffer))) ;; load w3m and set it to accept cookies -(setq w3m-use-cookies t) -(setq w3m-home-page "http://www.google.com") -(require-if-available 'w3m-load) -(require-if-available 'w3m-type-ahead) -(if (featurep 'w3m-type-ahead) - (add-hook 'w3m-mode-hook 'w3m-type-ahead-mode)) +;; (setq w3m-use-cookies t) +;; (setq w3m-home-page "http://www.google.com") +;; (require-if-available 'w3m-load) +;; (require-if-available 'w3m-type-ahead) +;; (if (featurep 'w3m-type-ahead) +;; (add-hook 'w3m-mode-hook 'w3m-type-ahead-mode)) ;; use internal browser if available (commenting out to speed up startup) ;; (if (featurep 'w3m) } Context: [Preventing viper mode in gdb coffeemug@gmail.com**20090616233010 Ignore-this: b7340eea85b169888fb33440c81f6165 ] [Improving indentation command coffeemug@gmail.com**20090613064249 Ignore-this: c0c990b9c8bb14ae9d17a0a07f6d70e9 ] [Improving full screen shortcut coffeemug@gmail.com**20090613064232 Ignore-this: 34d1cbf145b4d8d7505373a0cdd216aa ] [Adding autocomplete support coffeemug@gmail.com**20090612205747 Ignore-this: f36eade834027986ee4781d9dad7967a ] [Adding support for w3m coffeemug@gmail.com**20090606214214 Ignore-this: 521e770084123a04ad0040b6ef0b8384 ] [Adding support for fullscreen mode coffeemug@gmail.com**20090520184715 Ignore-this: ab6d557f5a21bdd563915230a5bcf403 ] [Making emacs work in terminal on mac coffeemug@gmail.com**20090515073602 Ignore-this: 398a7ba53d7056398166943a87e0389a ] [Adding highlight-line code to repo coffeemug@gmail.com**20090515071040] [Commenting out modes I don't use to speed up startup coffeemug@gmail.com**20090515071014] [Changing my emacs extension coffeemug@gmail.com**20090515070128] [Adding autocompilation to .emacs coffeemug@gmail.com**20090515065501 Ignore-this: f93008328d5549108369c93aff53afd9 ] [Improving compilation buffer handling again coffeemug@gmail.com**20090515064652 Ignore-this: 39ba716c4daaaaefac2ba37f90153d92 ] [Improving compilation window handling coffeemug@gmail.com**20090514061405 Ignore-this: 4d2299b707ffb14e834c568789dcb45b ] [Making the compilation window more friendly coffeemug@gmail.com**20090514060736] [Adding better tag browsing mechanism coffeemug@gmail.com**20090511062701 Ignore-this: bba265db8c5e1cf5067e91d6b810566f ] [Turn off the annoying beep coffeemug@gmail.com**20090511055619 Ignore-this: 867bcd3289ccd864a901718259f40382 ] [Adding code to easily traverse files coffeemug@gmail.com**20090511053656 Ignore-this: d9b7db438cf5bce9f13fe804822b8b94 ] [Adding configuration for new laptop coffeemug@gmail.com**20090510030603 Ignore-this: 34291807943ec7d3fe5361251c8b0094 ] [changing initialize-instance snipper shortcut coffeemug@gmail.com**20090215214013] [Adding snippets support coffeemug@gmail.com**20090214044847] [Making font selection more bulletproof coffeemug@gmail.com**20081108063456] [Fixing conf path on linux coffeemug@gmail.com**20081028220827] [Removing ido m-x for now coffeemug@gmail.com**20081015043816] [setting up linux-c mode coffeemug@gmail.com**20081015042816] [Setting up ido to work with M-x coffeemug@gmail.com**20081015042801] [Making changes to accomodate prolog mode coffeemug@gmail.com**20080916043544] [Setting size of frame (recent emacs bug) coffeemug@gmail.com**20080907063123] [Moving linux specific position code to linux function coffeemug@gmail.com**20080907061636] [recording minor fixes coffeemug@gmail.com**20080907060100] [Improving highlight line code coffeemug@gmail.com**20080907055133] [Mac/python stuff coffeemug@gmail.com**20080717211515] [Support for Python mode coffeemug@gmail.com**20080618040032] [Converting dos2unix coffeemug@gmail.com**20080512022644] [Initial message in scratch buffer coffeemug@gmail.com**20080512021906] [Fixing up sbcl code coffeemug@gmail.com**20080512021305] [Beautifying architecture specific code coffeemug@gmail.com**20080512021028] [Multiple lisp implementations coffeemug@gmail.com**20080512015206] [Adding sml support coffeemug@gmail.com**20080512014923] [Reintroducing haskell mode coffeemug@gmail.com**20080512014655] [Integrating boring files with ido coffeemug@gmail.com**20080512013724] [Adding ibuffer shortcut coffeemug@gmail.com**20080512012011] [Translte square brackets into parens (about time!) coffeemug@gmail.com**20080424180030] [Fix highlight and lisp issue on mac coffeemug@gmail.com**20080424175959] [Adding hook to cc mode to compile on c-c c-c coffeemug@gmail.com**20080219033622] [Adding config to dim parens in source code coffeemug@gmail.com**20080219033557] [Updating gnus lists coffeemug@gmail.com**20080213193721] [Updating emacs conf coffeemug@gmail.com**20080213193643] [Activating org mode coffeemug@gmail.com**20071229061737] [Fixing gray cursor support coffeemug@gmail.com**20071229061710] [Modifying to work in gutsy coffeemug@gmail.com**20071020060310] [Adding latex mode setup coffeemug@gmail.com**20071009135834] [Updating emacs conf coffeemug@gmail.com**20070818175020] [Using openmcl for powerpc lisp implementation coffeemug@gmail.com**20070430020130] [Making slime optional coffeemug@gmail.com**20070420163354] [Adding more gnus filters coffeemug@gmail.com**20070417153017] [Fixing global key function coffeemug@gmail.com**20070411231123] [Making emacs search use regex, improving search fn coffeemug@gmail.com**20070411230625] [Setting default search and replace to regex coffeemug@gmail.com**20070410001459] [Configure ido to not prompt on new buffer creation coffeemug@gmail.com**20070406025203] [Russian font size coffeemug@gmail.com**20070403000917] [Setting russian as default toggle method coffeemug@gmail.com**20070401182804] [Adding support for saving contacts on send automatically and for cycling coffeemug@gmail.com**20070330042251] [Adding signature file reference for gnus coffeemug@gmail.com**20070329033213] [Adding face customizations for gnus coffeemug@gmail.com**20070329024726] [Adding more rules for joke ring mail coffeemug@gmail.com**20070329003120] [Making bbdb optional coffeemug@gmail.com**20070328234558] [Adding bbdb to .emacs coffeemug@gmail.com**20070328040612] [Some interactivity related customizations coffeemug@gmail.com**20070328023028] [Don't use canlock coffeemug@gmail.com**20070328013508] [Filter regularly received emails coffeemug@gmail.com**20070328012859] [Setting up gnus to work with msmtp coffeemug@gmail.com**20070328012843] [Adding glasgow list to gnus filters coffeemug@gmail.com**20070327045324] [Adding gnus.el file to configure news and mail coffeemug@gmail.com**20070327035318] [Double quotes should show up in pairs coffeemug@gmail.com**20070227011310] [Lots of sugar, using w3m internally, etc. coffeemug@gmail.com**20070222005321] [Adding w3m... coffeemug@gmail.com**20070213015015] [Adding auto-indent to viper coffeemug@gmail.com**20070210013109] [Adding C-d to vi mode in viper coffeemug@gmail.com**20070208035634] [Adding ex buffer switching customizations coffeemug@gmail.com**20070208025036] [Making esc key available coffeemug@gmail.com**20070208015141] [fix a situation that causes viper to fail to load with ror mode coffeemug@gmail.com**20070208014603] [Making emacs only load custom libs if they're available coffeemug@gmail.com**20070208014525] [taking back some emacs keys from viper coffeemug@gmail.com**20070208012305] [Moving environment specific paths to the top of the file coffeemug@gmail.com**20070207012418] [Rails related stuff (getting away from rinari) coffeemug@gmail.com**20070206033217] [Changing viper escape key and cursor behavior coffeemug@gmail.com**20070203060612] [More erb face customizations coffeemug@gmail.com**20070131021453] [Changing erb colors coffeemug@gmail.com**20070131020646] [Adding rails support coffeemug@gmail.com**20070131020121] [Making more viper related changes coffeemug@gmail.com**20070131010943] [More viper stuff coffeemug@gmail.com**20070129163626] [Adding support for viper mode and some vim fixes coffeemug@gmail.com**20070129163050] [Updaring .emacs with font info coffeemug@gmail.com**20070130012750] [Making sure scrollbar's on the right on linux coffeemug@gmail.com**20070117031647] [Updating config file to work on linux coffeemug@gmail.com**20070117031207] [Updating to support sbcl and slime on osx coffeemug@gmail.com**20070113055409] [Fixing elisp code coffeemug@gmail.com**20061129024924] [Extending OSX specific settings coffeemug@gmail.com**20061129024333] [Support for russian fonts on OSX coffeemug@gmail.com**20061129003940] [Allowing disabled dired command coffeemug@gmail.com**20061123030534] [Adding another project dir to haskell list coffeemug@gmail.com**20061120042605] [Enabling some commands coffeemug@gmail.com**20061120011117] [Adding support for loading cabal's paths coffeemug@gmail.com**20061115024143] [Changed cursor to a gray bar coffeemug@gmail.com**20061030213137] [set up IDO for quick browsing coffeemug@gmail.com**20061024001943] [Set up slime coffeemug@gmail.com**20061024001930] [Improved xml faces coffeemug@gmail.com**20060927024859] [set html colors coffeemug@gmail.com**20060926035611] [Removing custom indent for html mode coffeemug@gmail.com**20060924225932] [Disable some more keys to avoid temptation coffeemug@gmail.com**20060922153732] [Configuration changes yet again coffeemug@gmail.com**20060921205902] [Height... coffeemug@gmail.com**20060921034142] [more customizations coffeemug@gmail.com**20060921031658] [Improved shortcuts coffeemug@gmail.com**20060921020704] [Modified to use eldoc mode (requires haskell-autoload modification) coffeemug@gmail.com**20060921015836] [More customizations coffeemug@gmail.com**20060920180114] [Enabled support for matching parens coffeemug@gmail.com**20060920034814] [Upgrading to emacs 22 coffeemug@gmail.com**20060920032145] [Added code to highlight current line coffeemug@gmail.com**20060919195249] [Name change coffeemug@gmail.com**20060830031355] [initial checkin coffeemug@gmail.com**20060830030708] Patch bundle hash: cc2eb7b27b125c0bcc3c0d2b35b2a7e003f7bb24