Hi: I fixed my emacs path and was able to build emacspeak-39.0
OK. This fixed most of the problems.
Audio icons wouldn't play because emacspeak-play-args default was set
to "-n" instead of "-N". "-n" isn't a valid aplay argument, at least
on vinux 4.0.
emacspeak-version in emacspeak-setup.el is set to 38.0 rather than
39.0.
I added the following to advice the m-left/right keys. Its a straight
copy/paste of the forward-word/backward-word functions, but it seems
to work.
(defadvice right-word (after emacspeak pre act comp)
"Speak the word you just moved to."
(when (ems-interactive-p )
(skip-syntax-forward " ")
(emacspeak-speak-word )))
(defadvice left-word (after emacspeak pre act comp)
"Speak the word you just moved to."
(when (ems-interactive-p ) (emacspeak-speak-word )))
)
The emacspeak ver
T. V. Raman writes:
>
> Make sure you're running the same Emacs that you built emacspeak
> with.
>
> make EMACS=<your_emacs>
>
> Everything you are seeing is because of version mismatch,
> >>>>> "lsmithso" == lsmithso <lsmithso@xxxxxxxxxxx> writes:
> lsmithso> Hi: I fixed the first problem - I aliased emacs to
> lsmithso> the path to emacs-24 , but make ignores aliases so
> lsmithso> emacspeak was being built with emacs 23, so no
> lsmithso> cl-proclaim.
> lsmithso>
> lsmithso> This fixed some of the other problems, but m-arrow
> lsmithso> keys still do not work. I see in emacs-24 that
> lsmithso> m-right arrow is bound to right-word, whereas in
> lsmithso> emacs-23 its bound to forward-word. right-word is
> lsmithso> not advised by emacspeak-39., which is why its
> lsmithso> doesn't speak.
> lsmithso>
> lsmithso> What's the best way to fix this? Rebind the keys or
> lsmithso> add advised functions?
> lsmithso>
> lsmithso> I've also lost the auditory icons. The blank line
> lsmithso> and buffer modified beeps work though.
> lsmithso>
> lsmithso>
> lsmithso>
> lsmithso> lsmithso@xxxxxxxxxxx writes:
> >>
> >> Hi: I've been a happy and productive user of emacs-23.3
> >> and emacspeak 37.0 for a while now. I want to bite the
> >> bullet and update to the latest stable emacs + emacspeak
> >> versions. I've successfully built emacs 24.3 from source
> >> but I'm having trouble building and running
> >> emacspeak-39.0. I wondered if I might get some help.
> >>
> >> OS is stock Vinux 4.0 Emacs version 24.3 built from source
> >> Emacspeak version 39.0
> >>
> >> The first problem I have is with building emacspeak:
> >>
> >> emacspeak-webutils.el:56:1:Error: Symbol's function
> >> definition is void: cl-proclaim
> >>
> >> If I ignore this error and plow on (perhaps unwisely) with
> >> 'make -k', then run the result, I have the following
> >> problems:
> >>
> >> Cursor up and down speaks the whole line, but cursor left
> >> or right doesn't speak the character under the cursor.
> >>
> >> Meta cursor left/right doesn't speak the word under the
> >> cursor.
> >>
> >> c-c Home goes home but doesn't speak the 1st line of the
> >> buffer.
> >>
> >> c-c End goes to the end of the buffer but doesn't sound
> >> the audio icon.
> >>
> >> A number of other audio icons seem to be missing, ie after
> >> a c-g.
> >>
> >> Incidentally, emacspeak-version in emacspeak-setup.el is
> >> stuck at 38.0.
> >>
> >>
> >> Thanks for any help you can give.
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> --
> >> Les Smithson
> >>
> >> -----------------------------------------------------------------------------
> >> To unsubscribe from the emacspeak list or change your
> >> address on the emacspeak list send mail to
> >> "emacspeak-request@xxxxxxxxxxx" with a subject of
> >> "unsubscribe" or "help".
> lsmithso>
> lsmithso> -- Les Smithson
> lsmithso>
> lsmithso> -----------------------------------------------------------------------------
> lsmithso> To unsubscribe from the emacspeak list or change
> lsmithso> your address on the emacspeak list send mail to
> lsmithso> "emacspeak-request@xxxxxxxxxxx" with a subject of
> lsmithso> "unsubscribe" or "help".
>
> --
> Best Regards,
> --raman
>
> -----------------------------------------------------------------------------
> To unsubscribe from the emacspeak list or change your address on the
> emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
> subject of "unsubscribe" or "help".
--
Les Smithson
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help".
If you have questions about this archive or had problems using it, please send mail to:
priestdo@xxxxxxxxxxx No Soliciting!Emacspeak List Archive | 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 | 2000 | 1999 | 1998 | Pre 1998