Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Emacs mode: file name should be quoted #83

Closed
phst opened this issue Oct 20, 2014 · 1 comment
Closed

Emacs mode: file name should be quoted #83

phst opened this issue Oct 20, 2014 · 1 comment

Comments

@phst
Copy link
Contributor

phst commented Oct 20, 2014

In golint.el, please replace concat "golint " buffer-file-name with combine-and-quote-strings (list "golint" buffer-file-name) to allow file names that need quoting.

@dsymonds
Copy link
Contributor

Send a pull request if you want.

phst added a commit to phst/lint that referenced this issue Apr 13, 2015
This allows using the Emacs package with file names containing shell
metacharacters.

Fixes golang#83
dsymonds pushed a commit that referenced this issue Apr 15, 2015
This allows using the Emacs package with file names containing shell
metacharacters.

Fixes #83

Signed-off-by: David Symonds <dsymonds@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants