Now you want to build a patch with your changes, and prepare a message to submit them. The way Patcher works is currently to setup the message first, and then to control all subsequent operations from there. In other words, to create a patch, you actually ask Patcher to prepare a mail. Type this:
M-x patcher-mail
First, you're prompted (with completion) for a project name (the first element of each project descriptor, remember?). We currently only have a “SuperProj” project, so hitting TAB will directly fill the minibuffer in with this only choice. Then, you're prompted for a subject line that will be used in the mail. Say something sensible here.
Three operations are now executed in turn:
:to-address
project option, and the
subject line now reads “[PATCH] something sensible here”.