Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-elisp-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyskom-elisp-client
lyskom-elisp-client
Commits
f8ced346
Commit
f8ced346
authored
Jan 24, 1992
by
Linus Tolke
Browse files
Options
Downloads
Patches
Plain Diff
quit accepted in the change name routine.
parent
f13f7942
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ChangeLog
+5
-0
5 additions, 0 deletions
src/ChangeLog
src/commands1.el
+10
-8
10 additions, 8 deletions
src/commands1.el
with
15 additions
and
8 deletions
src/ChangeLog
+
5
−
0
View file @
f8ced346
Sat Jan 25 00:47:53 1992 Linus Tolke Y (linus at ruben)
* commands1.el (lyskom-change-name): A quit in the reading of the
name to change to will now give a new prompt.
Fri Jan 24 22:14:20 1992 Linus Tolke Y (linus at ruben)
Fri Jan 24 22:14:20 1992 Linus Tolke Y (linus at ruben)
* async.el (lyskom-handle-as-personal-message): New function.
* async.el (lyskom-handle-as-personal-message): New function.
...
...
This diff is collapsed.
Click to expand it.
src/commands1.el
+
10
−
8
View file @
f8ced346
...
@@ -1271,14 +1271,16 @@ If you are not member in the conference it will be flagged with an asterisk."
...
@@ -1271,14 +1271,16 @@ If you are not member in the conference it will be flagged with an asterisk."
(
progn
(
progn
(
lyskom-insert-string
'no-such-conf-or-pers
)
(
lyskom-insert-string
'no-such-conf-or-pers
)
(
lyskom-end-of-command
))
(
lyskom-end-of-command
))
(
progn
(
condition-case
error
(
let
(
name
)
(
lyskom-insert
(
conf-stat->name
conf-stat
))
(
lyskom-insert
(
conf-stat->name
conf-stat
))
(
lyskom-scroll
)
(
lyskom-scroll
)
(
lyskom-tell-internat
'kom-tell-change-name
)
(
lyskom-tell-internat
'kom-tell-change-name
)
(
setq
name
(
read-from-minibuffer
(
lyskom-get-string
'new-name
)))
(
setq
name
(
read-from-minibuffer
(
lyskom-get-string
'new-name
)))
(
initiate-change-name
'main
'lyskom-change-name-2
(
initiate-change-name
'main
'lyskom-change-name-2
(
conf-stat->conf-no
conf-stat
)
(
conf-stat->conf-no
conf-stat
)
name
name
))))
name
name
))
(
quit
(
ding
)
(
lyskom-insert
"\n"
)
(
lyskom-end-of-command
)))))
(
defun
lyskom-change-name-2
(
answer
name
)
(
defun
lyskom-change-name-2
(
answer
name
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment