Date: 05/05/01
- Next message: Wez Furlong: "[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard fsock.c fsock.h /main network.c php_network.h php_streams.h streams.c"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] Re: Bug #9878 Updated: gmmktime is 1 hour off during standard time"
- In reply to: Joe Brown: "[PHP-DEV] (change request) PHP 4.0 Bug Summary Report"
- Next in thread: php-dev <email protected>: "[PHP-DEV] PHP 4.0 Bug Summary Report"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Wez Furlong: "[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard fsock.c fsock.h /main network.c php_network.h php_streams.h streams.c"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] Re: Bug #9878 Updated: gmmktime is 1 hour off during standard time"
- In reply to: Joe Brown: "[PHP-DEV] (change request) PHP 4.0 Bug Summary Report"
- Next in thread: php-dev <email protected>: "[PHP-DEV] PHP 4.0 Bug Summary Report"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

