From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David R Newsgroups: gmane.emacs.help Subject: emacs using 99 percent of winxp resources Date: Sat, 26 May 2007 12:01:52 +0100 Message-ID: <4658139d_3@mk-nntp-2.news.uk.tiscali.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1180185272 20146 80.91.229.12 (26 May 2007 13:14:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 May 2007 13:14:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 26 15:14:29 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hrw6D-0003JQ-Sq for geh-help-gnu-emacs@m.gmane.org; Sat, 26 May 2007 15:14:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hrw6D-0001gf-F7 for geh-help-gnu-emacs@m.gmane.org; Sat, 26 May 2007 09:14:25 -0400 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) Original-Newsgroups: gnu.emacs.help Original-Lines: 109 X-Original-NNTP-Posting-Host: 212.139.193.77 Original-NNTP-Posting-Host: mk-nntp-2.news.uk.tiscali.com Original-X-Trace: 26 May 2007 12:01:52 +0100, mk-nntp-2.news.uk.tiscali.com Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!news2.euro.net!newsfeed.freenet.de!newsfeed00.sul.t-online.de!t-online.de!newsfeed1.ip.tiscali.net!tiscali!newsfeed2.ip.tiscali.net!212.74.112.120.MISMATCH!mk-nntp-1.news.uk.tiscali.com!mk-nntp-2.news.uk.tiscali.com Original-Xref: shelby.stanford.edu gnu.emacs.help:148867 X-Mailman-Approved-At: Sat, 26 May 2007 09:14:12 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44459 Archived-At: I am running gnu emacs 22.0.94.1 without gnuclientw and gnu emacs (patched) 22.0.99.1 through emacsclientw.exe on windows xp version 2002 service pack 2 I love emacs but it is rendering my system inoperable. I have no knowledge of lisp. Could somebody please help me..... my .emacs follows (require 'msb) (msb-mode 0) (require 'desktop) (desktop-load-default) (desktop-read) (setq load-path (cons "~/.emacs.d" load-path)) (add-to-list 'load-path "~/.emacs.d/emacs-rails") (require 'jka-compr) (require 'template) (setq template-home-directory "/") (template-initialize) (require 'backup-dir) (setq bkup-directory-info '((t "~/Emacs/emacsbackups" ok-create full-path))) (require 'redo) (require 'sams-lib) (load-file "~/.emacs.d/refcard.el") (transient-mark-mode) (global-set-key [(meta left)] 'backward-sexp) (global-set-key [(meta right)] 'forward-sexp) (global-set-key [(meta g)] 'goto-line) ;;; the igrep package (autoload (function igrep) "igrep" "*Run `grep` PROGRAM to match EXPRESSION in FILES..." t) (autoload (function igrep-find) "igrep" "*Run `grep` via `FIND`..." t) (autoload (function dired-do-igrep) "igrep" "*Run `grep` on the marked (or next prefix ARG) files." t) (autoload (function dired-do-igrep) "igrep" "*Run `grep` via \find\ on the marked (or next prefix ARG) directories." t) (autoload (function grep) "igrep" "*Run `grep` PROGRAM to match EXPRESSSION in FILES..." t) (autoload (function egrep) "igrep" "*Run `egrep`..." t) (autoload (function fgrep) "igrep" "*Run `fgrep`..." t) (autoload (function agrep) "igrep" "*Run `fgrep`..." t) (autoload (function grep-find) "igrep" "*Run `grep` via `find`..." t) (autoload (function egrep-find) "igrep" "*Run `egrep` via `find`..." t) (autoload (function fgrep-find) "igrep" "*Run `fgrep` via `find`..." t) (autoload (function dired-do-grep) "igrep" "*Run `grep` on the marked (or next prefix ARG) files." t) (autoload (function function dired-do-grep-find) "igrep" "*Run `grep` via find on the marked (or next prefix ARG) directories." t) (add-to-list 'load-path "~/.site-lisp/RubyRailsEmacs/el") (require 'pabbrev) ;; Ruby Mode (add-to-list 'load-path "~/.site-lisp/RubyRailsEmacs/ruby-mode") (add-to-list 'load-path "~/.emacs.d") (add-to-list 'load-path "~/.emacs.d/RubyRailsEmacs/el") (require 'ruby-mode) (require 'ruby-electric) (require 'pabbrev) ;; Rinari Mode (Rails) (add-to-list 'load-path "~/.site-lisp/RubyRailsEmacs/rinari") (add-to-list 'load-path "~/.site-lisp/RubyRailsEmacs/rinari/rhtml") (require 'rinari) (setq auto-mode-alist (cons '("\\.rhtml\\'" . rhtml-mode) auto-mode-alist)) (add-to-list 'load-path "~/.emacs.d/cedet-1.0pre3") (add-to-list 'load-path "~/.emacs.d/cedet-1.0pre3/common") (require 'cedet) (require 'ecb-autoloads) (autoload 'ruby-mode "ruby-mode" "Ruby editing mode." t) (setq auto-mode-alist (cons '("\\.rb$" . ruby-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\.rhtml$" . html-mode) auto-mode-alist)) (modify-coding-system-alist 'file "\\.rb$" 'utf-8) (modify-coding-system-alist 'file "\\.rhtml$" 'utf-8) (require 'snippet) (setq load-path (cons "~/.emacs.d/emacs-rails" load-path)) (require 'rails) many thanks David R