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
6ab719f5
Commit
6ab719f5
authored
Aug 10, 1998
by
David Kågedal
Browse files
Prefix till kom-recover gör att cachen töms
parent
16e179ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
6ab719f5
...
...
@@ -19,6 +19,11 @@ Thu Jul 23 15:03:10 1998 Peter Liljenberg <petli@lysator.liu.se>
(lyskom-sv-edit-mode-map): Se ovan.
Thu Jul 16 12:57:57 1998 David Kgedal <davidk@lysator.liu.se>
* lyskom-rest.el (kom-recover): Anropar clear-all-caches nr man
anropar med prefixargument.
Wed Jul 8 13:12:48 1998 David Kagedal <davidk@lysator.liu.se>
* startup.el (lyskom): Den frgade inte om man ville fortstta med
...
...
src/lyskom-rest.el
View file @
6ab719f5
...
...
@@ -163,7 +163,8 @@ assoc list."
(
defun
kom-recover
(
&optional
refetch
)
"Try to recover from an error.
If the optional argument REFETCH is non-nil, `lyskom-refetch' is called."
If the optional argument REFETCH is non-nil, all caches are cleared and
`lyskom-refetch' is called."
(
interactive
"p"
)
(
lyskom-init-parse
lyskom-buffer
)
(
setq
lyskom-call-data
nil
)
...
...
@@ -175,7 +176,9 @@ If the optional argument REFETCH is non-nil, `lyskom-refetch' is called."
(
++
i
)))
(
setq
lyskom-number-of-pending-calls
0
)
(
setq
lyskom-is-parsing
nil
)
(
if
refetch
(
lyskom-refetch
))
(
when
refetch
(
clear-all-caches
)
(
lyskom-refetch
))
(
lyskom-tell-internat
'kom-tell-recover
)
(
lyskom-end-of-command
))
...
...
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