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
fff1a077
Commit
fff1a077
authored
Mar 08, 2007
by
Chong Yidong
Browse files
(PC-bindings): Rebind M-TAB in read-expression-map.
parent
18d8c1e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/complete.el
lisp/complete.el
+4
-0
No files found.
lisp/complete.el
View file @
fff1a077
...
...
@@ -147,6 +147,8 @@ If nil, means use the colon-separated path in the variable $INCPATH instead."
(
cond
((
not
bind
)
;; These bindings are the default bindings. It would be better to
;; restore the previous bindings.
(
define-key
read-expression-map
"\e\t"
'lisp-complete-symbol
)
(
define-key
completion-map
"\t"
'minibuffer-complete
)
(
define-key
completion-map
" "
'minibuffer-complete-word
)
(
define-key
completion-map
"?"
'minibuffer-completion-help
)
...
...
@@ -159,6 +161,8 @@ If nil, means use the colon-separated path in the variable $INCPATH instead."
(
define-key
global-map
[remap
lisp-complete-symbol]
nil
))
(
PC-default-bindings
(
define-key
read-expression-map
"\e\t"
'PC-lisp-complete-symbol
)
(
define-key
completion-map
"\t"
'PC-complete
)
(
define-key
completion-map
" "
'PC-complete-word
)
(
define-key
completion-map
"?"
'PC-completion-help
)
...
...
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