* Re: bug#37782: Emacs 27 client adding [I] to the beginning of the
@ 2019-11-08 5:09 Joseph Mingrone
2019-12-07 9:33 ` Eli Zaretskii
0 siblings, 1 reply; 5+ messages in thread
From: Joseph Mingrone @ 2019-11-08 5:09 UTC (permalink / raw)
To: 37782, Eli Zaretskii, Carlos Pita; +Cc: emacs, emacs-devel
[-- Attachment #1: Type: text/plain, Size: 353 bytes --]
Hello Carlos and Eli,
The fix for bug#37782 in commit e3cebbb (2019-10-19) introduced an error
when starting emacsclient.
undefined: KEY must be an integer, cons, symbol, or string
I think the message is from keymap.c around line 2279.
This error is reproducible and is happening on FreeBSD (versions 12.0
and 12.1 confirmed).
Regards,
Joseph
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 979 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#37782: Emacs 27 client adding [I] to the beginning of the
2019-10-16 22:45 bug#37782: Emacs 27 client adding [I] to the beginning of the buffer Carlos Pita
@ 2019-11-08 5:09 ` Joseph Mingrone
0 siblings, 0 replies; 5+ messages in thread
From: Joseph Mingrone @ 2019-11-08 5:09 UTC (permalink / raw)
To: 37782, Eli Zaretskii, Carlos Pita; +Cc: emacs, emacs-devel
[-- Attachment #1: Type: text/plain, Size: 353 bytes --]
Hello Carlos and Eli,
The fix for bug#37782 in commit e3cebbb (2019-10-19) introduced an error
when starting emacsclient.
undefined: KEY must be an integer, cons, symbol, or string
I think the message is from keymap.c around line 2279.
This error is reproducible and is happening on FreeBSD (versions 12.0
and 12.1 confirmed).
Regards,
Joseph
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 979 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#37782: Emacs 27 client adding [I] to the beginning of the
2019-11-08 5:09 bug#37782: Emacs 27 client adding [I] to the beginning of the Joseph Mingrone
@ 2019-12-07 9:33 ` Eli Zaretskii
2020-04-15 1:29 ` Noam Postavsky
0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2019-12-07 9:33 UTC (permalink / raw)
To: Joseph Mingrone; +Cc: 37782, carlosjosepita
> From: Joseph Mingrone <jrm@ftfl.ca>
> Cc: emacs-devel <emacs-devel@gnu.org>, emacs@FreeBSD.org
> Date: Fri, 08 Nov 2019 01:09:27 -0400
>
> Hello Carlos and Eli,
>
> The fix for bug#37782 in commit e3cebbb (2019-10-19) introduced an error
> when starting emacsclient.
>
> undefined: KEY must be an integer, cons, symbol, or string
>
> I think the message is from keymap.c around line 2279.
>
> This error is reproducible and is happening on FreeBSD (versions 12.0
> and 12.1 confirmed).
No response from Carlos in a month, so I tried to fix this bug as best
as I could. Joseph, could you please see if your problem is solved by
the latest master branch?
Carlos, if you are still here, please test if your original problem is
still solved, or did I re-introduce it by the fix.
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#37782: Emacs 27 client adding [I] to the beginning of the
2019-12-07 9:33 ` Eli Zaretskii
@ 2020-04-15 1:29 ` Noam Postavsky
2020-04-15 1:36 ` Joseph Mingrone
0 siblings, 1 reply; 5+ messages in thread
From: Noam Postavsky @ 2020-04-15 1:29 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Joseph Mingrone, 37782, carlosjosepita
tags 37782 fixed
close 37782 27.1
quit
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Joseph Mingrone <jrm@ftfl.ca>
>> Cc: emacs-devel <emacs-devel@gnu.org>, emacs@FreeBSD.org
>> Date: Fri, 08 Nov 2019 01:09:27 -0400
>>
>> Hello Carlos and Eli,
>>
>> The fix for bug#37782 in commit e3cebbb (2019-10-19) introduced an error
>> when starting emacsclient.
>>
>> undefined: KEY must be an integer, cons, symbol, or string
>>
>> I think the message is from keymap.c around line 2279.
>>
>> This error is reproducible and is happening on FreeBSD (versions 12.0
>> and 12.1 confirmed).
>
> No response from Carlos in a month, so I tried to fix this bug as best
> as I could. Joseph, could you please see if your problem is solved by
> the latest master branch?
>
> Carlos, if you are still here, please test if your original problem is
> still solved, or did I re-introduce it by the fix.
I think by now we can assume no news is good news. Closing.
[1: 1161c7d8ec]: 2019-12-07 11:28:05 +0200
Fix fallout from fixing bug#37782
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=1161c7d8ec388dc0698e7a398798a4f0e98e0403
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#37782: Emacs 27 client adding [I] to the beginning of the
2020-04-15 1:29 ` Noam Postavsky
@ 2020-04-15 1:36 ` Joseph Mingrone
0 siblings, 0 replies; 5+ messages in thread
From: Joseph Mingrone @ 2020-04-15 1:36 UTC (permalink / raw)
To: Noam Postavsky; +Cc: 37782, carlosjosepita
Noam Postavsky <npostavs@gmail.com> writes:
> tags 37782 fixed
> close 37782 27.1
> quit
> Eli Zaretskii <eliz@gnu.org> writes:
>>> From: Joseph Mingrone <jrm@ftfl.ca>
>>> Cc: emacs-devel <emacs-devel@gnu.org>, emacs@FreeBSD.org
>>> Date: Fri, 08 Nov 2019 01:09:27 -0400
>>> Hello Carlos and Eli,
>>> The fix for bug#37782 in commit e3cebbb (2019-10-19) introduced an error
>>> when starting emacsclient.
>>> undefined: KEY must be an integer, cons, symbol, or string
>>> I think the message is from keymap.c around line 2279.
>>> This error is reproducible and is happening on FreeBSD (versions 12.0
>>> and 12.1 confirmed).
>> No response from Carlos in a month, so I tried to fix this bug as best
>> as I could. Joseph, could you please see if your problem is solved by
>> the latest master branch?
>> Carlos, if you are still here, please test if your original problem is
>> still solved, or did I re-introduce it by the fix.
> I think by now we can assume no news is good news. Closing.
> [1: 1161c7d8ec]: 2019-12-07 11:28:05 +0200
> Fix fallout from fixing bug#37782
> https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=1161c7d8ec388dc0698e7a398798a4f0e98e0403
Hi all,
For some reason my response from last December didn't show up even though I CCed 37782@debbugs.gnu.org.
> Hello Eli,
> The error message on emacsclient start up is gone after your fix.
> Thank you,
> Joseph
In any case, thank you all.
Joseph
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-04-15 1:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-08 5:09 bug#37782: Emacs 27 client adding [I] to the beginning of the Joseph Mingrone
2019-12-07 9:33 ` Eli Zaretskii
2020-04-15 1:29 ` Noam Postavsky
2020-04-15 1:36 ` Joseph Mingrone
-- strict thread matches above, loose matches on Subject: below --
2019-10-16 22:45 bug#37782: Emacs 27 client adding [I] to the beginning of the buffer Carlos Pita
2019-11-08 5:09 ` bug#37782: Emacs 27 client adding [I] to the beginning of the Joseph Mingrone
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.