From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: black Newsgroups: gmane.emacs.help Subject: Re: how to import other programming language support on windows emacs ? Date: Mon, 7 Jul 2008 22:20:30 +0800 Message-ID: <665eb87a0807070720m1d74ff6dp94a447a191ff02cd@mail.gmail.com> References: <665eb87a0807052218sb39df6fqe235112e8b4175a9@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16404_13611110.1215440430558" X-Trace: ger.gmane.org 1215440505 1306 80.91.229.12 (7 Jul 2008 14:21:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2008 14:21:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 07 16:22:30 2008 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 1KFrbi-0003ns-0x for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jul 2008 16:22:22 +0200 Original-Received: from localhost ([127.0.0.1]:45540 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFraq-00019G-6m for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jul 2008 10:21:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFra5-0000sb-21 for help-gnu-emacs@gnu.org; Mon, 07 Jul 2008 10:20:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFra1-0000r4-6L for help-gnu-emacs@gnu.org; Mon, 07 Jul 2008 10:20:40 -0400 Original-Received: from [199.232.76.173] (port=50988 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFra1-0000qx-0b for help-gnu-emacs@gnu.org; Mon, 07 Jul 2008 10:20:37 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.232]:50235) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFra0-00006M-F1 for help-gnu-emacs@gnu.org; Mon, 07 Jul 2008 10:20:36 -0400 Original-Received: by wr-out-0506.google.com with SMTP id c30so1464724wra.14 for ; Mon, 07 Jul 2008 07:20:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=sWP8EXr/EE3aGe1+5/TkG759kiSTU4ZMmx9+TKK1ANo=; b=ELleBptm8l/oaNTZhFigri3VAFdNf7hME/2fCro1/ZYRkBwXMrZ+oS9oNDWtyvgr3k zvvu5gGKPr72jTHQh9E7xwHL8EfqeCoympQBSgEKRAesogDol9jlxdjuPNYcSGTjUtXI lImJOqUC/tlYAZlrTEM7uHh3XW8VJLFjkMkDs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=qHggnLZ6+z3qh8Co1RhetSXXKo4p/vljGFvzphXxHzcSwqH1GkyiLZH/ldBcGSE+s3 ptkPkRgTa7zOPShV0YJNBlS5RYRrLLMPvXxahNCBlSMHMwGG6U/yIGKVtz0HA8Kk7gPv Hfm+aCwLGNiuM5GOkU7QxfcoLh4LknkXEYHUg= Original-Received: by 10.90.102.15 with SMTP id z15mr5237711agb.83.1215440430573; Mon, 07 Jul 2008 07:20:30 -0700 (PDT) Original-Received: by 10.90.87.4 with HTTP; Mon, 7 Jul 2008 07:20:30 -0700 (PDT) In-Reply-To: <665eb87a0807052218sb39df6fqe235112e8b4175a9@mail.gmail.com> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:55284 Archived-At: ------=_Part_16404_13611110.1215440430558 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline thanks. i tried ur method and C:\Documents and Settings\Black Qin\Application Data\.emacs.d\auto-save-list is exaclty what i got from C-x C-f ~/.emacs. anyone who's experienced with emacs and windows could figure out how can i import my actionscript.el pls ? On Sun, Jul 6, 2008 at 1:18 PM, black wrote: > hi folks, > i'm using emacs under windows and it looks cool. however i need emacs > to recognize Flash ActionScript files(.as files) and support its > syntax highlighting. i downloaded a "actionscript-mode.el" from > another guy's website, however i still dont know how to install > this .el to make it work with emacs. any help pls ? > > -- > Never end on learning~ -- Never end on learning~ ------=_Part_16404_13611110.1215440430558 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline thanks. i tried ur method and
C:\Documents and Settings\Black Qin\Application Data\.emacs.d\auto-save-list
is exaclty what i got from C-x C-f ~/.emacs.

anyone who's experienced with emacs and windows could figure out how can i import my actionscript.el pls ?


On Sun, Jul 6, 2008 at 1:18 PM, black <quiteblack@gmail.com> wrote:
hi folks,
i'm using emacs under windows and it looks cool. however i need emacs
to recognize Flash ActionScript files(.as files) and support its
syntax highlighting. i downloaded a "actionscript-mode.el" from
another guy's website, however i still dont know how to install
this .el to make it work with emacs. any help pls ?

--
Never end on learning~



--
Never end on learning~ ------=_Part_16404_13611110.1215440430558--