unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* OK to put lisp/progmodes/flymake.el in ELPA as a :core package?
@ 2018-12-03 12:08 João Távora
  2018-12-03 14:29 ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: João Távora @ 2018-12-03 12:08 UTC (permalink / raw)
  To: emacs-devel; +Cc: k.michal

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-12-06 19:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-03 12:08 OK to put lisp/progmodes/flymake.el in ELPA as a :core package? João Távora
2018-12-03 14:29 ` 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

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