=- Stefano Sabatini wrote on Fri 5.Mar'10 at 10:48:37 +0100 -= > send-hook '~t [email protected] 'set attribution="L'oratore disse";' > > The problem is that I want to keep the literal |'| in the > attribution string. > > Simple escape, double, and triple escape of the kind > send-hook '~t [email protected] 'set attribution="L\\\'oratore disse";' > > all issue the attribution: > Loratore disse' > > Can someone suggest what's the correct way to escape this, or if > this is even possible?
Anything inside '' isn't quotable anymore. If you must quote several times, you must go "" way, with \-quoting " or \ as needed. See DebugConfig on wiki. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show your attitude. You're responsible for ALL you do: you get what you give.
