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
bc778dde
Commit
bc778dde
authored
Feb 09, 1997
by
David Byers
Browse files
Bättre lyskom-accept-process-output
parent
06c056e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
bc778dde
Sun Feb 9 11:25:35 1997 David Byers <davby@sen22.ida.liu.se>
* utilities.el (lyskom-apo-timeout): Ny variabel.
(lyskom-apo-timeout-index): Dito.
(lyskom-apo-timeout-vector): Dito.
(lyskom-apo-timeout-vector-max): Dito.
(lyskom-accept-process-output): Ny definition.
(lyskom-next-apo-timeout): Ny funktion.
(lyskom-reset-apo-timeout): Ny funktion.
Fri Feb 7 18:03:58 1997 David Byers <davby@sen22.ida.liu.se>
* lyskom-rest.el (lyskom-update-prompt): Ny parameter,
...
...
src/lyskom-rest.el
View file @
bc778dde
...
...
@@ -2112,10 +2112,10 @@ If MEMBERSHIPs prioriy is 0, it always returns nil."
(
defun
lyskom-filter
(
proc
output
)
"Receive replies from LysKOM server."
(
sit-for
0
)
; Why? [Doesn't work in XEmacs 19.14]
(
l
et
(
; (inhibit-quit t) ;inhibit-quit is automatically set
;to t in version 18.57, but not in
;all older versions of emacs.
(
old-match-data
(
match-data
))
;
(
s
et
q lyskom-apo-timeout-log
; (cons lyskom-apo-timeout lyskom-apo-timeout-log))
(
lyskom-reset-apo-timeout
)
; Reset accept-process-output timeout
(
let
(
(
old-match-data
(
match-data
))
;; lyskom-filter-old-buffer is also changed when starting to edit
;; in function lyskom-edit-text.
(
lyskom-filter-old-buffer
(
current-buffer
)))
...
...
src/utilities.el
View file @
bc778dde
No preview for this file type
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