> Sourcing a file like this:
> 
>       .so ~/Library/XSL/html2ms.xsl
> 
> Using either straight groff or soelim, I get the message:
> ./single.ms:207: can't open `~/Library/XSL/html2ms.xsl': No such file  
> or directory
> 
> It works with an explicit path. Is this a bug or a feature?

A feature, of course!  Why on earth do you expect tilde expansion
within groff?  Do this instead:

  .so \V[HOME]/Library/XSL/html2ms.xsl


     Werner


_______________________________________________
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff

Reply via email to