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
f0a19fc5
Commit
f0a19fc5
authored
Jul 12, 1999
by
Per Cederqvist
Browse files
lyskom-read-session-resolve-ambiguity passed to few arguments to a
format string.
parent
fa49ef72
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
f0a19fc5
1999-07-12 Per Cederqvist <ceder@signum.se>
* completing-read.el (lyskom-read-session-resolve-ambiguity): Use
'total-users-sans-date instead of 'total-users; we don't pass a
date to the format.
* swedish-strings.el (lyskom-message): Define total-users-sans-date.
* english-strings.el (lyskom-message): Define total-users-sans-date.
1999-07-02 David Byers <davby@ida.liu.se>
* english-strings.el (lyskom-en-filter-edit-map): Use kbd. Added
...
...
src/completing-read.el
View file @
f0a19fc5
...
...
@@ -969,7 +969,7 @@ the LysKOM rules of string matching."
(
sort
sessions
'<
))))
(
lyskom-insert
(
concat
(
make-string
(
-
(
lyskom-window-width
)
2
)
?-
)
"\n"
))
(
lyskom-insert
(
lyskom-format
'total-users
(
length
who-info
)))
(
lyskom-insert
(
lyskom-format
'total-users
-sans-date
(
length
who-info
)))
(
lyskom-scroll
)
(
while
(
string=
""
(
lyskom-with-lyskom-minibuffer
...
...
src/english-strings.el
View file @
f0a19fc5
...
...
@@ -412,6 +412,7 @@ formed, and it was a great day in the history of computing in Sweden.
Read all about it at http://www.lysator.liu.se/history/"
)
(
total-users
.
" A total of %#1d users (%#2s.)\n"
)
(
total-users-sans-date
.
" A total of %#1d users\n"
)
(
total-visible-users
.
" A total of %#1d visible user%#1?d%[%]%[s%] (%#2s.)\n"
)
(
total-active-users
.
" A total of %#1d active user%#1?d%[%]%[s%] (%#2s.)\n"
)
(
total-visible-active-users
...
...
src/swedish-strings.el
View file @
f0a19fc5
...
...
@@ -410,6 +410,7 @@ i svensk datorhistoria. L
(
total-users
.
" Sammanlagt %#1d anvndare (%#2s.)\n"
)
(
total-users-sans-date
.
" Sammanlagt %#1d anvndare\n"
)
(
total-visible-users
.
" Sammanlagt %#1d synlig%#1?d%[%]%[a%] anvndare (%#2s.)\n"
)
(
total-active-users
.
" Sammanlagt %#1d aktiv%#1?d%[%]%[a%] anvndare (%#2s.)\n"
)
(
total-visible-active-users
...
...
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