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
19bae601
Commit
19bae601
authored
Jul 11, 1997
by
David Byers
Browse files
Bugfix
parent
ef9f5146
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
19bae601
Fri Jul 11 09:17:28 1997 David Byers <davby@ida.liu.se>
* compatibility.el (char-to-int): Function, not subst, and things
work better.
* english-strings.el,swedish-strings.el (lyskom-custom-strings):
Lade till kom-ispell-dictionary-doc och kom-ispell-dictionary-tag.
...
...
src/Makefile
View file @
19bae601
...
...
@@ -37,6 +37,7 @@
#
CLIENTVERSION
=
0.45-beta
DOCFILES
=
NEWS-0.45 MIGRATION-0.44-0.45
FTPDIR
=
/usr/ftp/pub/lyskom/elisp-client
LISPDIR
=
/usr/gnu/share/emacs/site-lisp
...
...
@@ -147,6 +148,9 @@ release: $(HEADER) $(SOURCES) $(DISTSRC) $(MISC)
for
i
in
$(DISTFILES)
;
do
\
cp
distribution-
$$
i lyskom-
$(CLIENTVERSION)
/
$$
i
;
\
done
for
i
in
$(DOCFILES)
;
do
\
cp
../doc/
$$
i lyskom-
$(CLIENTVERSION)
/
$$
i
;
\
done
tar
cvf lyskom-
$(CLIENTVERSION)
.tar lyskom-
$(CLIENTVERSION)
gzip
-9
lyskom-
$(CLIENTVERSION)
.tar
cp
lyskom-
$(CLIENTVERSION)
.tar.gz
$(FTPDIR)
...
...
src/compatibility.el
View file @
19bae601
...
...
@@ -212,7 +212,7 @@ of the lyskom-provide-* functions instead."
;;; ============================================================
;;; Character stuff
(
lyskom-provide-
subst
char-to-int
(
c
)
c
)
(
lyskom-provide-
function
char-to-int
(
c
)
c
)
;;; ======================================================================
;;; Event stuff
...
...
src/utilities.el
View file @
19bae601
...
...
@@ -197,8 +197,6 @@
"\000\001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037 !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]~\200\201\202\203\204\205\206\207\210\211\212\213\214\215\216\217\220\221\222\223\224\225\226\227\230\231\232\233\234\235\236\237!AAAA[]ACEEEEIIIINOOOO\\OUUUYYAAAA[]ACEEEEIIIINOOOO\\OUUUYY"
"String mapping lowercase to uppercase and equivalents to each others."
)
(
defsubst
lyskom-unicase-char
(
c
)
"Smash case and diacritical marks on c."
(
aref
lyskom-collate-table
(
char-to-int
c
)))
...
...
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