Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

completion-plugin: arrow-key navigation bug #1

Closed
gusano opened this issue Sep 4, 2012 · 6 comments
Closed

completion-plugin: arrow-key navigation bug #1

gusano opened this issue Sep 4, 2012 · 6 comments
Assignees
Labels

Comments

@gusano
Copy link
Owner

gusano commented Sep 4, 2012

Navigating with key-up|key-down does not seem to work on OS X 10.7 with pd-extended-0.43.1.

(Reported by @mxa)

@ghost ghost assigned gusano Sep 4, 2012
@mxa
Copy link

mxa commented Sep 4, 2012

i just tried under vanilla, but i get this error on startup:

UNHANDLED ERROR: version conflict for package "Tcl": have 8.4, need 8.5
while executing
"package require Tcl 8.5"
("uplevel" body line 27)
invoked from within
"uplevel #0 $tclcode"
FAILED TO LOAD /Users/max/Library/Pd/completion-plugin.tcl

i guess i must uptdate the tcl manually???

@gusano
Copy link
Owner Author

gusano commented Sep 4, 2012

Yes, tcl < 8.5 is not supported.

@mxa
Copy link

mxa commented Sep 4, 2012

I installed tcl 8.5 from this page http://www.activestate.com/activetcl/downloads restarted Pd, but the error persists. Rough guess: the wrong tcl is included in the os x Pd vanilla build and it can't use the system installed tcl?

@gusano
Copy link
Owner Author

gusano commented Sep 4, 2012

IIRC, it's more an OS issue (i.e., it finds the older one).
I don't think pd ships with tcl, except for Windows.

@mxa
Copy link

mxa commented Sep 4, 2012

I think it's a vanilla issue because Pd extended does load it correctly, but the arrow keys don't work.

@gusano
Copy link
Owner Author

gusano commented Sep 4, 2012

I'll try to get access to an OSX machine if they ever do another pd-meeting here in Bogotá.
Meanwhile, I have no way to debug that one before a couple of months...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants