RE: Associating assembly mode with .asm
"Liang, James" <[email protected]>
| Newsgroups | gmane.emacs.xemacs.windows |
|---|---|
| Message-ID | <[email protected]> |
Silly me! It appears to work just as well in the custom.el file... Thanks again for the help. > -----Original Message----- > From: Liang, James > Sent: Thursday, June 05, 2003 4:04 PM > To: 'Adrian Aichner' > Cc: '[email protected]' > Subject: RE: Associating assembly mode with .asm > > > Thanks.... but > > err... I don't appear to have a .emacs file > > I know that this goes in my home directory under Linux, but > where should I put it for Windows? > > > > -----Original Message----- > > From: Adrian Aichner [mailto:[email protected]] > > Sent: Thursday, June 05, 2003 3:45 PM > > To: Liang, James > > Cc: '[email protected]'; XEmacs Beta List > > Subject: Re: Associating assembly mode with .asm > > > > > > >>>>> "James" == James Liang <Liang> writes: > > > > James> By default, xemacs associates .s files with > > assembly source. > > James> How do I get it to associate .asm files with > > assembly source? > > > > James, this should do it (in .emacs): > > > > (add-to-list 'auto-mode-alist '("\\.asm\\'" . asm-mode)) > > > > Norbert, should we add an autoload cookie for this to asm-mode.el? > > > > James> James > > > > -- > > Adrian Aichner > > mailto:[email protected] > > http://www.xemacs.org/ > > > > >