Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
338835b7
Commit
338835b7
authored
Apr 01, 2006
by
Eli Zaretskii
Browse files
(pcomplete-show-completions): Recognize TAB on text terminals.
parent
7656d7b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/pcomplete.el
lisp/pcomplete.el
+3
-1
No files found.
lisp/pcomplete.el
View file @
338835b7
...
...
@@ -978,7 +978,9 @@ Typing SPC flushes the help buffer."
(
set-window-configuration
pcomplete-last-window-config
)
(
setq
pcomplete-last-window-config
nil
)
(
throw
'done
nil
))
((
event-matches-key-specifier-p
event
'tab
)
((
or
(
event-matches-key-specifier-p
event
'tab
)
;; Needed on a terminal
(
event-matches-key-specifier-p
event
9
))
(
save-selected-window
(
select-window
(
get-buffer-window
"*Completions*"
))
(
if
(
pos-visible-in-window-p
(
point-max
))
...
...
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