From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#6466: add gas-mode.el to emacs Date: Wed, 19 Aug 2020 06:09:44 -0400 Message-ID: References: <87bpb6j31v.fsf@stupidchicken.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18462"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cc: Chong Yidong , 6466@debbugs.gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Aug 19 12:10:10 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k8L2o-0004gZ-Be for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 19 Aug 2020 12:10:10 +0200 Original-Received: from localhost ([::1]:49988 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k8L2n-0000yd-Da for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 19 Aug 2020 06:10:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55926) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k8L2g-0000yR-Ux for bug-gnu-emacs@gnu.org; Wed, 19 Aug 2020 06:10:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54621) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k8L2g-0006Vw-Ki for bug-gnu-emacs@gnu.org; Wed, 19 Aug 2020 06:10:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k8L2g-0005cK-FV for bug-gnu-emacs@gnu.org; Wed, 19 Aug 2020 06:10:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 19 Aug 2020 10:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6466 X-GNU-PR-Package: emacs Original-Received: via spool by 6466-submit@debbugs.gnu.org id=B6466.159783179621575 (code B ref 6466); Wed, 19 Aug 2020 10:10:02 +0000 Original-Received: (at 6466) by debbugs.gnu.org; 19 Aug 2020 10:09:56 +0000 Original-Received: from localhost ([127.0.0.1]:37934 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k8L2a-0005bv-At for submit@debbugs.gnu.org; Wed, 19 Aug 2020 06:09:56 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:45800) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k8L2V-0005bf-Fe for 6466@debbugs.gnu.org; Wed, 19 Aug 2020 06:09:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44451) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k8L2P-0006Vd-K5; Wed, 19 Aug 2020 06:09:45 -0400 Original-Received: from localhost ([::1]:37052 helo=fencepost.gnu.org) by fencepost.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1k8L2P-0001AX-6U; Wed, 19 Aug 2020 06:09:45 -0400 In-Reply-To: (Stefan Kangas's message of "Mon, 10 Aug 2020 08:11:05 -0700") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:185560 Archived-At: Stefan Kangas writes: > Chong Yidong writes: > >> Dan Nicolaescu writes: >> >>> It would be nice if gas-mode.el >>> (http://www.hczim.de/software/gas-mode.html) would be added to emacs. >>> It is a good mode for editing assembly. >>> The copyright assignment is on file. >> >> I have emailed the author to check that he is OK with the inclusion. If >> so, I will upload it to elpa.gnu.org. > > That was 10 years ago, and there were no further updates. > > Now, this link is dead: > http://www.hczim.de/software/gas-mode.html > > So is there anything more to do here or should this be closed? It looks like the code is available elsewhere: https://github.com/nelhage/elisp/blob/master/local/gas-mode.el