Re: [Lynx-dev] README.options

2005-05-06 Thread Bela Lubkin
Thorsten Glaser wrote:

 Bela Lubkin dixit:
 
 different reasonable assumption would be that Save options to disk
 only writes out changes made during the _current_ [O]ptions session.
 
 No.
 
 It says Save options to disk not Save changes in configuration
 parametres to disc.

My mistake, you're right, nobody could ever misunderstand a sentence or
have experience with software that does anything differently from Lynx.

Bela


___
Lynx-dev mailing list
Lynx-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lynx-dev


[Lynx-dev] Fwd: Compiling get Please disregard

2005-05-06 Thread Byron Tuggle
Hello,

Please ignore, it was a missing INCLUDE directive in configure.

-- Forwarded message --
From: Byron Tuggle [EMAIL PROTECTED]
Date: May 4, 2005 12:00 PM
Subject: Compiling get
To: lynx-dev@nongnu.org


Hello,

When we compile the lastest with get the following(which is the
configure followed by make.
There appears to be a syntax message !!???!!

We are not experienced enough to try to change the source.

Please advise,
Thanks
Byron
[EMAIL PROTECTED] lynx]$ ./configure --enable-warnings --with-included-gettext \
  --with-curses-dir=/usr/lib --with-zlib --with-bzlib --enable-file-upload
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
Configuring for linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for lint... no
checking for alint... no
checking for lclint... no
checking for tdlint... no
checking build system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for ar... ar
checking for archiver options (symbol AR_OPTS)... rv
checking for AIX... no
checking for POSIXized ISC... no
checking if you want to see long compiling messages... yes
checking if you want to check memory-leaks... no
checking if you want to enable debug-code... no
checking if you want to enable lynx trace code *recommended* ... yes
checking if you want verbose trace code... no
checking if you want to turn on gcc warnings... yes
checking for gcc __attribute__ directives
checking version of gcc... 3.2.3
checking for gcc warning options
checking if you want to link with dbmalloc for testing... no
checking if you want to link with dmalloc for testing... no
checking for working const... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for object suffix... o
checking for ranlib... (cached) ranlib
checking for ANSI C header files... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
 extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... no
checking if you want full utility pathnames... yes
checking for system mailer... /usr/sbin/sendmail
checking system mail flags... -t -oi
checking if we must define _GNU_SOURCE... yes
checking if you want ssl library... no
checking if you want experimental gnutls support... no
checking if you want socks library... no
checking if you want socks5 library... no
checking for network libraries... working...
checking for gethostname... yes
checking for main in -linet... no
checking for socket... yes
checking for gethostbyname... yes
checking for strcasecmp... (cached) yes
checking for inet_aton function... yes
checking for screen type... curses
checking for extra include directories... no
checking if we have identified curses headers... ncurses/curses.h
checking for ncurses/curses.h... yes
checking for ncurses version... 5.4.20050219
checking if we have identified curses libraries... no
checking for tgoto... no
checking for tgoto in -lncurses... yes
checking for initscr in -lncurses... yes
checking for curses performance tradeoff... no
checking for curses touchline function... sysv
checking for location of config-file... /usr/local/lib/lynx.cfg
checking if you want only a few charsets... no
checking for ANSI C 

[Lynx-dev] Anyone thinking about adding Lynx support of unicode?

2005-05-06 Thread Larry W. Virden
I am just curious whether anyone is working on upgrading lynx
so that it is unicode safe - that is to say, that unicode
could be entered in entry boxes and text boxes, displayed otherwise,
etc.
-- 
Tcl - The glue of a new generation.  URL: http://wiki.tcl.tk/ 
Larry W. Virden mailto:[EMAIL PROTECTED]URL: 
http://www.purl.org/NET/lvirden/ 
Even if explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
--


___
Lynx-dev mailing list
Lynx-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] Anyone thinking about adding Lynx support of unicode?

2005-05-06 Thread Thomas Dickey
On Fri, 6 May 2005, Larry W. Virden wrote:
I am just curious whether anyone is working on upgrading lynx
so that it is unicode safe - that is to say, that unicode
could be entered in entry boxes and text boxes, displayed otherwise,
etc.
between other distractions, that's what I was working on.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
___
Lynx-dev mailing list
Lynx-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] Anyone thinking about adding Lynx support of unicode?

2005-05-06 Thread Thorsten Glaser
Thomas Dickey dixit:

 On Fri, 6 May 2005, Larry W. Virden wrote:

 I am just curious whether anyone is working on upgrading lynx
 so that it is unicode safe - that is to say, that unicode
 could be entered in entry boxes and text boxes, displayed otherwise,
 etc.

 between other distractions, that's what I was working on.

It isn't broken here (in uxterm), except the display (due to
lack of wchar_t, wcslen and wcswidth).

bye,
//mirabile
-- 
Hey, I just realized that OpenBSD CDs are $45.  Any chance I could get
you to update your sig?
-- Steve Shockley after reading my previous signature


___
Lynx-dev mailing list
Lynx-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lynx-dev