[EMAIL PROTECTED] writes: > Sorry, i should have been a little bit more verbose. I dont have partial > completion mode enabled, but 'last-input-event' reports 9 (which happens > to be the ASCII Tab Character) when i press tab (without control) in > console and '(event-modifiers 9)' evaluates to '(control)'. This happens > because 'event-modifiers' treats 9 as a character and regards all > characters < 32 as control characters and reports the control modifier > as set for them. I didnt verify this first when i fixed it for me and > was not sure about the original check so i just left it in and did 'my' > check first. If its safe to assume that '?\t' is always <32 and > 'event-modifiers' behaviour wont change you could (and should) > completely omit the check for 'event-modifiers' on '?\t':
Right. I don't reach this check because the `(equal last-input-event 'tab)´ clause succeeds for me already. Looks like you use a function-key-map in your console which doesn't support the 'tab event. Anyway, I'll apply your patch to Tramp. Thanks for this, and best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
