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
0a4f4a87
Commit
0a4f4a87
authored
Sep 12, 2002
by
David Byers
Browse files
Fix bug 745
parent
70fc33b0
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
0a4f4a87
2002-09-12 David Byers <david.byers@swipnet.se>
* english-strings.el,swedish-strings.el: Fixed speling error for
ssh-closing (was ssh-closnig).
Fix bug 745:
* commands1.el (lyskom-quit): Check that lyskom-ssh-proxy is
non-nil before trying to use it. Otherwise this function will die
and we will call lyskom-end-of-command in kom-quit.
2002-09-11 David Byers <david.byers@swipnet.se>
* vars.el.in (kom-old-farts-text-prompt-strategy): Renamed from
...
...
src/commands1.el
View file @
0a4f4a87
...
...
@@ -1222,7 +1222,8 @@ Don't ask for confirmation."
(
setq
mode-line-process
(
lyskom-get-string
'mode-line-down
))
(
run-hooks
'kom-quit-hook
)
(
when
(
boundp
'lyskom-ssh-proxy
)
(
when
(
and
(
boundp
'lyskom-ssh-proxy
)
lyskom-ssh-proxy
)
(
let*
((
numleft
(
1-
(
get
lyskom-ssh-proxy
'num-connected
)))
(
procname
(
symbol-name
lyskom-ssh-proxy
))
(
bufname
(
concat
" *"
procname
"*"
))
...
...
src/english-strings.el
View file @
0a4f4a87
...
...
@@ -1793,7 +1793,7 @@ giving the command \"Save options\".\n\n")
(using-ssh-connection . "
Using
ssh
connection
to
%#1s...
")
(opening-ssh-connection . "
Opening
ssh
connection
to
%#1s...
")
(ssh-cant-connect . "
Unable
to
open
ssh
connection:
%s
")
(ssh-clos
n
ig . "
Closing
ssh
connection
to
%#1s
")
(ssh-closi
n
g . "
Closing
ssh
connection
to
%#1s
")
(ssh-unknown-host . "
unknown
host
")
(keyboard-cancel . "
Cancel
")
...
...
src/swedish-strings.el
View file @
0a4f4a87
...
...
@@ -1806,7 +1806,7 @@ ge kommandot \"Spara variabler\".\n\n")
(using-ssh-connection . "
Anvnder
ssh-uppkoppling
till
%#1s...
")
(opening-ssh-connection . "
ppnar
ssh-uppkoppling
till
%#1s...
")
(ssh-cant-connect . "
Kan
inte
gra
ssh-uppkopplingen:
%s
")
(ssh-clos
n
ig . "
Stnger
ssh-uppkopplingen
till
%#1s
")
(ssh-closi
n
g . "
Stnger
ssh-uppkopplingen
till
%#1s
")
(ssh-unknown-host . "
oknd
vrd
")
(keyboard-cancel . "
Avbryt
")
...
...
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