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
273674d8
Commit
273674d8
authored
Sep 16, 1997
by
David Byers
Browse files
Småfixar
parent
5d27194d
Changes
8
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
273674d8
...
...
@@ -23,9 +23,12 @@
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Log$
# Revision 44.3 1997/09/16 15:07:36 byers
# Småfixar
#
# Revision 44.2 1997/08/11 19:54:02 davidk
#
Ä
ndrade versionsnumret till 0.45
# Ladda ../src/widget.el manuellt n
ä
r man bygger lyskom-variables.data
# ndrade versionsnumret till 0.45
# Ladda ../src/widget.el manuellt nr man bygger lyskom-variables.data
#
# Revision 44.1 1996/09/03 16:05:34 byers
# Remainders for 0.44.1
...
...
@@ -80,7 +83,7 @@
#
# If you edit this, make sure it works afterwards also. /Linus
CLIENTVERSION
=
0.45
CLIENTVERSION
=
0.45
.1
SHELL
=
/bin/sh
RM
=
rm
-vf
...
...
src/ChangeLog
View file @
273674d8
Tue Sep 16 11:24:24 1997 David Byers <davby@ida.liu.se>
* commands2.el (kom-previous-kom): Anvnd def-kom-command.
(kom-next-kom): Dito.
* lyskom-rest.el (lyskom-format-aux-help): Fixade fel i %C.
* english-strings.el,swedish-strings.el (lyskom-command): Lade
till kom-next-kom och kom-previous-kom
* vars.el.in (lyskom-commands): Dito.
* lyskom.el: Release av version 0.45.
* envcheck.el: Snyggare meddelanden.
...
...
src/Makefile
View file @
273674d8
...
...
@@ -36,8 +36,8 @@
# makefile too!
#
CLIENTVERSION
=
0.45
DOCFILES
=
NEWS-0.45 MIGRATION-0.44-0.45
CLIENTVERSION
=
0.45
.1
DOCFILES
=
NEWS-0.45
.1
MIGRATION-0.44-0.45
FTPDIR
=
/home/davby/www-pub
#FTPDIR = /usr/ftp/pub/lyskom/elisp-client
...
...
src/commands2.el
View file @
273674d8
...
...
@@ -1495,7 +1495,7 @@ membership info."
(def
un
kom-next-kom ()
(def
-kom-command
kom-next-kom ()
"
Pop
up
the
next
lyskom-session.
"
(interactive)
(if (lyskom-buffer-p (current-buffer))
...
...
@@ -1531,7 +1531,7 @@ membership info."
(error "
No
active
LysKOM
buffers
")))
(def
un
kom-previous-kom ()
(def
-kom-command
kom-previous-kom ()
"
Pop
up
the
previous
lyskom-session.
"
(interactive)
(if (lyskom-buffer-p (current-buffer))
...
...
src/english-strings.el
View file @
273674d8
...
...
@@ -1161,6 +1161,8 @@ On since %#8s%#9s")
(kom-remote-quit . "
Remote
control
quit
")
(kom-status-session . "
Status
(
of
a
)
session
")
(kom-next-kom . "
Next
LysKOM
")
(kom-previous-kom . "
Previous
LysKOM
")
(kom-customize . "
Customize
LysKOM
")
(kom-change-language . "
Change
language
")
(kom-calculate . "
Calculate
")
...
...
src/lyskom-rest.el
View file @
273674d8
...
...
@@ -1081,8 +1081,8 @@ Note that it is not allowed to use deferred insertions in the text."
(
append
arg
nil
)
" "
))
((
and
arg
(
symbolp
arg
))
(
if
(
memq
arg
lyskom-commands
)
(
lyskom-
get-string
arg
)
(
prin
c
arg
)))
(
lyskom-
command-name
arg
)
(
prin
1-to-string
arg
t
)))
(
t
(
format
"(%S)"
arg
)))))
;;
...
...
src/swedish-strings.el
View file @
273674d8
No preview for this file type
src/vars.el.in
View file @
273674d8
...
...
@@ -1022,6 +1022,9 @@ Users are encouraged to use their best sense of humor."
kom-customize
kom-change-language
kom-calculate
kom-next-kom
kom-previous-kom
))
;(defconst lyskom-elisp-variables
...
...
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