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
048fd46a
Commit
048fd46a
authored
Oct 14, 1999
by
David Byers
Browse files
Corrected lyskom-text-start regexp
parent
7c318673
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
048fd46a
1999-10-14 David Byers <davby@ida.liu.se>
* english-strings.el (lyskom-text-start): Updated to work with
imported texts.
* swedish-strings.el (lyskom-text-start): Updated to work with
imported texts.
* option-edit.el (lyskom-ansaphone-reply-widget): New widget type.
(lyskom-customize-buffer-format): Added ansaphone replies.
(lyskom-custom-variables): Added kom-ansaphone-replies.
...
...
src/english-strings.el
View file @
048fd46a
...
...
@@ -1728,7 +1728,7 @@ You must become an active member of the conference to enter it.\n")
(
lyskom-language-var
lyskom-text-start
en
"[0-9]+ +\\(199[0-9]-[0-1][0-9]-[0-3][0-9]\\|today\\|yesterday\\) +[0-2][0-9]:[0-5][0-9] +/[0-9]+ line\\(s\\)?/ "
)
"[0-9]+ +\\(199[0-9]-[0-1][0-9]-[0-3][0-9]\\|today\\|yesterday\\) +[0-2][0-9]:[0-5][0-9] +
\\([-+][0-9][0-9][0-9][0-9] +\\)?
/[0-9]+ line\\(s\\)?/ "
)
(
defconst
lyskom-keybindings-missing
nil
)
...
...
src/swedish-strings.el
View file @
048fd46a
...
...
@@ -1740,7 +1740,7 @@ Du m
;; "The swascii version of lyskom-filter-what")
(
lyskom-language-var
lyskom-text-start
sv
"[0-9]+ +\\(199[0-9]-[0-1][0-9]-[0-3][0-9]\\|idag\\|igr\\) +[0-2][0-9]:[0-5][0-9] +/[0-9]+ rad\\(er\\)?/ "
)
"[0-9]+ +\\(199[0-9]-[0-1][0-9]-[0-3][0-9]\\|idag\\|igr\\) +[0-2][0-9]:[0-5][0-9] +
\\([-+][0-9][0-9][0-9][0-9] +\\)?
/[0-9]+ rad\\(er\\)?/ "
)
(
defconst
lyskom-keybindings-missing
'
(
lyskom-previous-prefix
))
...
...
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