all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs using 99 percent of winxp resources
@ 2007-05-26 11:01 David R
  2007-05-26 12:16 ` David Kastrup
  2007-05-27  7:47 ` Jason Rumney
  0 siblings, 2 replies; 5+ messages in thread
From: David R @ 2007-05-26 11:01 UTC (permalink / raw)
  To: help-gnu-emacs

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: emacs using 99 percent of winxp resources
  2007-05-26 11:01 emacs using 99 percent of winxp resources David R
@ 2007-05-26 12:16 ` David Kastrup
  2007-05-26 16:05   ` David R
  2007-05-27  7:47 ` Jason Rumney
  1 sibling, 1 reply; 5+ messages in thread
From: David Kastrup @ 2007-05-26 12:16 UTC (permalink / raw)
  To: help-gnu-emacs

David R <angel_ov_north@tiscali.co.uk> writes:

> 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

Which Emacs are you running?

> I love emacs but it is rendering my system inoperable.

Which Emacs?

> I have no knowledge of lisp.

You do a lot of ugly things in your .emacs file considering that.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: emacs using 99 percent of winxp resources
  2007-05-26 12:16 ` David Kastrup
@ 2007-05-26 16:05   ` David R
  0 siblings, 0 replies; 5+ messages in thread
From: David R @ 2007-05-26 16:05 UTC (permalink / raw)
  To: help-gnu-emacs

David Kastrup wrote:
> David R <angel_ov_north@tiscali.co.uk> writes:
> 
>> 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
> 
> Which Emacs are you running?
> 
>> I love emacs but it is rendering my system inoperable.
> 
> Which Emacs?

Both were

>> I have no knowledge of lisp.
> 
> You do a lot of ugly things in your .emacs file considering that.

I have managed to fomulate a .emacs which does work now.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: emacs using 99 percent of winxp resources
  2007-05-26 11:01 emacs using 99 percent of winxp resources David R
  2007-05-26 12:16 ` David Kastrup
@ 2007-05-27  7:47 ` Jason Rumney
  2007-05-28 22:50   ` David R
  1 sibling, 1 reply; 5+ messages in thread
From: Jason Rumney @ 2007-05-27  7:47 UTC (permalink / raw)
  To: help-gnu-emacs

On 26 May, 12:01, David R <angel_ov_no...@tiscali.co.uk> wrote:

> (add-to-list 'load-path "~/.emacs.d/cedet-1.0pre3")
> (add-to-list 'load-path "~/.emacs.d/cedet-1.0pre3/common")
> (require 'cedet)

cedet-1.0pre3 has a bug in it that causes 100% CPU usage while Emacs
is idle.  You need to pull the latest revision of semantic-idle.el
from the cedet CVS to fix it.

I don't know when the cedet author plans to release a new version, but
this problem has been known about and fixed in CVS for some time now.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: emacs using 99 percent of winxp resources
  2007-05-27  7:47 ` Jason Rumney
@ 2007-05-28 22:50   ` David R
  0 siblings, 0 replies; 5+ messages in thread
From: David R @ 2007-05-28 22:50 UTC (permalink / raw)
  To: help-gnu-emacs

Jason Rumney wrote:
> On 26 May, 12:01, David R <angel_ov_no...@tiscali.co.uk> wrote:
> 
>> (add-to-list 'load-path "~/.emacs.d/cedet-1.0pre3")
>> (add-to-list 'load-path "~/.emacs.d/cedet-1.0pre3/common")
>> (require 'cedet)
> 
> cedet-1.0pre3 has a bug in it that causes 100% CPU usage while Emacs
> is idle.  You need to pull the latest revision of semantic-idle.el
> from the cedet CVS to fix it.
> 
> I don't know when the cedet author plans to release a new version, but
> this problem has been known about and fixed in CVS for some time now.
> 
many thanks
David R

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-05-28 22:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-26 11:01 emacs using 99 percent of winxp resources David R
2007-05-26 12:16 ` David Kastrup
2007-05-26 16:05   ` David R
2007-05-27  7:47 ` Jason Rumney
2007-05-28 22:50   ` David R

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.