Skip to content
GitLab
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
221419dd
Commit
221419dd
authored
May 02, 2001
by
David Byers
Browse files
Update name of conference in mship-edit buffer when receiving change name async message
parent
a17ea90d
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
221419dd
2001-04-25 David Byers <davby@ida.liu.se>
* async.el (lyskom-parse-async): Update name of conference in
kom-handle-membership buffer when async name change happens.
Thu Apr 26 13:10:48 2001 Johan Sundstrm <jhs@idonex.se>
* commands1.el (lyskom-get-least-used-mark-types-alist): Bugfix;
...
...
src/async.el
View file @
221419dd
...
...
@@ -113,7 +113,11 @@ this function shall be with current-buffer the BUFFER."
'name-has-changed-to-name-r
old-name
new-name
(
lyskom-default-button
'conf
conf-no
)))))))
(
lyskom-default-button
'conf
conf-no
))))
;; Update in the mship-edit buffer
(
lp--maybe-update-entry-for-conf
conf-no
))))
((
eq
msg-no
6
)
;i_am_on - something is moving
(
let
((
info
(
lyskom-parse-who-info
)))
...
...
src/mship-edit.el
View file @
221419dd
...
...
@@ -371,7 +371,8 @@ only recomputed if the window width changes."
(
if
(
lp--entry->selected
entry
)
(
lp--entry-set-background
entry
(
lyskom-face-background-name
'kom-mark-face
))
(
lp--entry-set-background
entry
nil
)))))
(
lp--entry-set-background
entry
nil
)))
))
(
defun
lp--format-entry-expansion
(
conf-stat
defer-info
)
...
...
@@ -1449,8 +1450,8 @@ With prefix arg, contract only those that were created by self."
(
def-kom-command
kom-handle-membership
()
"Pop up a buffer to manage memberships in"
(
interactive
)
(
s
et
-buffer
(
lp--create-buffer
))
(
lyskom-wait-queue
'deferred
)
(
l
et
((
kom-deferred-printing
nil
))
(
set-buffer
(
lp--create-buffer
))
)
(
lp--mode
)
(
lp--first-entry
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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