Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1258fede
Commit
1258fede
authored
Oct 23, 2008
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(pcomplete/rpm): Make "rpm -qp" use file completion.
parent
84353206
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/pcmpl-rpm.el
lisp/pcmpl-rpm.el
+3
-1
No files found.
lisp/pcmpl-rpm.el
View file @
1258fede
...
...
@@ -135,7 +135,9 @@ You can use \\[report-emacs-bug] to do so."
(
pcmpl-rpm-all-query
"--requires"
)))))
(
if
(
pcomplete-match
"^-"
0
)
(
pcomplete-opt
"af.p(pcmpl-rpm-files)ilsdcvR"
)
(
pcomplete-here
(
pcmpl-rpm-packages
)))))
(
if
(
pcomplete-test
"-[^-]*p"
'first
1
)
(
pcomplete-here
(
pcmpl-rpm-files
))
(
pcomplete-here
(
pcmpl-rpm-packages
))))))
((
pcomplete-test
"--pipe"
)
(
pcomplete-here*
(
funcall
pcomplete-command-completion-function
)))
((
pcomplete-test
"--rmsource"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment