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 12:07:25 +0800 Message-ID: <665eb87a0807062107yed8240ao2ea4d83c28451ff0@mail.gmail.com> References: <665eb87a0807052218sb39df6fqe235112e8b4175a9@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14600_8289825.1215403645226" X-Trace: ger.gmane.org 1215403679 16199 80.91.229.12 (7 Jul 2008 04:07:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2008 04:07:59 +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 06:08:46 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 1KFi1q-000880-Ri for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jul 2008 06:08:43 +0200 Original-Received: from localhost ([127.0.0.1]:44519 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFi0y-0005KD-Vs for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jul 2008 00:07:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFi0h-0005Jz-Jo for help-gnu-emacs@gnu.org; Mon, 07 Jul 2008 00:07:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFi0e-0005Jb-AP for help-gnu-emacs@gnu.org; Mon, 07 Jul 2008 00:07:31 -0400 Original-Received: from [199.232.76.173] (port=38463 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFi0e-0005JY-61 for help-gnu-emacs@gnu.org; Mon, 07 Jul 2008 00:07:28 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.226]:12166) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFi0d-0000Qj-LP for help-gnu-emacs@gnu.org; Mon, 07 Jul 2008 00:07:28 -0400 Original-Received: by wr-out-0506.google.com with SMTP id c30so1340618wra.14 for ; Sun, 06 Jul 2008 21:07:25 -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=jJ8fZbAiwfihHnQxKdGaom/KvNBEgHJt2OqO5Bj65+0=; b=CNGIYA/XqH/KfgPex8P8EZctkZyaAcAv4oHG5xgemZn6BZCeGE+1pZ1PEcC5+oRtz0 a+rFHEPD6OPwDqYOQSLDzEUMC0GmyrNpUl+MdR2FhBNINHZBF3LERORsb0s8DUmziWOP vOcqG0+ji/7zvUuvq+CRr7oego0ELSTYgnT0Q= 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=F7ncPN5XBcdm+20hlATRI2qsphn9C/7xxaPHimzq/NOZrxZmYA1/c0OyKXt8dFCwmr 3VsCMZtB4ZRKtmfbo35yBS9dWB7UjxypfKC/abofM5K9TG5MVYUr53dRAxrSKGeSFpN2 OG7VCkLZlCWjwie+Q0Hm4k2ScSZw+ptSWTtMo= Original-Received: by 10.90.91.2 with SMTP id o2mr4100606agb.81.1215403645242; Sun, 06 Jul 2008 21:07:25 -0700 (PDT) Original-Received: by 10.90.87.4 with HTTP; Sun, 6 Jul 2008 21:07:25 -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:55279 Archived-At: ------=_Part_14600_8289825.1215403645226 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline ok i found a folder like this C:\Documents and Settings\Black Qin\Application Data\.emacs.d\auto-save-list which is empty. do i need to put my actionscript .el file into this folder and run some command to make it work ? 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_14600_8289825.1215403645226 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline ok i found a folder like this
C:\Documents and Settings\Black Qin\Application Data\.emacs.d\auto-save-list
which is empty.

do i need to put my actionscript .el file into this folder and run some command to make it work ?



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_14600_8289825.1215403645226--