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
Peter Liljenberg
lyskom-elisp-client
Commits
f3d95f82
Commit
f3d95f82
authored
Sep 09, 1991
by
Lars Willför
Browse files
Den föråldrade funktionen lyskom-show-broadcast-message borttagen
parent
672f6f7a
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
f3d95f82
No preview for this file type
src/async.el
View file @
f3d95f82
...
...
@@ -132,13 +132,14 @@ this function shall be with current-buffer the BUFFER."
session-no
))
)))
((
eq
msg-no
10
)
; Broadcast message
((
eq
msg-no
10
)
; Broadcast message
(obsolete? /lw)
(
let
((
sender
(
lyskom-parse-num
))
(
lyskom-message
(
lyskom-parse-string
)))
(
lyskom-save-excursion
(
set-buffer
buffer
)
(
initiate-get-conf-stat
'follow
'lyskom-show-broadcast-message
sender
'lyskom-show-personal-message
sender
recipient
message
))))
((
eq
msg-no
11
)
...
...
@@ -251,25 +252,6 @@ this function shall be with current-buffer the BUFFER."
(
not
(
zerop
(
minibuffer-depth
))))
(
defun
lyskom-show-broadcast-message
(
sender
message
)
"Insert a broadcast message into the lyskom buffer.
Args: SENDER: conf-stat for the person issuing the broadcast message or a
string that is the sender.
MESSAGE: A string containing the message."
(
lyskom-insert-before-prompt
"\n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n"
)
(
lyskom-insert-before-prompt
(
lyskom-format
'broadcast-from
(
cond
((
stringp
sender
)
sender
)
(
sender
(
conf-stat->name
sender
))
(
t
(
lyskom-get-string
'unknown
)))
message
))
(
lyskom-insert-before-prompt
"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n"
)
(
beep
))
(
defun
lyskom-show-personal-message
(
sender
recipient
message
)
"Insert a personal message into the lyskom buffer.
Args: SENDER: conf-stat for the person issuing the broadcast message or a
...
...
src/swedish-strings.el
View file @
f3d95f82
...
...
@@ -433,7 +433,6 @@ upptagna. Logga ut och kom tillbaks senare om du v
(has-entered-r . "
Nu
har
%#1s
gtt
in
i
LysKOM.\n
")
(has-left . "
Nu
har
%#1s
gtt
ur
LysKOM.
")
(has-left-r . "
Nu
har
%#1s
gtt
ur
LysKOM.\n
")
(broadcast-from . "
Allmnt
meddelande
frn
%#1s:\n\n%#2s\n
")
(unknown . "
oknd
")
(message-broadcast . "
Allmnt
meddelande
frn
%#1s
(
%#3s
)
:\n\n%#2s\n
")
...
...
Write
Preview
Markdown
is supported
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