all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jao <jao@gnu.org>
To: "Stefan Kangas" <stefan@marxist.se>
Cc: bug-mdk@gnu.org, 44037@debbugs.gnu.org
Subject: bug#44037: Synchronising mixal-mode with GNU MDK's latest release
Date: Sat, 17 Oct 2020 23:21:27 +0100	[thread overview]
Message-ID: <87k0voh4t4.fsf__37407.9657880188$1602973337$gmane$org@gnus.jao.io> (raw)
In-Reply-To: <CADwFkmmCm8M=LAVnrzi_R88UZbi4yzvXCPmQCYfc17a2pDZgDw@mail.gmail.com> (Stefan Kangas's message of "Sat, 17 Oct 2020 13:56:07 +0000")

[-- Attachment #1: Type: text/plain, Size: 1000 bytes --]

On Sat, Oct 17 2020, Stefan Kangas wrote:

[...]

>> Yes, that's no problem.  I am not the original author of the mode, so
>> back in the day I didn't pay attention, but my elisp skills have
>> improved enough in the intervening 20 years and i'm happy to take care
>> of it now :)
>
> Thanks!  Should you want to make it more official, feel free to send a
> patch to update the "Maintainer" field with your name and email address.

Sure, patch attached.

> BTW, we are trying to push to convert code to use the new lexical scope.
> If you find some time, it would be great if you could test the attached
> patch that enables it for mixal-mode.el.  (It would be hard for me to
> verify that it works since I don't use GNU MDK myself.)

I've played with it a bit and there's no obvious problem with the switch
(this is just a mode for an assembly-like language without fancy
stuff).  Please feel free to install the patch.

Thanks,
jao
-- 
"I didn't do it, and I'll never do it again."
 -Derrik Weeks


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Set-jao-gnu.org-as-maintainer-of-mixal-mode.el.patch --]
[-- Type: text/x-diff, Size: 842 bytes --]

From b93cd45f3c2a044d82bb45c9b0a57ab51862259d Mon Sep 17 00:00:00 2001
From: Jose A Ortega Ruiz <jao@gnu.org>
Date: Sat, 17 Oct 2020 22:58:21 +0100
Subject: [PATCH] Set jao@gnu.org as maintainer of mixal-mode.el

---
 lisp/progmodes/mixal-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/mixal-mode.el b/lisp/progmodes/mixal-mode.el
index 9354af2085..92389c5a62 100644
--- a/lisp/progmodes/mixal-mode.el
+++ b/lisp/progmodes/mixal-mode.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2003-2020 Free Software Foundation, Inc.
 
 ;; Author: Pieter E.J. Pareit <pieter.pareit@gmail.com>
-;; Maintainer: emacs-devel@gnu.org
+;; Maintainer: Jose A Ortega Ruiz <jao@gnu.org>
 ;; Created: 09 Nov 2002
 ;; Version: 0.4
 ;; Keywords: languages, Knuth, mix, mixal, asm, mixvm, The Art Of Computer Programming
-- 
2.28.0


  parent reply	other threads:[~2020-10-17 22:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-16 18:13 Synchronising mixal-mode with GNU MDK's latest release jao
2020-10-17  0:38 ` bug#44037: " Stefan Kangas
2020-10-17  6:17   ` Lars Ingebrigtsen
2020-10-17  8:02     ` Eli Zaretskii
2020-10-17  8:07       ` Lars Ingebrigtsen
2020-10-17  9:25         ` Eli Zaretskii
2020-10-17 15:21           ` jao
     [not found]           ` <87tuusho8f.fsf@gnus.jao.io>
2020-10-17 15:29             ` Eli Zaretskii
     [not found]             ` <831rhwuayx.fsf@gnu.org>
2020-10-17 16:12               ` Stefan Kangas
     [not found] ` <wjloifi5OyhNLL_R2tCbE8ohnW64G0cZ8HTy4ND0daNNZ3YWeHBXN8eeNMkWKZGfgcDx-yXQP37U0yqw5FBjIg==@protonmail.internalid>
     [not found]   ` <a3KmxrklZKnf84FXmk1wEdzB8XYy0-wBrucT3ffoJhUkWWyz4nJJHEDd3MG3v7P0fPC59FMwGWE4J-JSZDrQKg==@protonmail.conversationid>
     [not found]     ` <CADwFkmk=DNFW8uOtF8YqmHWY7Q6-XUpVOVXm+h2dnGLs7NNQjg@mail.gmail.com>
2020-10-17  2:29       ` jao
2020-10-17 13:56         ` Stefan Kangas
     [not found]         ` <wlvbxV-4DmAznMNiFW0JC04m41gs9PrC2F2pUAJx4V7iZp7ATpC8eLkOEkGwnEIGBfb23rJbMOEZkQfqwLa9bQ==@protonmail.internalid>
     [not found]           ` <CADwFkmmCm8M=LAVnrzi_R88UZbi4yzvXCPmQCYfc17a2pDZgDw@mail.gmail.com>
2020-10-17 22:21             ` jao [this message]
     [not found]             ` <87k0voh4t4.fsf@gnus.jao.io>
2020-10-17 22:54               ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='87k0voh4t4.fsf__37407.9657880188$1602973337$gmane$org@gnus.jao.io' \
    --to=jao@gnu.org \
    --cc=44037@debbugs.gnu.org \
    --cc=bug-mdk@gnu.org \
    --cc=stefan@marxist.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.