unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: jao <jao@gnu.org>
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 13:56:07 +0000	[thread overview]
Message-ID: <CADwFkmmCm8M=LAVnrzi_R88UZbi4yzvXCPmQCYfc17a2pDZgDw__37885.157675349$1602943050$gmane$org@mail.gmail.com> (raw)
In-Reply-To: <87sgadtwjr.fsf@gnus.jao.io>

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

jao <jao@gnu.org> writes:

> We release less frequently than Emacs, so i am guessing users (all three
> of them!) will be fine either way.

OK, sounds good to me.

> 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.

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.)

[-- Attachment #2: 0001-lisp-progmodes-mixal-mode.el-Use-lexical-binding.patch --]
[-- Type: text/x-diff, Size: 726 bytes --]

From 2f77be1207eedcbb7008db4f8d513bf25a4ad7db Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefan@marxist.se>
Date: Sat, 17 Oct 2020 15:52:01 +0200
Subject: [PATCH] * lisp/progmodes/mixal-mode.el: Use lexical-binding.

---
 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 468c116b67..6691074ac8 100644
--- a/lisp/progmodes/mixal-mode.el
+++ b/lisp/progmodes/mixal-mode.el
@@ -1,4 +1,4 @@
-;;; mixal-mode.el --- Major mode for the mix asm language.
+;;; mixal-mode.el --- Major mode for the mix asm language.  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2003-2020 Free Software Foundation, Inc.
 
-- 
2.28.0


  reply	other threads:[~2020-10-17 13:56 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 [this message]
     [not found]         ` <wlvbxV-4DmAznMNiFW0JC04m41gs9PrC2F2pUAJx4V7iZp7ATpC8eLkOEkGwnEIGBfb23rJbMOEZkQfqwLa9bQ==@protonmail.internalid>
     [not found]           ` <CADwFkmmCm8M=LAVnrzi_R88UZbi4yzvXCPmQCYfc17a2pDZgDw@mail.gmail.com>
2020-10-17 22:21             ` jao
     [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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to='CADwFkmmCm8M=LAVnrzi_R88UZbi4yzvXCPmQCYfc17a2pDZgDw__37885.157675349$1602943050$gmane$org@mail.gmail.com' \
    --to=stefan@marxist.se \
    --cc=44037@debbugs.gnu.org \
    --cc=bug-mdk@gnu.org \
    --cc=jao@gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).