From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: gas-mode.el - Comments welcome Date: Tue, 22 Jul 2008 12:27:27 -0700 Message-ID: <200807221927.m6MJRSbI006784@sallyv1.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216755097 21339 80.91.229.12 (22 Jul 2008 19:31:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 19:31:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: hcz@hczim.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 21:32:26 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KLNZa-0007CH-7K for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 21:30:58 +0200 Original-Received: from localhost ([127.0.0.1]:40719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLNYg-0006r4-P3 for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 15:30:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLNYc-0006py-1X for emacs-devel@gnu.org; Tue, 22 Jul 2008 15:29:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLNYW-0006oW-LV for emacs-devel@gnu.org; Tue, 22 Jul 2008 15:29:56 -0400 Original-Received: from [199.232.76.173] (port=49812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLNYW-0006oT-Ij for emacs-devel@gnu.org; Tue, 22 Jul 2008 15:29:52 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:58421) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KLNYW-0008Qp-5S for emacs-devel@gnu.org; Tue, 22 Jul 2008 15:29:52 -0400 X-ICS-MailScanner-Watermark: 1217359650.71017@DRbwyx9pJBYGNoUU6CUOcQ Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m6MJRSbI006784; Tue, 22 Jul 2008 12:27:28 -0700 (PDT) In-Reply-To: (Heike C. Zimmerer's message of "Wed, 30 May 2007 16:43:00 +0200") Original-Lines: 21 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101238 Archived-At: "Heike C. Zimmerer" writes: > A few days ago, I have posted gas-mode.el, a mode to edit assembly > language files, to gnu.emacs.sources. I once started out to write > this code since I was not satisfied with the current asm-mode. At > some later point I decided it could be of general interest and made it > ready for a first release. > > Richard then contacted me, asking about the whys and hows, and a few > e-mails later we agreed to make it a replacement for the current > asm-mode.el. > > It is now time time to check it out in order to make it ready for > inclusion with GNU Emacs. So I'm asking you for comments. If you do > assembly language programming, you could try it out. If you know > someone who might be interested, you could make him aware of it. > Also, since Lisp is not the language I usually do much programming in, > tips, hints and comments on coding style and conformance to coding > conventions are welcome. Any updates on this? It looked very promising ...