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
a52f8c82
Commit
a52f8c82
authored
Jan 10, 1994
by
Linus Tolke
Browse files
more todo
parent
c4b509ce
Changes
6
Hide whitespace changes
Inline
Side-by-side
misc/BUGS
View file @
a52f8c82
Version: 1 -*- bugtrack -*-
Unused-Bug-Id: 2
0
Unused-Bug-Id: 2
2
Note: This is the header of a bugtrack file.
Note: If you see this, it means that there are
Note: no *known* bugs to track.
...
...
@@ -381,3 +381,44 @@ Associated mails:
End mails.
---
Id: 20
Summary: Incorrect symbol.
Version: 0.38
Created: linus: Thu Jan 6 12:55:26 1994
Currently handled by:
Severity: 9
Priority: 9
Difficulty: 0
Closed: linus: Sat Jan 8 20:10:39 1994
Last edit: linus: Thu Jan 6 12:55:26 1994
Reported by: Klaus Zeuge <sojge@Minsk.DoCS.UU.SE>
Site: Minsk.DoCS.UU.SE
Associated mails:
backtrace: <9401060957.AA06337@Minsk.DoCS.UU.SE>
urs{kt: <199401061145.MAA04199@bodil>
End mails.
---
Id: 21
Summary: Better errors when sending messages.
Version: 0.38
Created: linus: Sat Jan 8 03:31:53 1994
Currently handled by:
Severity: 4
Priority: 3
Difficulty: 1
Last edit: linus: Sat Jan 8 03:32:23 1994
Reported by: Per 'Hedde Hedbor
Site: LysKOM
Associated mails:
End mails.
---
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Personligt meddelande frn Per 'Hedde' Hedbor (Gr lumpen) (03:30:22):
Frresten, i lyskom klienten, r det s dr srskilt snyggt
att den sger 'Personen var kanske inte inloggad' nr meddelandet var
fr lngt?
----------------------------------------------------------------
Lsa nsta text -
src/ChangeLog
View file @
a52f8c82
No preview for this file type
src/edit-text.el
View file @
a52f8c82
...
...
@@ -65,7 +65,7 @@ Does lyskom-end-of-command."
(
config
(
current-window-configuration
)))
(
setq
lyskom-list-of-edit-buffers
(
cons
buffer
lyskom-list-of-edit-buffers
))
(
condition-case
emacs-18.55
(
condition-case
emacs-18
\
.55
(
process-kill-without-query
(
get-buffer-process
(
current-buffer
))
t
)
(
error
;; You loose some...
...
...
@@ -781,7 +781,7 @@ buffer and edit buffers."
(
while
(
and
lyskom-list-of-edit-buffers
(
not
(
memq
(
car
lyskom-list-of-edit-buffers
)
(
buffer-list
))))
(
setq
lyskom-list-of-edit-buffers
(
cdr
lyskom-list-of-edit-buffers
)))
(
condition-case
emacs-18.55
(
condition-case
emacs-18
\
.55
(
if
lyskom-list-of-edit-buffers
(
process-kill-without-query
proc
t
)
(
process-kill-without-query
proc
nil
))
...
...
src/lyskom-rest.el
View file @
a52f8c82
No preview for this file type
src/startup.el
View file @
a52f8c82
...
...
@@ -578,8 +578,5 @@ Entry to this mode runs lyskom-mode-hook."
(
setq
lyskom-do-when-done
(
cons
kom-do-when-done
kom-do-when-done
))
(
setq
lyskom-output-queue
(
lyskom-queue-create
))
(
setq
lyskom-list-of-edit-buffers
nil
)
(
condition-case
emacs-18.55
(
setq
lyskom-time-last-command
(
current-time
))
(
error
; No function current-time
))
(
setq
lyskom-time-last-command
(
lyskom-current-time
))
(
lyskom-set-mode-line
(
lyskom-get-string
'not-present-anywhere
))))
src/vars.el
View file @
a52f8c82
...
...
@@ -229,7 +229,7 @@ Dont change these. These are defined by the protocol.")
;;; Internal variables and constants
(
defconst
lyskom-clientversion
"0.38"
(
defconst
lyskom-clientversion
"0.38
.1
"
"Version of the LysKOM elisp client."
)
(
defconst
lyskom-max-int
8388607
...
...
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