> From [EMAIL PROTECTED] Wed Aug  2 10:29:43 2000
> Date: Wed, 2 Aug 2000 12:18:52 -0400 (EDT)
> From: Lars Kellogg-Stedman <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: LPRng: IFHP: common filters and '+='
>
> > >
> > > That is, the \040 isn't getting expanded.  Any thoughts?
> > >
> > 
> > Apply the following patch and tell me if this works:
>
> Patrick,
>
> It looks like your patch does the trick.  I'd still like to cast my vote
> for allowing backslash-escaped whitespace, because this:
>
>   option\ 001
>
> Is more readable than this:
>
>   options\040001
>
> And how about:
>
>   12\04012\040612\040792 vs. 12\ 12\ 612\ 792
>
> On the other hand, if I'm the only one trying to do crazy things like this,
> it's probably not all that important.
>
> Thanks again,
>
>   -- Lars
>
> -- 
> Lars Kellogg-Stedman <[EMAIL PROTECTED]> --> http://www.larsshack.org/

Apparently there are very few folks who are doing this... and they
are wizards anyways :-)

The problem is that this REALLY complicates the parsing of the
ifhp.conf file.  I was going to put in " ... " as part of the syntax,
but then ran into the 'escape' problem.  So I did a study of what
parameter values were going to be passed IN THE CONFIGURATION FILE
and found that they were very small.

By the way,  users can do:

lpr "-Zop=some space here,op2=some space there"

and this works as the parsing for this is done BEFORE expanding
things in [ name=xxxx ].  Sorry if this seems a little confused,
but it was clear when I wrote it...


Patrick Powell                 Astart Technologies,
[EMAIL PROTECTED]            9475 Chesapeake Drive, Suite D,
Network and System             San Diego, CA 92123
  Consulting                   858-874-6543 FAX 858-279-8424 
LPRng - Print Spooler (http://www.astart.com)

-----------------------------------------------------------------------------
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to