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
b0d36878
Commit
b0d36878
authored
Oct 28, 1996
by
David Kågedal
Browse files
* lyskom-rest.el (lyskom-insert-at-point): Använd
inhibit-read-only.
parent
ae659884
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lyskom-rest.el
View file @
b0d36878
...
...
@@ -685,7 +685,7 @@ The text is converted according to the value of kom-emacs-knows-iso-8859-1."
"Insert STRING in the current buffer at point.
The text is converted according to the value of
kom-emacs-knows-iso-8859-1."
(
let
((
buffer
-read-only
nil
))
(
let
((
inhibit
-read-only
t
))
(
insert
string
))
(
lyskom-trim-buffer
))
...
...
@@ -1470,7 +1470,7 @@ Set lyskom-current-prompt accordingly. Tell server what I am doing."
(
prompt
nil
))
(
setq
lyskom-command-to-do
to-do
)
(
cond
((
eq
to-do
'next-pri-conf
)
(
setq
prompt
'go-to-pri-conf-prompt
)
(
or
(
eq
lyskom-current-prompt
prompt
)
...
...
@@ -2057,7 +2057,9 @@ If MEMBERSHIPs prioriy is 0, it always returns nil."
(
setq
lyskom-string-bytes-missing
(
-
lyskom-string-bytes-missing
(
length
output
))))
;; This test makes e.g. startup a lot faster.
;; This test makes e.g. startup a lot faster. At least
;; it does when the maps are read in one chunk, which
;; they usually aren't anymore.
((
not
(
string-match
"\n"
output
)))
((
null
lyskom-is-parsing
)
;Parse one reply at a time.
...
...
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