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

CTRL+L, backspace not working anymore ? #692

Closed
skilveg opened this issue Apr 20, 2016 · 10 comments
Closed

CTRL+L, backspace not working anymore ? #692

skilveg opened this issue Apr 20, 2016 · 10 comments

Comments

@skilveg
Copy link

skilveg commented Apr 20, 2016

It seems that the recent update messed with the cleaning tool that deletes auxiliary files. Any hint to correct it ?

@ig0774
Copy link
Collaborator

ig0774 commented Apr 20, 2016

I have a vague idea. Do you have anything displayed in your console (View | Console) when you try it?

ig0774 added a commit that referenced this issue Apr 20, 2016
At the very least, continue to delete files if delete_local_cache fails for some reason
@skilveg
Copy link
Author

skilveg commented Apr 20, 2016

Yes :
Traceback (most recent call last): File "./sublime_plugin.py", line 339, in run_ File "./delete_temp_files.py", line 49, in run File "./latextools_utils/cache.py", line 48, in delete_local_cache UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 43: ordinal not in range(128)

@r-stein
Copy link
Member

r-stein commented Apr 20, 2016

do you have special chars in your file name/path?

@r-stein
Copy link
Member

r-stein commented Apr 20, 2016

You use ST2?

@skilveg
Copy link
Author

skilveg commented Apr 20, 2016

except for underscores, no. yes, I use ST2.

@ig0774
Copy link
Collaborator

ig0774 commented Apr 20, 2016

Does the name of your main document or the path to the main document have an é in it? That looks like that's what that error is...

@r-stein
Copy link
Member

r-stein commented Apr 20, 2016

It seems that only a debug message, which causes problems.

@skilveg
Copy link
Author

skilveg commented Apr 20, 2016

Oh ! yes, there's an é in the path to the main document.

ig0774 added a commit that referenced this issue Apr 20, 2016
Cache debug messages now convert unicode strings to ascii the way we do elsewhere. It's a bit of a hack, but at least it works!
@ig0774
Copy link
Collaborator

ig0774 commented Apr 20, 2016

Since I'm in rapid fix mode... I just released v3.7.5 which should fix this. @skilveg: can you update and verify it works now?

@skilveg
Copy link
Author

skilveg commented Apr 20, 2016

Yes, it's fixed ! Thanks a lot !

@skilveg skilveg closed this as completed Apr 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants