Skip to Content.
Sympa Menu

emacspeak - Re: [Emacspeak] Emacspeak and meow

Subject: Emacspeak discussion list

List archive

Re: [Emacspeak] Emacspeak and meow


Chronological Thread 
  • From: Parham Doustdar <parham90 AT gmail.com>
  • To: Александар Средојевић <ferrumite666 AT gmail.com>
  • Cc: Tim Cross <theophilusx AT gmail.com>, emacspeak AT emacspeak.net
  • Subject: Re: [Emacspeak] Emacspeak and meow
  • Date: Mon, 26 Jun 2023 11:08:29 +0200

Hi Alex,
Could you have a look at the code and see what functions it calls? It would
be useful to have a look to see if anything sticks out, and if nothing does,
evaluate the function bit by bit to see what's failing?
Hope this helps!

Sent from my iPhone

> On 26 Jun 2023, at 10:03, Александар Средојевић <emacspeak AT emacspeak.net>
> wrote:
>
> Hello there,
> I'm aware how emacspeak struggles with packages that change up keybindings
> like
> this. Apparently meow deligates directly to normal emacs keys like C-f,
> C-w, etc
> which is why emacspeak is able to speak its motions. That's why this problem
> surprised me, it doesn't seem like something emacspeak would conflict with.
>
> w selects a word and that part works, the problem is in the s which calls
> "meow--kill". What it does essentially is:
>
> (if (region-active-p)
> (do selection deletion)
> (fallback to deleting the rest of the line))
>
> Then I tried just pressing w and manually evaluating (region-active-p) both
> with
> and without emacspeak running. Without emacspeak it returns t, with it it
> returns nil. According to C-h f it doesn't have any kind of advice on it,
> and
> the documentation flies over my head.
>
> --
> Kind regards,
>
> Alex
> Emacspeak discussion list -- emacspeak AT emacspeak.net
> To unsubscribe send email to:
> emacspeak-request AT emacspeak.net with a subject of: unsubscribe



Archive powered by MHonArc 2.6.19+.

Top of Page