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

In edit-server-find-or-create-edit-buffer please remove the format in edit-server-log proc #80

Closed
obhessen opened this issue May 27, 2013 · 1 comment

Comments

@obhessen
Copy link

Hi,

in function edit-server-find-or-create-edit-buffer please remove the format
in the call to edit-server-log as edit-server-loga already calls format.

The line should look like this:

(edit-server-log proc "using buffer %s for edit (existing-buffer is %s)" buffer existing-buffer)

The function fails on all filenames that has format chars.

stsquad added a commit that referenced this issue May 28, 2013
I've expanded the test cases for good measure.
@stsquad
Copy link
Owner

stsquad commented May 28, 2013

@obhessen thanks for the report. Fixed.

@stsquad stsquad closed this as completed May 28, 2013
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

2 participants