lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev TRST & lynxcgi


From: Klaus Weide
Subject: Re: lynx-dev TRST & lynxcgi
Date: Mon, 8 Nov 1999 16:52:48 -0600 (CST)

On Mon, 8 Nov 1999, Philip Webb wrote:

> what i get is:
> 
> sed: command garbled: \
> /<[Tt][Aa][Bb][Ll][Ee]/,/<\/[Tt][Aa][Bb][Ll][Ee]/{;\
>   :L;\
> /<TD/{;\
> /<\/TD>/!{;\
>    N;\
>    bL\
>   }
> 
> so before i follow the steps below, have you any comment here?

Sorry, it seems my sed syntax isn't portable to your sed.  It's based
on trial and error (and some man page reading).
Maybe some sed wizard knows what has to be changed.

The only ideas I have:
  - make sure there are no trailing blanks after the \ on each line.
  - try to get rid od some of the ';', maybe after the '{'s.
  - add ';' in lines that don't have it. (after "bL")
  - add \ at the end of lines that don't have it.  (after '}')

> > (2) make the script just contain the 2 lines
> >   #! /bin/sh
> >   lynx -mime_header "$QUERY_STRING"
> > (3) what does -trace say?
>  
> if the problem is the sed script, -trace probably is irrelevant.

Yes.

  Klaus


reply via email to

[Prev in Thread] Current Thread [Next in Thread]