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: Александар Средојевић <ferrumite666 AT gmail.com>
  • To: Tim Cross <theophilusx AT gmail.com>
  • Cc: emacspeak AT emacspeak.net
  • Subject: Re: [Emacspeak] Emacspeak and meow
  • Date: Mon, 26 Jun 2023 10:03:35 +0200

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



Archive powered by MHonArc 2.6.19+.

Top of Page