Dear TMaters,
I am experiencing weird problems with TextMate not recognizing some keyboard shortcuts from bundles (i.e. the LaTeX bundle) containing the escape-key. I can get the completion when pressing esc - but all the other commands working with esc and a modifier key do not work at all. If I am lucky I get a beep; selecting the macros I need by hand from the bundle-macro-menu works as intended… any ideas?
Also I cannot get the "Edit in Textmate"-InputManager to work in Mail.app - it works e.g. in TextMate's Bundle-Editor (very useful), but Mail.app would be even more so. ;(
Any idea where I might look for causes to this problem? * there are no other InputManagers installed * my .services are rather trimmed by using ServiceScrubber - and as far as I can tell none are colliding on the shortcuts…
Thanx again,
Daniel
On Mar 25, 2006, at 8:47 AM, Daniel Käsmayr wrote:
Dear TMaters,
I am experiencing weird problems with TextMate not recognizing some keyboard shortcuts from bundles (i.e. the LaTeX bundle) containing the escape-key. I can get the completion when pressing esc - but all the other commands working with esc and a modifier key do not work at all. If I am lucky I get a beep; selecting the macros I need by hand from the bundle-macro-menu works as intended… any ideas?
First thing to do is open Console.app and see if there are any messages there.
Can you be more specific what commands in particular you are having problems with, what the current couple of lines of code are, where your cursor is and what the current scope is? (ctrl-shift-p for this last one). Most of the completion commands are supposed to work only on particular scopes, i.e. label completion only works when inside \ref {} etc. But of course when you call them directly they will be forced to run.
Also, are you using a subversion checkout of the bundle, and if so have you made sure to update both the bundle and the global support directory, usually found under Library/Application Support/TextMate/
Haris
On 25/3/2006, at 15:47, Daniel Käsmayr wrote:
[...] Also I cannot get the "Edit in Textmate"-InputManager to work in Mail.app - it works e.g. in TextMate's Bundle-Editor (very useful), but Mail.app would be even more so. ;(
Do you see the Edit in TextMate… menu item in the Edit menu of Mail? If not, did you restart Mail after installing the input manager?