On Thu, Feb 28, 2002 at 02:41:24PM -0500, Thomas Dickey wrote:
> On Thu, Feb 28, 2002 at 01:44:43PM +0100, Dominik Vogt wrote:
> > On Thu, Feb 28, 2002 at 07:25:51AM -0500, Thomas E. Dickey wrote:
> > > On Thu, 28 Feb 2002, Dominik Vogt wrote:
> > > 
> > > > > #       Reconstructed via infocmp from file: /usr/lib/terminfo/r/rxvt
> > > > > rxvt|rxvt terminal emulator (X Window System),
> > > > >         am, bce, eo, km, mir, msgr, xenl, xon,
> > > > ...
> > > >
> > > > Ah yes, I see.  I must have misread the infocmp man page.  But the
> > > > "op" entry looks exactly like you said.
> > > 
> > > then the problem is likely on the other end - something didn't work in
> > > mutt's configure script, so it doesn't see the functions that control
> > > color (use_default_colors, for instance).
> > 
> > Can I do somthing to check that out?
> 
> some of the info is in mutt's version command - whether it recognizes
> color or not (mutt -v should show "+HAVE_COLOR").  For symbols that
> are not listed in that - use "nm" - or if it's been stripped, a "strings"
> on the executable usually picks up the function names.

Nope, both versions have +HAVE_COLOR set:

Version from SuSE 7.1:

  $ mutt -v
  Mutt 1.3.12i (2000-11-27)
  [snip]
  
  System: Linux 2.4.10-4GB [using ncurses 5.2]
  Compile options:
  -DOMAIN
  +DEBUG
  -HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  -DL_STANDALONE
  +USE_FCNTL  -USE_FLOCK
  +USE_POP  +USE_IMAP  -USE_GSS  +USE_SSL  -USE_SASL
  +HAVE_REGCOMP  -USE_GNU_REGEX
  +HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET
  +HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM
  +HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  -SUN_ATTACHMENT
  +ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
+HAVE_LANGINFO_YESEXPR
  +HAVE_ICONV  -ICONV_NONTRANS  +HAVE_GETSID  +HAVE_GETADDRINFO
  ISPELL="/usr/bin/ispell"
  SENDMAIL="/usr/sbin/sendmail"
  MAILPATH="/var/mail"
  SHAREDIR="/usr/share/mutt"
  SYSCONFDIR="/etc"
  EXECSHELL="/bin/sh"
  -MIXMASTER

Broken version from SuSE 7.2:

  Mutt 1.3.22.1i (2001-08-30)
  [snip]

  System: Linux 2.4.10-4GB [using ncurses 5.2]
  Compile options:
  -DOMAIN
  +DEBUG
  -HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  -DL_STANDALONE  
  +USE_FCNTL  -USE_FLOCK
  +USE_POP  +USE_IMAP  -USE_GSS  +USE_SSL  +USE_SASL  
  +HAVE_REGCOMP  -USE_GNU_REGEX  
  +HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
  +HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
  +HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  -SUN_ATTACHMENT  
  +ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
+HAVE_LANGINFO_YESEXPR  
  +HAVE_ICONV  -ICONV_NONTRANS  +HAVE_GETSID  +HAVE_GETADDRINFO  
  ISPELL="/usr/bin/ispell"
  SENDMAIL="/usr/sbin/sendmail"
  MAILPATH="/var/mail"
  PKGDATADIR="/usr/share/mutt"
  SYSCONFDIR="/etc"
  EXECSHELL="/bin/sh"
  -MIXMASTER

So, the differences are only that the new version has +USE_SASL
and +COMPRESSED.  It seems I was mistaken about the difference
with slang vs. ncurses.

Bye

Dominik ^_^  ^_^

-- 
Dominik Vogt, email: [EMAIL PROTECTED]
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20

Reply via email to