We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With a function literal like #(apply str %&), the command will prompt for a name to use for %, and the & character will not be deleted.
#(apply str %&)
%
&
The text was updated successfully, but these errors were encountered:
[Fix #313] pf doesn't understand %&
pf
6da7034
No tests are added because of a long standing bug in the test framework where use of `%s` triggers a 'wrong number of args passed to format' error.
bd809d2
[Fix #313] pf doesn't understand varargs
b95bfd2
435515e
Merge pull request #327 from clojure-emacs/pf-and-varargs
cc48705
[Fix #313] `pf` doesn't understand %&
No branches or pull requests
With a function literal like
#(apply str %&)
, the command will prompt for a name to use for%
, and the&
character will not be deleted.The text was updated successfully, but these errors were encountered: