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
9f6439ef
Commit
9f6439ef
authored
May 04, 1992
by
Linus Tolke
Browse files
The contents of the who-info buffer must also be converted to swascii.
parent
165a4acd
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
9f6439ef
Mon May 4 02:38:59 1992 Linus Tolke Y (linus@robert)
* cache.el (lyskom-set-who-info-buffer-2): Use a new insert
function that converts the data in the who-info buffer according
to the value of kom-emacs-knows-iso-8859-1.
Wed Apr 29 14:47:33 1992 Linus Tolke Y (linus@robert)
* cache.el (lyskom-set-who-info-buffer-2): defensive programming.
...
...
src/cache.el
View file @
9f6439ef
...
...
@@ -282,7 +282,12 @@ ARG: session-info"
(
narrow-to-region
(
point-min
)
(
1-
(
point-max
))))
(
setq
min
(
point-max-marker
))
(
lyskom-print-who-info
pers-conf-stat
conf-conf-stat
who-info
sesno
'insert
)
(
function
(
lambda
(
string
)
(
insert
(
if
kom-emacs-knows-iso-8859-1
string
(
iso-8859-1-to-swascii
string
))))))
(
setq
max
(
point-max-marker
))
(
goto-char
(
point-max
)))
(
delete-char
1
))
...
...
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