* Associated assembly mode with .asm as well as .s in xemacs @ 2003-06-05 20:35 James Liang 2003-06-05 21:23 ` Kevin Rodgers ` (2 more replies) 0 siblings, 3 replies; 4+ messages in thread From: James Liang @ 2003-06-05 20:35 UTC (permalink / raw) I noticed that while xemacs automatically associates .s with assembly sources, it does NOT associated .asm files with assembly sources. Is there any way to change this? ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Associated assembly mode with .asm as well as .s in xemacs 2003-06-05 20:35 Associated assembly mode with .asm as well as .s in xemacs James Liang @ 2003-06-05 21:23 ` Kevin Rodgers 2003-06-05 22:02 ` Burton Samograd 2003-06-05 23:25 ` Stefan Monnier 2 siblings, 0 replies; 4+ messages in thread From: Kevin Rodgers @ 2003-06-05 21:23 UTC (permalink / raw) James Liang wrote: > I noticed that while xemacs automatically associates .s with assembly sources, > it does NOT associated .asm files with assembly sources. comp.emacs.xemacs > Is there any way to change this? C-h v auto-mode-alist RET -- <a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a> ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Associated assembly mode with .asm as well as .s in xemacs 2003-06-05 20:35 Associated assembly mode with .asm as well as .s in xemacs James Liang 2003-06-05 21:23 ` Kevin Rodgers @ 2003-06-05 22:02 ` Burton Samograd 2003-06-05 23:25 ` Stefan Monnier 2 siblings, 0 replies; 4+ messages in thread From: Burton Samograd @ 2003-06-05 22:02 UTC (permalink / raw) jliang@sandia.gov (James Liang) writes: > I noticed that while xemacs automatically associates .s with > assembly sources, it does NOT associated .asm files with assembly > sources. > > Is there any way to change this? In your .emacs file put: (add-to-list 'auto-mode-alist '("\\.asm" . asm-mode)) -- burton samograd kruhft@hotmail.com http://kruhftwerk.dyndns.org ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Associated assembly mode with .asm as well as .s in xemacs 2003-06-05 20:35 Associated assembly mode with .asm as well as .s in xemacs James Liang 2003-06-05 21:23 ` Kevin Rodgers 2003-06-05 22:02 ` Burton Samograd @ 2003-06-05 23:25 ` Stefan Monnier 2 siblings, 0 replies; 4+ messages in thread From: Stefan Monnier @ 2003-06-05 23:25 UTC (permalink / raw) > I noticed that while xemacs automatically associates .s with assembly > sources, it does NOT associated .asm files with assembly sources. Beats me why. > Is there any way to change this? Upgrade to Emacs. Stefan ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-06-05 23:25 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-06-05 20:35 Associated assembly mode with .asm as well as .s in xemacs James Liang 2003-06-05 21:23 ` Kevin Rodgers 2003-06-05 22:02 ` Burton Samograd 2003-06-05 23:25 ` Stefan Monnier
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.