Bug 9535
Summary: | Mutt does not seem to use macros | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | ivan |
Component: | mutt | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.2 | CC: | ivan, rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-03-29 17:33:22 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
ivan
2000-02-17 22:09:44 UTC
Hmm... works fine for me here. Under what sort of terminal are you running mutt? gnome-terminal. I've just tried xterm, and that throws up the same error. The documentation macro <f1> does not throw up an error, but \cb (urlview) throws up "Key is not bound. Press '?' for help. ... not sure whether it is much help - a truss of the process as I hit "CTRL-b": ====================================== [ivan@ivan ivan]$ strace -p 1985 select(4, [3], NULL, NULL, {9, 790000}) = 1 (in [3], left {6, 440000}) read(3, "\2", 1) = 1 write(1, "\33[?25h\7", 7) = 7 write(1, "\33[24;39H", 8) = 8 write(1, "\33[?25l\33[23;80H", 14) = 14 select(4, [3], NULL, NULL, {10, 0} <unfinished ...> ====================================== (the "<unfinished>" is when I hit CTRL-C on the truss) Does this still fail with the rawhide ncurses/gnome-core packages? It *sounds* like a terminfo problem. This should be fixed with the mutt package in rawhide; it wasn't reading /etc/Muttrc. |