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
a129c35a
Commit
a129c35a
authored
Jul 19, 1992
by
Linus Tolke
Browse files
Small bug fixes. Truncation of who-lines and doc.
parent
42fcdb8c
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
a129c35a
Sun Jul 19 12:07:22 1992 Linus Tolke Y (linus@lysator)
* commands1.el (lyskom-return-who-info-line): Fixed a bug that
resulted in too much truncation.
Sun Jul 5 05:02:37 1992 Linus Tolke Y (linus@lysator)
* completing-read.el (lyskom-completing-read-conf-stat-handler):
...
...
src/commands1.el
View file @
a129c35a
...
...
@@ -1663,7 +1663,7 @@ MY-SESSION-NO is the session number of the running session.
(
lyskom-fix-str
(
/
(
*
36
(
-
(
lyskom-window-width
)
7
))
73
)
string2
))))
(
while
(
string=
(
substring
line
-1
)
" "
)
(
setq
line
(
substring
line
0
-
2
)))
(
setq
line
(
substring
line
0
-
1
)))
(
concat
line
"\n"
)))
...
...
src/vars.el
View file @
a129c35a
...
...
@@ -216,7 +216,7 @@ Dont change this. These are defined by the protocol.")
"List of flags that are to be saved in the common block.
These are the non-boolean ones. See: lyskom-global-boolean-variables.
Dont change th
is
. These are defined by the protocol."
)
Dont change th
ese
. These are defined by the protocol."
)
;;; ================================================================
...
...
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