tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp (2.0.52); completion detection in console


From: Michael Albinus
Subject: Re: tramp (2.0.52); completion detection in console
Date: Sun, 16 Apr 2006 11:15:24 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/20.7 (hpux)

address@hidden 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]