From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: gas-mode.el - Comments welcome Date: Thu, 31 May 2007 03:23:49 +0900 (JST) Message-ID: <20070531.032349.202076025.jet@gyve.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1180549471 10079 80.91.229.12 (30 May 2007 18:24:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 May 2007 18:24:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: hcz@hczim.de, nospam07q1@gmx.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 30 20:24:25 2007 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 1HtSqM-0000SV-VP for ged-emacs-devel@m.gmane.org; Wed, 30 May 2007 20:24:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HtSqM-0000Zi-Ck for ged-emacs-devel@m.gmane.org; Wed, 30 May 2007 14:24:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HtSqJ-0000Zc-EJ for emacs-devel@gnu.org; Wed, 30 May 2007 14:24:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HtSqH-0000ZQ-A6 for emacs-devel@gnu.org; Wed, 30 May 2007 14:24:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HtSqH-0000ZN-7I for emacs-devel@gnu.org; Wed, 30 May 2007 14:24:17 -0400 Original-Received: from mo11.iij4u.or.jp ([210.138.174.79]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HtSqG-00073T-H5 for emacs-devel@gnu.org; Wed, 30 May 2007 14:24:17 -0400 Original-Received: by mo.iij4u.or.jp (mo11) id l4UIO5hJ029128; Thu, 31 May 2007 03:24:05 +0900 Original-Received: from localhost (h219-110-069-083.catv01.itscom.jp [219.110.69.83]) by mbox.iij4u.or.jp (mbox10) id l4UINqcJ013483; Thu, 31 May 2007 03:24:03 +0900 In-Reply-To: X-Mailer: Mew version 5.2 on Emacs 22.0.98 / Mule 5.0 (SAKAKI) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:71996 Archived-At: (Is it ready to discuss new future:-P) > 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. Me, too. My interests are comment char and font-locking. Which architecture are you targeting on? i386? If you are interested in multiple architecture support, please look at my old post and rms's comment. - http://lists.gnu.org/archive/html/emacs-devel/2006-06/msg00321.html - http://lists.gnu.org/archive/html/emacs-devel/2006-06/msg00343.html gdb-ui.el could show disassembled code. If gas-mode can supports font-locking well on multiple architectures' assembly code, gas-mode's font-locking code can be applied to gdb-ui.el. Masatake YAMATO