<<< Date Index >>>     <<< Thread Index >>>

bug#1510: marked as done (mutt-1.4.1: KEY_BTAB is not defined in keymap.c)



Your message dated Wed, 10 Sep 2003 00:13:25 -0400
with message-id <20030910041325.GN621@xxxxxxxxxxxxxxxxxxx>
and subject line fixed in CVS
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Herr der Kaefer
(administrator, GUUG bugs database)

--------------------------------------
Received: (at submit) by bugs.guug.de; 25 Mar 2003 12:41:16 +0000
>From raul@xxxxxxxxxxxx Tue Mar 25 13:41:16 2003
Received: from [66.70.28.20] (helo=maggie.piensasolutions.com)
        by trithemius.gnupg.org with esmtp (Exim 3.35 #1 (Debian))
        id 18xnjm-0006Rh-00
        for <submit@xxxxxxxxxxxx>; Tue, 25 Mar 2003 13:41:06 +0100
Received: from DervishD.pleyades.net (212.Red-80-35-44.pooles.rima-tde.net 
[80.35.44.212])
        by [66.70.28.21] (8.10.2/8.10.2) with ESMTP id h2PCgsC19164;
        Tue, 25 Mar 2003 13:42:55 +0100
Received: from raul@xxxxxxxxxxxx by DervishD.pleyades.net with local (Exim MTA 
2.05)
          id <18xnhm-0007f2-00>; Tue, 25 Mar 2003 13:39:02 +0100
Date: Tue, 25 Mar 2003 13:39:02 +0100
From: DervishD <raul@xxxxxxxxxxxx>
To: submit@xxxxxxxxxxxx
Cc: mutt-dev@xxxxxxxx
Subject: mutt-1.4.1: KEY_BTAB is not defined in keymap.c
Message-ID: <20030325123902.GA29443@DervishD>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
User-Agent: Mutt/1.4i
Organization: Pleyades
User-Agent: Mutt/1.4i <http://www.mutt.org>
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by 
maggie.piensasolutions.com id h2PCgsC19164

Package: mutt
Version: 1.4.1
Severity: normal

-- Please type your report below this line

    The KEY_BTAB symbol is not included in the table KeyNames, so you can=
not
bind Shift-Tab (or BackTab, as you like) to an action. Even so, in the
ChangeLog I've found a comment about surrounding the KEY_BTAB entry with =
a
safeguard #ifdef :???

    The patch is quite simple: just add this line to the KeyNames
table:

#ifdef KEY_BTAB
    { "BackTab", KEY_BTAB },
#endif

    This should do.

    Ra=FAl N=FA=F1ez de Arenas Coronado

--=20
Linux Registered User 88736
http://www.pleyades.net & http://www.pleyades.net/~raulnac

---------------------------------------
Received: (at 1510-done) by bugs.guug.de; 10 Sep 2003 04:20:59 +0000
>From brendan@xxxxxxxxxx Wed Sep 10 06:11:04 2003
Received: from nycsmtp3out.rdc-nyc.rr.com ([24.29.99.224])
        by trithemius.gnupg.org with esmtp (Exim 3.35 #1 (Debian))
        id 19wwJs-0006h8-00
        for <1510-done@xxxxxxxxxxxx>; Wed, 10 Sep 2003 06:11:04 +0200
Received: from watanabe.kublai.com (24-29-153-53.nyc.rr.com [24.29.153.53])
        by nycsmtp3out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with 
ESMTP id h8A4DPmI008660
        for <1510-done@xxxxxxxxxxxx>; Wed, 10 Sep 2003 00:13:25 -0400 (EDT)
Received: from watanabe.kublai.com (localhost [127.0.0.1])
        by watanabe.kublai.com (8.12.9/8.12.2) with ESMTP id h8A4DPOu013897
        for <1510-done@xxxxxxxxxxxx>; Wed, 10 Sep 2003 00:13:25 -0400 (EDT)
Received: (from brendan@localhost)
        by watanabe.kublai.com (8.12.9/8.12.2/Submit) id h8A4DP7H013896
        for 1510-done@xxxxxxxxxxxx; Wed, 10 Sep 2003 00:13:25 -0400 (EDT)
X-Authentication-Warning: watanabe.kublai.com: brendan set sender to 
brendan@xxxxxxxxxx using -f
Date: Wed, 10 Sep 2003 00:13:25 -0400
From: Brendan Cully <brendan@xxxxxxxxxx>
To: 1510-done@xxxxxxxxxxxx
Subject: fixed in CVS
Message-ID: <20030910041325.GN621@xxxxxxxxxxxxxxxxxxx>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Operating-System: Darwin 6.6 Power Macintosh
User-Agent: Mutt/1.5.4i
X-Spam-Status: No, hits=-102.9 required=5.0
        tests=AWL,USER_AGENT_MUTT,USER_IN_WHITELIST,X_AUTH_WARNING
        version=2.55
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)

fixed in CVS, thanks