all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Philip Kaludercic <philipk@posteo.net>
To: John Heidemann <johnh@isi.edu>
Cc: 70120@debbugs.gnu.org
Subject: bug#70120: notes-mode in elpa needs update to 1.31
Date: Tue, 02 Apr 2024 08:12:13 +0000	[thread overview]
Message-ID: <878r1wfajm.fsf@posteo.net> (raw)
In-Reply-To: <550846.1712038727@dash.ant.isi.edu> (John Heidemann's message of "Mon, 01 Apr 2024 23:18:47 -0700")

John Heidemann <johnh@isi.edu> writes:

> On Tue, 02 Apr 2024 05:52:45 -0000, Philip Kaludercic wrote: 
>>John Heidemann <johnh@isi.edu> writes:
>>
>>> On Mon, 01 Apr 2024 09:32:32 -0000, Philip Kaludercic wrote: 
>>>>John Heidemann <johnh@isi.edu> writes:
>>>>
>>>>> I just got mail from elpa about notes-mode
>>>>>
>>>>> https://urldefense.us/v2/url?u=https-3A__elpa.gnu.org_packages_notes-2Dmode.html&d=DwIBAg&c=qzHnJIRvjI6L-clJH8JwLQvf_Iq43fzikf6aoxZgMb8&r=GIjWal7KsyD6t96DlV1ZNA&m=cGCEjXxZBykr0MY3A1w3a7WWS_TViYCtOSwgIwjtmVVJSF971jEjUZwup4JzBqiE&s=ffh0Q7ybvr8WrpfZpy8dlyx2sHfmDPs0nnh14youafM&e=
>>>>>
>>>>> ELPA has version 1.30, but that version is missing changes rqeuired for
>>>>> emacs-26.1.  Please update the version in elpa to notes-mode-1.31
>>>>> found at
>>>>
>>>>It appears that the source code has been added to ELPA, but the version
>>>>header was not increased to indicate a release.  I can do that for you,
>>>>but while we are at it, would you be fine with me extending the
>>>>metadata?  Like adding your name and address as both maintainer and
>>>>author, and a URL?  I also see there is no commentary.
>>>>
>>>>> https://ant.isi.edu/~johnh/SOFTWARE/NOTES_MODE/index.html
>>>>>
>>>>> (specifcally
>>>>> https://ant.isi.edu/~johnh/SOFTWARE/NOTES_MODE/notes-mode-1.31.tar.gz
>>>>> )
>>>>>
>>>>> Thank you,
>>>>>    -John Heidemann
>>>
>>> I don't think I originally submitted it to ELPA.  Maybe someone
>>> submitted it on my behalf?
>>>
>>> I have no metadata for the package, only what I post to my website
>>> (linked above).
>>>
>>> I see the ELPA documentation is at
>>> https://urldefense.us/v2/url?u=https-3A__git.savannah.gnu.org_cgit_emacs_elpa.git_plain_README&d=DwIBAg&c=qzHnJIRvjI6L-clJH8JwLQvf_Iq43fzikf6aoxZgMb8&r=GIjWal7KsyD6t96DlV1ZNA&m=dOw3CwQ2Gt22tBb1-7yZRL1K7uq1OIS6VpZFUGnpL4uOk34beUxpczReiHNkuzOu&s=AmMKyI7JWfaJGyFXfx3bnsmy0U9jtJ6kZI4e_KrHVxU&e=
>>>
>>> Is it that you want me to update the elpa-config file?
>>
>>No, you don't have to do anything.  I am proposing to add these changes
>>to the mirror:
>>
>>diff --git a/notes-mode.el b/notes-mode.el
>>index cbad3917d9..bdd1d506e1 100644
>>--- a/notes-mode.el
>>+++ b/notes-mode.el
>>@@ -1,9 +1,11 @@
>> ;;; notes-mode.el --- Indexing system for on-line note-taking
>> 
>>-;; Copyright (C) 1994-2007,2012  Free Software Foundation, Inc.
>>+;; Copyright (C) 1994-2007,2012,2024  Free Software Foundation, Inc.
>> 
>>-;; Author: <johnh@isi.edu>.
>>-;; Version: 1.30
>>+;; Author: John Heidemann <johnh@isi.edu>
>>+;; Maintainer: John Heidemann <johnh@isi.edu>
>>+;; URL: https://ant.isi.edu/~johnh/SOFTWARE/NOTES_MODE/
>>+;; Version: 1.31
>> 
>> ;; This file is part of GNU Emacs.
>> 
>>@@ -22,7 +24,11 @@
>> 
>> 
>> ;;; Commentary:
>>-;;
>>+
>>+;; Notes-mode is an indexing system for on-line note-taking.
>>+;; Notes-mode is composed of two parts, the visible part, a major-mode
>>+;; for Emacs to aid note-taking; and the invisible part, scripts which
>>+;; periodically index your notes for you.
>> 
>> ;;; Code:
>> 
>>
>>Would you be fine with that? 
>>
>>>    -John
>>
>>-- 
>>	Philip Kaludercic on peregrine
>
> Yes.

OK, I have pushed the change

https://git.savannah.gnu.org/cgit/emacs/elpa.git/commit/?h=externals/notes-mode&id=2a25d79f7e5d9ab7298ba40e11e78d1f2ded06d2

the package should be updated in the next few hours.

>    -John

-- 
	Philip Kaludercic on peregrine





      reply	other threads:[~2024-04-02  8:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-01  3:06 bug#70120: notes-mode in elpa needs update to 1.31 John Heidemann
2024-04-01  9:32 ` Philip Kaludercic
2024-04-02  5:41   ` John Heidemann
2024-04-02  5:52     ` Philip Kaludercic
2024-04-02  6:18       ` John Heidemann
2024-04-02  8:12         ` Philip Kaludercic [this message]

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=878r1wfajm.fsf@posteo.net \
    --to=philipk@posteo.net \
    --cc=70120@debbugs.gnu.org \
    --cc=johnh@isi.edu \
    /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.