Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
c682ea3f
Commit
c682ea3f
authored
Nov 27, 1991
by
Per Cederqvist
Browse files
Forgotten debug line deleted.
parent
dac95cae
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
c682ea3f
No preview for this file type
src/completing-read.el
View file @
c682ea3f
...
...
@@ -258,7 +258,7 @@ When C-G is pressed then lyskom-end-of-command is evaled."
;;; The problem:
;;; When getting a list of possible completions, C-M-v scrolls
;;; the wrong window (the LysKOM buffer in
stead of the
;;; the wrong window (the LysKOM buffer instead of the
;;; *Completions* buffer, as from M-x and other commands).
;;; Cause:
...
...
@@ -288,7 +288,6 @@ When C-G is pressed then lyskom-end-of-command is evaled."
(
setq
minibuffer-scroll-window
(
and
completion-buffer
(
get-buffer-window
completion-buffer
)))
(
setq
foo
minibuffer-scroll-window
)
(
use-local-map
lyskom-completing-map
)
(
setq
unread-command-char
last-command-char
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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