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
631ea110
Commit
631ea110
authored
Nov 19, 1999
by
David Byers
Browse files
Added missing compatibility definition
parent
12129883
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/TODO
View file @
631ea110
...
...
@@ -3,6 +3,9 @@
Att göra i elisp-klienten
=========================
Fixa aux-item-data och format-objects så att strängen kodas som
raw-text. Hur hanteras då åäö i den?
Kolla alla användningar av length och substring för att se var man
borde använda string-width och truncate-string-to-width istället.
...
...
src/compatibility.el
View file @
631ea110
...
...
@@ -289,6 +289,7 @@ string to search in."
(
lyskom-provide-function
string-width
(
str
)
(
length
str
))
(
lyskom-provide-function
char-width
(
c
)
1
)
(
lyskom-provide-function
find-charset-string
(
str
)
'
(
ascii
))
(
lyskom-provide-function
string-as-unibyte
(
str
)
str
)
(
lyskom-provide-function
last
(
x
&optional
n
)
"Returns the last link in the list LIST.
...
...
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