Re: [PHP-DEV] (change request) PHP 4.0 Bug Summary Report From: teo <email protected>
Date: 05/05/01

Hi Joe!
On Sat, 05 May 2001, Joe Brown wrote:

> Is it possible to include www.php.net/bugs.php?id= at the front of these, or
> on a second line trailing each bug listed?
>
> Would make the list twice as long, but a lot simpler to follow up on, w/mail
> reader that recognises links.
 
[justa-hint]
make yourself a script which replaces the bug id with that.
or define a mapping for a reformating key to do it (in ~.vimrc)

map ^[[24~ :/==/,$!awk '{gsub(/^[0-9]+/,"http://www.php.net/bugs.php?id="
$1,$1);print $0} ' -^M

so if you edit the message with vim and hit f12 you get what you want.

-- teodor

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>