Re: send-hook and attribution

1999-04-03 Thread Renaud Colinet
on Apr 03, David Ellement wrote: > On 990403, at 17:59:31, Renaud Colinet wrote: > > can anyone tell me why the following line will cause an error: > > send-hook . set attribution="on %d, %n wrote:" > > Try: > > send-hook . 'set attribution="on %d, %n wrote:"' > > The first set of quotes ge

Re: send-hook and attribution

1999-04-03 Thread David Ellement
On 990403, at 17:59:31, Renaud Colinet wrote: > can anyone tell me why the following line will cause an error: > send-hook . set attribution="on %d, %n wrote:" Try: send-hook . 'set attribution="on %d, %n wrote:"' The first set of quotes get consumed when the send-hook is parsed. -- David