all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "João Távora" <joaotavora@gmail.com>
To: emacs-devel@gnu.org
Cc: k.michal@zoho.com
Subject: OK to put lisp/progmodes/flymake.el in ELPA as a :core package?
Date: Mon, 03 Dec 2018 12:08:35 +0000	[thread overview]
Message-ID: <jjb1s6y24os.fsf@gmail.com> (raw)

Hi,

The subject should summarize my question.  I've done some work in
flymake.el (bugfixes and some new features) that shouldn't have to wait
for Emacs 27, so I think this is a nice way for users in Emacs
26.1 and upcoming 26.2 to see those changes.

The only thing that's slightly putting me off is flymake.el's
requirement of lisp/progmodes/flymake-proc.el _after_ the `provide`
statement.  It's odd, but shouldn't be a problem, right?  I can also
remove it but that would break out-of-the-box compatibility with "old"
flymake.

So, if no-one opposes I will be commiting this in the near future:

    Date:   Mon Dec 3 11:58:59 2018 +0000
     
        * externals-list ("flymake"): Add new :core package.
     
    diff --git a/externals-list b/externals-list
    index 6f7d623f7..146a33baf 100644
    --- a/externals-list
    +++ b/externals-list
    @@ -76,6 +76,7 @@
      ("ergoemacs-mode"	:external "https://github.com/ergoemacs/ergoemacs-mode.git")
      ("exwm"		:external "https://github.com/ch11ng/exwm.git")
      ("f90-interface-browser" :subtree "https://github.com/wence-/f90-iface")
    + ("flymake"		:core "lisp/progmodes/flymake.el")
      ("fountain-mode"	:external "https://github.com/rnkn/fountain-mode")
      ("ggtags"		:subtree "https://github.com/leoliu/ggtags")
      ("gnome-c-style"	:subtree "https://github.com/ueno/gnome-c-style.git")

and also

    Date:   Mon Dec 3 11:52:38 2018 +0000
     
        Prepare flymake.el for distribution in ELPA
        
        * lisp/progmodes/flymake.el: Add Package-Requires.  Bump version to
          1.0.1
     
    diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
    index 5352cc3fe6..ada8d27911 100644
    --- a/lisp/progmodes/flymake.el
    +++ b/lisp/progmodes/flymake.el
    @@ -4,7 +4,8 @@
     
     ;; Author:  Pavel Kobyakov <pk_at_work@yahoo.com>
     ;; Maintainer: João Távora <joaotavora@gmail.com>
    -;; Version: 1.0
    +;; Package-Requires: ((emacs "26.1"))
    +;; Version: 1.0.1
     ;; Keywords: c languages tools
     
     ;; This file is part of GNU Emacs.


João



             reply	other threads:[~2018-12-03 12:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-03 12:08 João Távora [this message]
2018-12-03 14:29 ` OK to put lisp/progmodes/flymake.el in ELPA as a :core package? Stefan Monnier
2018-12-06  0:19   ` João Távora
2018-12-06  2:09     ` Stefan Monnier
2018-12-06  6:43       ` João Távora
2018-12-06 13:03         ` Stefan Monnier
2018-12-06 14:53           ` João Távora
2018-12-06 19:28             ` Stefan Monnier

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=jjb1s6y24os.fsf@gmail.com \
    --to=joaotavora@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=k.michal@zoho.com \
    /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.