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
c5eb1cf3
Commit
c5eb1cf3
authored
Jan 06, 1998
by
David Kågedal
Browse files
* services.el (lyskom-wait-queue): Här skulle man visst också
återställa lyskom-ok-to-send-new-calls.
parent
2e47d63c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
c5eb1cf3
Tue Jan 6 06:12:39 1998 David Kgedal <davidk@lysator.liu.se>
* services.el (lyskom-wait-queue): Hr skulle man visst ocks
terstlla lyskom-ok-to-send-new-calls.
Sun Jan 4 01:42:08 1998 David Kgedal <davidk@lysator.liu.se>
* services.el (lyskom-blocking-do-multiple): Anvnd
...
...
src/services.el
View file @
c5eb1cf3
...
...
@@ -1185,9 +1185,12 @@ or get-text-stat."
(
process-buffer
lyskom-proc
)))
(
let
((
lyskom-blocking-return
'not-yet-gotten
))
(
lyskom-run
queue
'blocking-return
(
list
t
))
(
while
(
and
(
eq
lyskom-blocking-return
'not-yet-gotten
)
(
not
lyskom-quit-flag
))
(
lyskom-accept-process-output
))
(
unwind-protect
(
while
(
and
(
eq
lyskom-blocking-return
'not-yet-gotten
)
(
not
lyskom-quit-flag
))
(
lyskom-accept-process-output
))
(
setq
lyskom-ok-to-send-new-calls
t
)
(
lyskom-check-output-queues
))
(
if
(
or
lyskom-quit-flag
quit-flag
)
(
progn
(
lyskom-insert-before-prompt
(
lyskom-get-string
'interrupted
))
...
...
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