diff -ur a/etc/emacspeak.sh.def b/etc/emacspeak.sh.def --- a/etc/emacspeak.sh.def 2011-05-14 04:51:03 +0700 +++ b/etc/emacspeak.sh.def 2011-05-14 04:54:02 +0700 @@ -4,10 +4,12 @@ # AKA Use at your own risk, and if it breaks, you get to keep both pieces. # Patches that are fully tested always welcome. #$Id: emacspeak.sh.def 6570 2010-08-26 22:59:44Z tv.raman.tv $ - if [ -f /etc/emacspeak.conf ] - then - . /etc/emacspeak.conf -fi + +# Disabled in ALT Linux distributions since it makes disturbing automatic dependency to non-existing file; +# if [ -f /etc/emacspeak.conf ] +# then +# . /etc/emacspeak.conf +#fi if [ -f $HOME/.emacs ] then diff -ur a/info/Makefile b/info/Makefile --- a/info/Makefile 2011-05-14 04:51:03 +0700 +++ b/info/Makefile 2011-05-14 04:54:02 +0700 @@ -15,7 +15,7 @@ info: *.texi $(MAKEINFO) emacspeak.texi -.PHONY: commands.texi +#.PHONY: commands.texi commands.texi: $(EMACS) -batch -q -l ../utils/document-commands.el @@ -27,9 +27,9 @@ $(EMACS) -batch -q -l ../utils/document-commands.el install: emacspeak.info - if test -x /sbin/install-info ; then \ - install-info emacspeak.info /etc/info-dir; \ - fi +# if test -x /sbin/install-info ; then \ +# install-info emacspeak.info /etc/info-dir; \ +# fi $(INSTALL) -m 644 *.info* $(DESTDIR)$(infodir) uninstall: diff -ur a/lisp/emacspeak-w3m.el b/lisp/emacspeak-w3m.el --- a/lisp/emacspeak-w3m.el 2011-05-14 04:51:03 +0700 +++ b/lisp/emacspeak-w3m.el 2011-05-14 04:54:02 +0700 @@ -740,7 +740,7 @@ (defadvice w3m-mode (after emacspeak pre act comp) "Set punctuation mode and refresh punctuations." (declare (special dtk-punctuation-mode)) - (setq dtk-punctuation-mode 'some) + (setq dtk-punctuation-mode 'all) (emacspeak-pronounce-refresh-pronunciations) (define-key w3m-mode-map emacspeak-prefix 'emacspeak-prefix-command)) Только в b/lisp: emacspeak-w3m.el.orig diff -ur a/lisp/emacspeak-webspace.el b/lisp/emacspeak-webspace.el --- a/lisp/emacspeak-webspace.el 2011-05-14 04:51:03 +0700 +++ b/lisp/emacspeak-webspace.el 2011-05-14 04:54:02 +0700 @@ -129,7 +129,7 @@ (kill-new link) (emacspeak-auditory-icon 'yank-object) (message link)) - (t (error "No link under point")))))k + (t (error "No link under point"))))) (defadvice gfeeds-view (around emacspeak pre act comp) "Automatically speak display." Только в b/lisp: emacspeak-webspace.el.orig diff -ur a/servers/linux-espeak/Makefile b/servers/linux-espeak/Makefile --- a/servers/linux-espeak/Makefile 2011-05-14 04:51:03 +0700 +++ b/servers/linux-espeak/Makefile 2011-05-14 04:54:02 +0700 @@ -4,8 +4,8 @@ PREFIX = /usr LIBPARENTDIR = ${PREFIX}/share/emacs/site-lisp LIBDIR =$(LIBPARENTDIR)/emacspeak/servers/linux-espeak -TCL_VERSION = 8.4 -TCL_INCLUDE= /usr/include/tcl$(TCL_VERSION) +TCL_VERSION = 8.5 +TCL_INCLUDE= /usr/include/tcl CXXFLAGS+= -g -O2 -fPIC -DPIC -pedantic -ansi -Wall -Wno-long-long -I$(TCL_INCLUDE) LIBS= -ltcl$(TCL_VERSION) -lespeak diff -ur a/servers/linux-outloud/Makefile b/servers/linux-outloud/Makefile --- a/servers/linux-outloud/Makefile 2011-05-14 04:51:03 +0700 +++ b/servers/linux-outloud/Makefile 2011-05-14 05:00:07 +0700 @@ -5,17 +5,17 @@ LIBPARENTDIR = ${PREFIX}/share/emacs/site-lisp LIBDIR =$(LIBPARENTDIR)/emacspeak/servers/linux-outloud -TCL_VERSION=8.4 -TCL_INCLUDE=/usr/include/tcl$(TCL_VERSION) +TCL_VERSION=8.5 +TCL_INCLUDE=/usr/include/tcl #CFLAGS+= -g -O2 -fPIC -DPIC -pedantic -ansi -Wall -Wno-long-long -I$(TCL_INCLUDE) -CFLAGS+= -m32 -g -O2 -fPIC -DPIC -pedantic -ansi -Wall -Wno-long-long -I$(TCL_INCLUDE) +CFLAGS+= -g -O2 -fPIC -DPIC -pedantic -ansi -Wall -Wno-long-long -I$(TCL_INCLUDE) CXXFLAGS+= $(CFLAGS) LIBS= -ltcl$(TCL_VERSION) -lasound -ldl all: atcleci.so atcleci.so: langswitch.o atcleci.o - $(CXX) $(LDFLAGS) -m32 -shared -o $@ langswitch.o atcleci.o $(LIBS) + $(CXX) $(LDFLAGS) -shared -o $@ langswitch.o atcleci.o $(LIBS) alsaparams: alsaparams.o $(CC) $(LDFLAGS) -o $@ alsaparams.o -lasound