From: Philip Kaludercic <philipk@posteo.net>
To: Charles Choi <kickingvegas@gmail.com>
Cc: emacs-devel@gnu.org, Stefan Kangas <stefankangas@gmail.com>,
Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: Request to distribute Casual packages on NonGNU ELPA
Date: Fri, 27 Sep 2024 16:04:25 +0000 [thread overview]
Message-ID: <8734llqe0m.fsf@posteo.net> (raw)
In-Reply-To: <877caxqejq.fsf@posteo.net> (Philip Kaludercic's message of "Fri, 27 Sep 2024 15:52:57 +0000")
[-- Attachment #1: Type: text/plain, Size: 207 bytes --]
Philip Kaludercic <philipk@posteo.net> writes:
> Charles Choi <kickingvegas@gmail.com> writes:
>
>
> [...]
>
>> https://github.com/kickingvegas/casual-lib/
>
[...]
Another little tip in read-version.sh:
[-- Attachment #2: Type: text/plain, Size: 281 bytes --]
diff --git a/scripts/read-version.sh b/scripts/read-version.sh
index 95859b0..51e04a5 100755
--- a/scripts/read-version.sh
+++ b/scripts/read-version.sh
@@ -3,4 +3,4 @@
# Copyright 2024 Charles Y. Choi
#
-grep 'Version: ' $1 | awk '{print $3}'
+awk '/Version: / {print $3}' $1
[-- Attachment #3: Type: text/plain, Size: 66 bytes --]
ought to have the same effect.
--
Philip Kaludercic on siskin
next prev parent reply other threads:[~2024-09-27 16:04 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-24 21:35 Request to distribute Casual packages on NonGNU ELPA Charles Choi
2024-09-25 17:30 ` Stefan Kangas
2024-09-25 18:30 ` Philip Kaludercic
2024-09-25 20:05 ` Charles Choi
2024-09-25 20:15 ` Philip Kaludercic
2024-09-26 18:06 ` Charles Choi
2024-09-28 3:08 ` Richard Stallman
2024-09-28 3:08 ` Richard Stallman
2024-09-28 8:52 ` Charles Choi
2024-09-27 15:52 ` Philip Kaludercic
2024-09-27 16:04 ` Philip Kaludercic [this message]
2024-09-27 18:12 ` Charles Choi
2024-09-27 18:58 ` Stefan Monnier
2024-09-27 20:05 ` Philip Kaludercic
2024-09-28 14:02 ` Philip Kaludercic
2024-09-26 19:08 ` Charles Choi
2024-09-27 4:40 ` Stefan Kangas
2024-09-27 15:34 ` Philip Kaludercic
2024-09-27 16:13 ` Charles Choi
2024-09-27 16:03 ` Stefan Monnier
2024-09-27 19:20 ` Charles Choi
2024-09-30 3:26 ` Richard Stallman
2024-09-30 3:57 ` Emanuel Berg
2024-10-03 3:33 ` Richard Stallman
2024-09-25 23:44 ` Stefan Kangas
2024-09-26 17:01 ` Charles Choi
2024-09-26 18:05 ` Adam Porter
2024-09-27 15:18 ` Philip Kaludercic
2024-09-27 5:43 ` 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=8734llqe0m.fsf@posteo.net \
--to=philipk@posteo.net \
--cc=emacs-devel@gnu.org \
--cc=kickingvegas@gmail.com \
--cc=monnier@iro.umontreal.ca \
--cc=stefankangas@gmail.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 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).