From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: Configuring asm-mode Date: Thu, 24 Nov 2005 17:04:57 +0100 Organization: sometimes Message-ID: <7ey83e58wm.fsf@ada2.unipv.it> References: <87psoqw1ab.fsf@be.cs.appstate.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1132853538 6917 80.91.229.2 (24 Nov 2005 17:32:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Nov 2005 17:32:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 24 18:32:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EfKvO-00078j-WD for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Nov 2005 18:30:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EfKvN-0000IT-Vp for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Nov 2005 12:30:22 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.cw.net!news-FFM2.ecrc.de!news.tele.dk!news.tele.dk!small.news.tele.dk!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: ada2.unipv.it Original-X-Trace: quimby.gnus.org 1132848262 4537 193.204.44.145 (24 Nov 2005 16:04:22 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 24 Nov 2005 16:04:22 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:wDitYWv2G1hYmwFfAj6SWMIJWQw= Original-Xref: shelby.stanford.edu gnu.emacs.help:135719 Original-To: help-gnu-emacs@gnu.org 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:31322 Archived-At: Kenneth Jacker writes: > It appears that the only aspect of 'asm-mode' that is easy to > configure is the "comment character". only the comment character is easy to "customize". the other handful of variables can be set directly (w/ `setq'), which is relatively easy to do in your ~/.emacs or a file loaded from there. > How might I change the default comment and indentation rules? > Is my only option to modify or override what's in the "asm-mode.el"? it all depends on what kinds of changes you want to make. perhaps you can post a fragment of the assembly code, a description of the current (mis)behavior when editing this code, and a description of the desired behavior. it will be easier for people to understand (and perhaps answer) your questions w/ this detailed information. otherwise, the only immediate answer is "everything is possible depending on how much effort or funding you put into it", and you probably already knew that. thi