help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Persist background and forecolor


From: dunnil
Subject: Re: Persist background and forecolor
Date: 5 Feb 2006 04:11:31 -0800
User-agent: G2/0.2

Thanks, it works like a charm.
I have just another question, how shold I enable auto-complete for a
mode?
I'm using ruby; I copied all 5 *.el [1] files to
C:\emacs-21.3\lisp\progmodes, and enabled
_global font lock_ (through the menu)
I have the syntax coloring but not auto-complete or anything else.

Here is what I've added to .emacs:
(autoload 'ruby-mode "ruby-mode" "Ruby editing mode." t)
(setq auto-mode-alist (cons '("\\.rb$" . ruby-mode) auto-mode-alist))

[1] http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/misc/

Thanks again,
- H



reply via email to

[Prev in Thread] Current Thread [Next in Thread]