emacs-erc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: /ame source


From: J.P.
Subject: Re: /ame source
Date: Fri, 05 Jan 2024 06:42:12 -0800
User-agent: Gnus/5.13 (Gnus v5.13)

Emanuel Berg <incal@dataswamp.org> writes:

> Okay, I'm not really understanding a lot of that.
>
> Is there a step-by-step instruction how it is done somewhere?

I believe the Emacs Wiki has something like that. From memory, it's
basically:

1. $ git checkout -b my-branch master

2. Change ERC
   - lisp/erc/*.el
   - test/lisp/erc*.el
   - etc/ERC-NEWS
   - doc/misc/erc.texi

3. $ git add -A

4. $ git commit

5. $ git format-patch master -M -o ./.my-patches

6. M-x erc-bug RET

7. Add pseudo header "Tags: patch"

8. Attach ./.my-patches/*.patch using `mml-attach-file',
   `dired-gnus-mode', or similar

9. Send



reply via email to

[Prev in Thread] Current Thread [Next in Thread]