Skip to content
GitLab
Menu
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
524713fd
Commit
524713fd
authored
Oct 25, 1999
by
David Byers
Browse files
Possible fix for spurious protocol errors
parent
1095b978
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
524713fd
1999-10-25 David Byers <davby@ida.liu.se>
* parse.el (lyskom-char-p): New implementation to fix spurious
protocol errors.
1999-10-25 David Kagedal <davidk@lysator.liu.se>
* option-edit.el (lyskom-custom-variables): Reversed logic for
...
...
src/parse.el
View file @
524713fd
...
...
@@ -99,8 +99,9 @@ first non-white character was not equal to CHAR."
(
defun
lyskom-char-p
(
char
)
"Check if next token is CHAR (a character)."
(
string-match
(
format
"\\`[ \t\n\r]*%c[ \t\n\r]"
char
)
(
lyskom-string-to-parse
)))
(
let*
((
lyskom-parse-pos
lyskom-parse-pos
)
(
c
(
lyskom-parse-char
)))
(
eq
char
c
)))
(
defun
lyskom-string-to-parse
()
"Return unparsed data as a string."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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