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
91972c0f
Commit
91972c0f
authored
Nov 19, 1999
by
David Byers
Browse files
Turn off multibyte chars in parse buffer or parsing may fail
parent
11a4722b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
91972c0f
1999-11-19 David Byers <davby@ida.liu.se>
* parse.el (lyskom-init-parse): Turn off multibyte chars in the
parse buffer.
* utilities.el (lyskom-truncate-string-to-width): New function
copied from Gnu Emacs.
...
...
src/parse.el
View file @
91972c0f
...
...
@@ -988,6 +988,8 @@ i.e creates the buffer, sets all markers and pointers."
(
concat
(
if
lyskom-debug-communications-to-buffer
""
" "
)
(
buffer-name
)
"-replies"
)))
(
save-excursion
(
set-buffer
lyskom-unparsed-buffer
)
(
set-buffer-multibyte
nil
))
(
setq
lyskom-unparsed-marker
(
lyskom-save-excursion
(
let
((
proc
lyskom-proc
))
...
...
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