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
f4786f82
Commit
f4786f82
authored
Aug 06, 2002
by
David Byers
Browse files
Bug 695
parent
a02e1843
Changes
3
Hide whitespace changes
Inline
Side-by-side
interndoc/format
View file @
f4786f82
...
...
@@ -149,6 +149,9 @@ a MULE-enabled Emacs with a functioning string-width function fields
will be truncated correctly even if some characters occupy multiple
columns.
All format directives accept the _ character as a flag (before the
format letter). This means downcase the result.
2.4 Conditionals
...
...
src/ChangeLog
View file @
f4786f82
2002-08-06 David Byers <david.byers@swipnet.se>
Fix bug 695:
* startup.el (kom-start-anew): Insert language-set-to before the
prompt, not immediately. This ensures that it is printed after any
other messages generated before the language is set.
2002-08-05 David Byers <davby@metzengerstein.dyndns.org>
* Release of 0.47-BETA-4
...
...
src/startup.el
View file @
f4786f82
...
...
@@ -608,7 +608,7 @@ shown to other users."
(
lyskom-set-language
kom-default-language
'global
)
(
lyskom-maybe-setq-default
kom-default-language
kom-default-language
)
(
setq-default
lyskom-language
kom-default-language
))
(
lyskom-format-insert
(
lyskom-format-insert
-before-prompt
'language-set-to
(
lyskom-language-name
kom-default-language
))))
(
setq
lyskom-have-one-login
t
)))
...
...
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