unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38033: 27.0.50; Regression: emacsclient -c error on first frame
@ 2019-11-02 16:47 Yuri D'Elia
  2019-11-02 17:37 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Yuri D'Elia @ 2019-11-02 16:47 UTC (permalink / raw)
  To: 38033


On the current master branch, when using emacsclient, there's a new
error which is emitted when the first frame is created:

Debugger entered--Lisp error: (error "KEY must be an integer, cons, symbol, or string")
  key-description([#<buffer *scratch*>])
  undefined()

To reproduce, call `emacsclient -c` without an existing emacs instance
and/or start emacs --daemon and create a new frame.

The error is shown only when creating the _first_ frame.

I bisected the error down to commit
e3cebbb839fc94f314659bf667c6790edebf4297: Replay key if kboard is
interrupted while initializing (Bug#37782)

Reverting the commit fixes the issue.



In GNU Emacs 27.0.50 (build 16, x86_64-pc-linux-gnu, X toolkit, cairo version 1.16.0, Xaw scroll bars)
 of 2019-11-02 built on eab18045nb
Repository revision: 455e753a2b8fa2e83d23be1771f3371ba90b85f9
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12004000
System Description: Debian GNU/Linux bullseye/sid

Configured using:
 'configure --with-x-toolkit=lucid --with-modules --without-gsettings
 --with-cairo CC=gcc 'CFLAGS=-O3 -march=native -pipe '
 LDFLAGS=-fwhole-program'

Configured features:
XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND DBUS GLIB NOTIFY INOTIFY ACL
LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ LIBOTF ZLIB
TOOLKIT_SCROLL_BARS LUCID X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON
PDUMPER LCMS2 GMP

Important settings:
  value of $LC_COLLATE: C
  value of $LC_TIME: en_DK.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#38033: 27.0.50; Regression: emacsclient -c error on first frame
  2019-11-02 16:47 bug#38033: 27.0.50; Regression: emacsclient -c error on first frame Yuri D'Elia
@ 2019-11-02 17:37 ` Eli Zaretskii
  2019-12-07 12:49   ` Yuri D'Elia
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2019-11-02 17:37 UTC (permalink / raw)
  To: Yuri D'Elia, Carlos Pita; +Cc: 38033

merge 38033 37985
thanks

> From: Yuri D'Elia <wavexx@thregr.org>
> Date: Sat, 02 Nov 2019 17:47:14 +0100
> 
> 
> On the current master branch, when using emacsclient, there's a new
> error which is emitted when the first frame is created:
> 
> Debugger entered--Lisp error: (error "KEY must be an integer, cons, symbol, or string")
>   key-description([#<buffer *scratch*>])
>   undefined()
> 
> To reproduce, call `emacsclient -c` without an existing emacs instance
> and/or start emacs --daemon and create a new frame.
> 
> The error is shown only when creating the _first_ frame.
> 
> I bisected the error down to commit
> e3cebbb839fc94f314659bf667c6790edebf4297: Replay key if kboard is
> interrupted while initializing (Bug#37782)

This is a duplicate of bug#37985.

Carlos, are you looking into this?





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#38033: 27.0.50; Regression: emacsclient -c error on first frame
  2019-11-02 17:37 ` Eli Zaretskii
@ 2019-12-07 12:49   ` Yuri D'Elia
  2019-12-07 17:40     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Yuri D'Elia @ 2019-12-07 12:49 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Carlos Pita, 38033

On Sat, Nov 02 2019, Eli Zaretskii wrote:
>> To reproduce, call `emacsclient -c` without an existing emacs instance
>> and/or start emacs --daemon and create a new frame.
>>
>> The error is shown only when creating the _first_ frame.
>>
>> I bisected the error down to commit
>> e3cebbb839fc94f314659bf667c6790edebf4297: Replay key if kboard is
>> interrupted while initializing (Bug#37782)
>
> This is a duplicate of bug#37985.

This seems to have been fixed with
1161c7d8ec388dc0698e7a398798a4f0e98e0403 (thanks Eli).





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#38033: 27.0.50; Regression: emacsclient -c error on first frame
  2019-12-07 12:49   ` Yuri D'Elia
@ 2019-12-07 17:40     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2019-12-07 17:40 UTC (permalink / raw)
  To: Yuri D'Elia; +Cc: carlosjosepita, 38033

> From: Yuri D'Elia <wavexx@thregr.org>
> Cc: Carlos Pita <carlosjosepita@gmail.com>, 38033@debbugs.gnu.org
> Date: Sat, 07 Dec 2019 13:49:58 +0100
> 
> > This is a duplicate of bug#37985.
> 
> This seems to have been fixed with
> 1161c7d8ec388dc0698e7a398798a4f0e98e0403 (thanks Eli).

Thanks for testing.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-07 17:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-02 16:47 bug#38033: 27.0.50; Regression: emacsclient -c error on first frame Yuri D'Elia
2019-11-02 17:37 ` Eli Zaretskii
2019-12-07 12:49   ` Yuri D'Elia
2019-12-07 17:40     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).