lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Using lynx2.8.4dev.8 "damages" (ai)xterm


From: Ismael Cordeiro
Subject: Re: lynx-dev Using lynx2.8.4dev.8 "damages" (ai)xterm
Date: Thu, 31 Aug 2000 17:06:45 -0400 (EDT)

On Thu, 31 Aug 2000 address@hidden wrote:

> In a recent note, Jens Schleusener said:
> 
> > Date: Thu, 31 Aug 2000 17:31:40 +0200 (DFT)
> > 
> > after the use of lynx version 2.8.4dev.8 (AIX 4.1.4, --with-screen=slang,
> > slang versions 1.4.1 and 1.4.2) the behaviour of my aixterm (also xterm)
> > is strangely changed/damaged. For e.g. using interactive commands like
> > "mail" or "telnet" (password input) I found that the input seems not
> > given to the programs. After killing that programs all the input seems to
> > be in a input-queue and executed after the kill by the shell (on the
> > commandline prompt). Previous version 2.8.4dev.7 doesn't show that
> > behaviour.
>
> Oops.  This might be a consequence of a patch I submitted that was
> integrated at this release. But I thought the damage didn't affect Slang.

I'm also having apparently related problems. In my .mailcap I have

application/zip;unzip -v %s | $PAGER -S

which gives me the directory of a zip pile. With dev.8 I get

| Getting file://localhost/home/ismael/Mail/qwkp9811.zip
| unzip -v %s | $PAGER -S
| unzip:  cannot find %s, %s.zip or %s.ZIP.

In my .mailcap I have

application/man;$PAGER %s

which reads manpages through less ($PAGER). With dev.8 I get

| Getting file://localhost/home/ismael/Mail/terminfo.man.gz
| $PAGER %s
| %s: No such file or directory
 
In my .mailcap I have

application/x-tar; tar -tvf %s | $PAGER -S

which gives me the directory of tar files (after lynx gunzips them). With
dev.8 I get

| Getting file://localhost/home/ismael/openssl.tar.gz
| tar -tvf %s | $PAGER -S
| tar: can't open %s : No such file or directory
 
The problem happens with dev.8 compiled with both slang-1.4.2 and
ncurses-5.1-20000826. The problem is worst with ncurses because the previous
screen becomes garbage and I have to restore it with ^L.

> It might be helped by a corrective patch at:
> 
>    Linkname: Re: lynx-dev lynx2.8.4dev.8                                      
>    
>         URL: http://www.flora.org/lynx-dev/html/month082000/msg00217.html
> 
> Please let me know what happens if you try it.

With your patch I get:

- compiling with slang:

| gcc  -DHAVE_CONFIG_H -I/home/ismael/slang/include
| -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans
| -I.. -I../src -I../WWW/Library/Implementation -DUSE_SSL
| -I/home/ismael/ssl/include/openssl -I/home/ismael/ssl/include -O2 -W -Wall
| -Wbad-function-cast -Wcast-align -Wcast-qual -DXTSTRINGDEFINES -Winline
| -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
| -Wpointer-arith -Wshadow -c ./LYCurses.c
| ./LYCurses.c: In function `stop_curses':
| ./LYCurses.c:1037: warning: empty body in an if-statement
| ./LYCurses.c:1057: `LYscreen' undeclared (first use this function)
| ./LYCurses.c:1057: (Each undeclared identifier is reported only once
| ./LYCurses.c:1057: for each function it appears in.)
| ./LYCurses.c:1059: warning: implicit declaration of function `LYDELSCR'
| ./LYCurses.c: In function `LYwaddnstr':
| ./LYCurses.c:1464: warning: unused parameter `w'
| ./LYCurses.c: At top level:
| ./LYCurses.c:460: warning: `lynx_called_initscr' defined but not used
| *** Error code 1
| 
| Stop.
| *** Error code 1
| 
| Stop.

- compiling with ncurses:

| gcc  -DHAVE_CONFIG_H -I/home/ismael/ncurses/include
| -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans
| -I.. -I../src -I../WWW/Library/Implementation -DUSE_SSL
| -I/home/ismael/ssl/include/openssl -I/home/ismael/ssl/include -O2 -W -Wall
| -Wbad-function-cast -Wcast-align -Wcast-qual -DXTSTRINGDEFINES -Winline
| -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
| -Wpointer-arith -Wshadow -c ./LYCurses.c
| ./LYCurses.c: In function `start_curses':
| ./LYCurses.c:810: `LYscreen' undeclared (first use this function)
| ./LYCurses.c:810: (Each undeclared identifier is reported only once
| ./LYCurses.c:810: for each function it appears in.)
| ./LYCurses.c: In function `stop_curses':
| ./LYCurses.c:1057: `LYscreen' undeclared (first use this function)
| ./LYCurses.c:1059: warning: implicit declaration of function `LYDELSCR'
| *** Error code 1
| 
| Stop.
| *** Error code 1
| 
| Stop.

I'm using FreeBSD 3.4-RELEASE.

Ismael
-- 
       ________________________________________________________________
      |                                                                |
      | ISMAEL CORDEIRO            | mailto:address@hidden        |
      | Production sound mixer     | http://www.pubnix.net/~ismael/    |
      | Montréal - Québec - Canada | ftp://ftp.pubnix.net/users/ismael |
      |________________________________________________________________|


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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