Re: Passing arguments to the Print_Commands Variable

2000-01-05 Thread John P. Verel

At 11:18 PM 01/04/00 , Mikko Hänninen wrote:
John Verel [EMAIL PROTECTED] wrote on Tue, 04 Jan 2000:
  I'm trying to print using enscript.  If I set the print_command
  variable to enscript, it prints fine.  However, if I use any of the
  arguments available for enscript, such as the -f variable to change
  font, I always get an "unknown variable" message upon opening Mutt
  (version 1.0pre3i).

I'm guessing you're trying this:

   set print_command=enscript -f font
Yep

When you probably should be using:

   set print_command="enscript -f font"


Does that help?

I'll give it a try right after dinner ;) and write back to let you 
know...in Mutt, not Eudora!  Thanks again, Mikko!

Mikko
--
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy  scifi, the Corrs /
"Do you have a backup of the data you used to have on this disk?"



Re: Passing arguments to the Print_Commands Variable

2000-01-05 Thread jverel

On Wed, Jan 05, 2000 at 06:18:13AM +0200, Mikko Hänninen wrote:
 John Verel [EMAIL PROTECTED] wrote on Tue, 04 Jan 2000:
  I'm trying to print using enscript.  If I set the print_command
  variable to enscript, it prints fine.  However, if I use any of the
  arguments available for enscript, such as the -f variable to change
  font, I always get an "unknown variable" message upon opening Mutt
  (version 1.0pre3i).
 
 I'm guessing you're trying this:
 
   set print_command=enscript -f font
 
 When you probably should be using:
 
   set print_command="enscript -f font"
 
 
 Does that help?
 

Yes, that did the trick! My printed mail is just as spiffy as Eudora ever was :))

Thanks!

 Mikko
 -- 
 // Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
 // The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
 // Interests: roleplaying, Linux, the Net, fantasy  scifi, the Corrs /
 "Do you have a backup of the data you used to have on this disk?"



Re: Passing arguments to the Print_Commands Variable

2000-01-04 Thread Mikko Hänninen

John Verel [EMAIL PROTECTED] wrote on Tue, 04 Jan 2000:
 I'm trying to print using enscript.  If I set the print_command
 variable to enscript, it prints fine.  However, if I use any of the
 arguments available for enscript, such as the -f variable to change
 font, I always get an "unknown variable" message upon opening Mutt
 (version 1.0pre3i).

I'm guessing you're trying this:

  set print_command=enscript -f font

When you probably should be using:

  set print_command="enscript -f font"


Does that help?

Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy  scifi, the Corrs /
"Do you have a backup of the data you used to have on this disk?"