From: "dunnil" <h.dunnil@gmail.com>
Subject: Re: Persist background and forecolor
Date: 5 Feb 2006 04:11:31 -0800 [thread overview]
Message-ID: <1139141491.005030.168470@g14g2000cwa.googlegroups.com> (raw)
In-Reply-To: <mailman.100.1139132450.2870.help-gnu-emacs@gnu.org>
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
prev parent reply other threads:[~2006-02-05 12:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-05 0:06 Persist background and forecolor dunnil
2006-02-05 9:37 ` Peter Dyballa
[not found] ` <mailman.100.1139132450.2870.help-gnu-emacs@gnu.org>
2006-02-05 12:11 ` dunnil [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1139141491.005030.168470@g14g2000cwa.googlegroups.com \
--to=h.dunnil@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).