Hi! From the way you write you seem to want to work more on similar bugs and I want to point out to you some mistakes in your patch:
* Laurent Guignard <[email protected]> [2009-02-12 06:35:16 CET]: > -Specify a blind-carbon-copy (BCC) recipient > +Specify a blind\-carbon\-copy (BCC) recipient This is a wrong change. blind-carbon-copy isn't something literal so having it displayed as hyphen is proper here. > -\fILevel\fP can range from 1-5 and effects verbosity. A value of 2 is > +\fILevel\fP can range from 1\-5 and effects verbosity. A value of 2 is Same here, the hyphen for the range isn't something wrong. > -Open a mailbox in \fIread-only\fP mode. > +Open a mailbox in \fIread\-only\fP mode. Again, non-option so no dash required. > -Display the Mutt version number and compile-time definitions. > +Display the Mutt version number and compile\-time definitions. [...] > -The user's e-mail address. > +The user's e\-mail address. [...] > -System-wide configuration file. > +System\-wide configuration file. [...] > -User definition for handling non-text MIME types. > +User definition for handling non\-text MIME types. [...] > -System definition for handling non-text MIME types. > +System definition for handling non\-text MIME types. [...] > -with the S-Lang library, however. > +with the S\-Lang library, however. [...] > -For a more up-to-date list of bugs, errm, fleas, please visit the > +For a more up\-to\-date list of bugs, errm, fleas, please visit the Likewise. > -Default Reply-To address. > +Default Reply\-To address. This is a corner-case: It's an actual email-header so someone who has "set edit_headers" might think about c&p that to an email. Hope this helps your understanding of the problem. Escaping of a hyphen is only there needed where it actually _is_ meant to be a literal dash, like in commandline and configuration options. Same goes btw. for quotes, though lintian doesn't check for those because it's almost impossible to be sure wether a quote is meant to be around an example or rather being part of the example. Hope that helps your understanding. :) Rhonda -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

