brailcom / speechd-el

Emacs speech and Braille output interface
GNU General Public License v3.0
13 stars 6 forks source link

speechd-el crashes when writing commit message with magit #5

Open readmemyrights opened 5 months ago

readmemyrights commented 5 months ago

Steps to reproduce:

Note that editing normal files with emacsclient works as expected. Here's the transcript, I'm not sure how to get more information about this problem right now:

$ EDITOR=emacsclient gc --allow-empty
hint: Waiting for your editor to close the file... Waiting for Emacs...
*ERROR*: Error on opening Speech Dispatcher connection
error: There was a problem with the editor 'emacsclient'.
Please supply the message using either -m or -F option.
[1] $

I'm running emacs version 29.3, aur packe emacs-speechd-el-git, and all the relevant packages are up-to-date.

Thanks in advance for your responses.

mz-pdm commented 4 months ago

I cannot reproduce the error.

I start plain Emacs with speechd-el and with Magit loaded via use-package. I run M-x magit-status', stage some changes to the repository and pressc c' to commit them. The help message is spoken and speechd-el continues working normally. I write the commit message and press `C-c C-c'. The change is committed, speechd-el continues working fine.

Tested with: Magit v3.3.0-903-g0e8f25a8, Transient 0.6.0, Git 2.42.0, Emacs 29.3, gnu/linux

It looks like you have some Speech Dispatcher connection stability issues. Does your Speech Dispatcher log reveal anything interesting?