all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: rmborchers@orange.nl, "Borchers <rmborchers"@orange.nl
To: black <quiteblack@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: how to import other programming language support on windows emacs ?
Date: Sun, 06 Jul 2008 09:51:49 +0200	[thread overview]
Message-ID: <m2hcb3move.fsf@laptop.lan> (raw)
In-Reply-To: 665eb87a0807052218sb39df6fqe235112e8b4175a9@mail.gmail.com


You have to copy the file to a location in the loadpath or add a new
path to your .emacs (add-to-list 'load-path "path-to-file")

Load the file at startup
(require 'actionscript-mode)

Add to your .emacs file 
(setq auto-mode-alist (cons '("\\.as$" . actionscript-mode.el) auto-mode-alist))
to make emacs using actionscript-mode when opening a .as file


-- 
                             \\\                      
                            (0 0)                      
--------------------------o0o(_)o0o-------------------------
Registered Linux User No.291649 http://www.linux-counter.org
Registered LFS user No.16792 http://www.linuxfromscratch.org
Uptime   : 09:36:42 up  2:20,  1 user,  load average: 0.37, 0.47, 0.43
Kernel   : Linux 2.6.18.8.tex5 #1 SMP Thu May 10 11:36:58 WST 2007
Processor: model name	: AMD Turion(tm) 64 Mobile Technology ML-30
web: http://rene-borchers.homelinux.com
------------------------------------------------------------
FORTUNE REMEMBERS THE GREAT MOTHERS: #5

	"And, and, and, and, but, but, but, but!"
		-- Mrs. Janice Markowsky, April 8, 1965





  parent reply	other threads:[~2008-07-06  7:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-06  5:18 how to import other programming language support on windows emacs ? black
2008-07-06  7:28 ` Peter Dyballa
2008-07-06  7:30 ` Frayja
2008-07-06  7:51 ` rmborchers, Borchers <rmborchers [this message]
2008-07-06 15:08 ` black
2008-07-06 17:32   ` rmborchers, Borchers <rmborchers
     [not found] ` <mailman.14287.1215360668.18990.help-gnu-emacs@gnu.org>
2008-07-06 16:43   ` Colin S. Miller
2008-07-07  4:07 ` black
2008-07-07 14:20 ` black
     [not found] ` <mailman.14311.1215403653.18990.help-gnu-emacs@gnu.org>
2008-07-07 21:18   ` Colin S. Miller
     [not found] ` <mailman.14334.1215440442.18990.help-gnu-emacs@gnu.org>
2008-07-09 14:44   ` james

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2hcb3move.fsf@laptop.lan \
    --to=rmborchers@orange.nl \
    --cc="Borchers <rmborchers"@orange.nl \
    --cc=help-gnu-emacs@gnu.org \
    --cc=quiteblack@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.
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.