Re: [Quilt-dev] [patch 01/26] The man macro RE is given an argument when it does not need one.

2018-06-21 Thread Jean Delvare
On Thu, 21 Jun 2018 07:12:18 -0400, G. Branden Robinson wrote:
> At 2018-06-21T12:49:02+0200, Jean Delvare wrote:
> > On Thu, 2018-06-21 at 06:20 -0400, G. Branden Robinson wrote:  
> > > At 2018-06-17T22:15:09+0200, Jean Delvare wrote:  
> > > > For next time: no final dot at end of subjects please ;-)  
> > > 
> > > Can do.  Is it all right to use the DESC/EDESC approach for my next spin
> > > of these patches?  
> > 
> > I'm afraid I have no idea what you are talking about :-( Care to
> > develop?  
> 
> Sure!  It's from quilt's own documentation:
> 
> $ sed -n '41,42p' ./doc/README.MAIL
> * if the patch has DESC a line followed by an EDESC line, use
>   the text in between as the subject, or else
> 

Oh, didn't know that. I always use "Subject: blah blah" as the second
line of my patches and quilt picks that, but whatever works for you.

-- 
Jean Delvare
SUSE L3 Support

___
Quilt-dev mailing list
Quilt-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/quilt-dev


Re: [Quilt-dev] [patch 01/26] The man macro RE is given an argument when it does not need one.

2018-06-21 Thread G. Branden Robinson
At 2018-06-21T12:49:02+0200, Jean Delvare wrote:
> On Thu, 2018-06-21 at 06:20 -0400, G. Branden Robinson wrote:
> > At 2018-06-17T22:15:09+0200, Jean Delvare wrote:
> > > For next time: no final dot at end of subjects please ;-)
> > 
> > Can do.  Is it all right to use the DESC/EDESC approach for my next spin
> > of these patches?
> 
> I'm afraid I have no idea what you are talking about :-( Care to
> develop?

Sure!  It's from quilt's own documentation:

$ sed -n '41,42p' ./doc/README.MAIL
* if the patch has DESC a line followed by an EDESC line, use
  the text in between as the subject, or else

-- 
Regards,
Branden


signature.asc
Description: PGP signature
___
Quilt-dev mailing list
Quilt-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/quilt-dev


Re: [Quilt-dev] [patch 01/26] The man macro RE is given an argument when it does not need one.

2018-06-21 Thread Jean Delvare
On Thu, 2018-06-21 at 06:20 -0400, G. Branden Robinson wrote:
> At 2018-06-17T22:15:09+0200, Jean Delvare wrote:
> > For next time: no final dot at end of subjects please ;-)
> 
> Can do.  Is it all right to use the DESC/EDESC approach for my next spin
> of these patches?

I'm afraid I have no idea what you are talking about :-( Care to
develop?

-- 
Jean Delvare
SUSE L3 Support

___
Quilt-dev mailing list
Quilt-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/quilt-dev


Re: [Quilt-dev] [patch 01/26] The man macro RE is given an argument when it does not need one.

2018-06-21 Thread G. Branden Robinson
At 2018-06-17T22:15:09+0200, Jean Delvare wrote:
> For next time: no final dot at end of subjects please ;-)

Can do.  Is it all right to use the DESC/EDESC approach for my next spin
of these patches?

-- 
Regards,
Branden


signature.asc
Description: PGP signature
___
Quilt-dev mailing list
Quilt-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/quilt-dev


Re: [Quilt-dev] [patch 01/26] The man macro RE is given an argument when it does not need one.

2018-06-17 Thread Jean Delvare
For next time: no final dot at end of subjects please ;-)

On Sat, 16 Jun 2018 12:22:33 -0400, g.branden.robin...@gmail.com wrote:
> This causes warnings from roff when the warning level is turned up
> really high, as some roff/man page hackers do.
> 
> :891: warning: number register `an-saved-margin2' not defined
> :891: warning: number register `an-saved-prevailing-indent2' 
> not defined
> 
> Stop supplying the extraneous argument.
> 
> Index: quilt/doc/quilt.1.in
> ===
> --- quilt.orig/doc/quilt.1.in
> +++ quilt/doc/quilt.1.in
> @@ -322,7 +322,7 @@ the following content to ~/.quiltrc (or
>QUILT_DIFF_ARGS="--color"
>QUILT_COLORS='diff_hdr=35;44'
>  .fi
> -.RE 4
> +.RE
>  
>  .SH AUTHORS
>  

Looks good, applied, thanks.

-- 
Jean Delvare
SUSE L3 Support

___
Quilt-dev mailing list
Quilt-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/quilt-dev


[Quilt-dev] [patch 01/26] The man macro RE is given an argument when it does not need one.

2018-06-16 Thread g . branden . robinson
This causes warnings from roff when the warning level is turned up
really high, as some roff/man page hackers do.

:891: warning: number register `an-saved-margin2' not defined
:891: warning: number register `an-saved-prevailing-indent2' 
not defined

Stop supplying the extraneous argument.

Index: quilt/doc/quilt.1.in
===
--- quilt.orig/doc/quilt.1.in
+++ quilt/doc/quilt.1.in
@@ -322,7 +322,7 @@ the following content to ~/.quiltrc (or
   QUILT_DIFF_ARGS="--color"
   QUILT_COLORS='diff_hdr=35;44'
 .fi
-.RE 4
+.RE
 
 .SH AUTHORS
 


___
Quilt-dev mailing list
Quilt-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/quilt-dev