unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#53961: 26.3; extra keystrokes on startup
@ 2022-02-12 12:36 Mike Blake
  2022-02-12 19:05 ` Eli Zaretskii
  2022-02-13  1:18 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 2 replies; 5+ messages in thread
From: Mike Blake @ 2022-02-12 12:36 UTC (permalink / raw)
  To: 53961

After starting from emacs -Q:

"C-c C-c is undefined" message repeats in the minibuffer until I break
it with a keystroke


In GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.14)
 of 2020-03-26, modified by Debian built on lcy01-amd64-020
Windowing system distributor 'Microsoft Corporation', version 11.0.12010000
System Description:	Ubuntu 20.04.3 LTS

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
C-c C-c is undefined [112 times]
edebug-read-storing-offsets: End of file during parsing
No match
scroll-up-command: End of buffer

Configured using:
 'configure --build x86_64-linux-gnu --prefix=/usr
 --sharedstatedir=/var/lib --libexecdir=/usr/lib
 --localstatedir=/var/lib --infodir=/usr/share/info
 --mandir=/usr/share/man --enable-libsystemd --with-pop=yes
 --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/26.3/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/26.3/site-lisp:/usr/share/emacs/site-lisp
 --with-sound=alsa --without-gconf --with-mailutils --build
 x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib
 --libexecdir=/usr/lib --localstatedir=/var/lib
 --infodir=/usr/share/info --mandir=/usr/share/man --enable-libsystemd
 --with-pop=yes
 --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/26.3/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/26.3/site-lisp:/usr/share/emacs/site-lisp
 --with-sound=alsa --without-gconf --with-mailutils --with-x=yes
 --with-x-toolkit=gtk3 --with-toolkit-scroll-bars 'CFLAGS=-g -O2
 -fdebug-prefix-map=/build/emacs-mEZBk7/emacs-26.3+1=. -fstack-protector-strong
 -Wformat -Werror=format-security -Wall' 'CPPFLAGS=-Wdate-time
 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro''

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS GLIB
NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM THREADS LIBSYSTEMD LCMS2

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

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny seq byte-opt gv
bytecomp byte-compile cconv dired dired-loaddefs format-spec rfc822 mml
mml-sec password-cache epa derived epg epg-config gnus-util rmail
rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils edebug easymenu cl-loaddefs cl-lib
elec-pair time-date mule-util tooltip eldoc electric uniquify ediff-hook
vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode elisp-mode lisp-mode prog-mode register page
menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock
font-lock syntax facemenu font-core term/tty-colors frame cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote threads dbusbind
inotify lcms2 dynamic-setting system-font-setting font-render-setting
move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 97683 6862)
 (symbols 48 20759 1)
 (miscs 40 47 118)
 (strings 32 29271 1543)
 (string-bytes 1 768678)
 (vectors 16 14440)
 (vector-slots 8 505169 7904)
 (floats 8 50 165)
 (intervals 56 261 0)
 (buffers 992 11))





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

* bug#53961: 26.3; extra keystrokes on startup
  2022-02-12 12:36 bug#53961: 26.3; extra keystrokes on startup Mike Blake
@ 2022-02-12 19:05 ` Eli Zaretskii
  2022-03-13 20:32   ` Lars Ingebrigtsen
  2022-02-13  1:18 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2022-02-12 19:05 UTC (permalink / raw)
  To: Mike Blake; +Cc: 53961

> From: Mike Blake <mike@apptrain.net>
> Date: Sat, 12 Feb 2022 07:36:28 -0500
> 
> After starting from emacs -Q:
> 
> "C-c C-c is undefined" message repeats in the minibuffer until I break
> it with a keystroke

I'm guessing this is something specific to your system.

Also, Emacs 26.3 is very old.  Can you try a newer release?

Thanks.





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

* bug#53961: 26.3; extra keystrokes on startup
  2022-02-12 12:36 bug#53961: 26.3; extra keystrokes on startup Mike Blake
  2022-02-12 19:05 ` Eli Zaretskii
@ 2022-02-13  1:18 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 0 replies; 5+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-02-13  1:18 UTC (permalink / raw)
  To: Mike Blake; +Cc: 53961

Mike Blake <mike@apptrain.net> writes:

> After starting from emacs -Q:
>
> "C-c C-c is undefined" message repeats in the minibuffer until I break
> it with a keystroke
>
>
> In GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.14)
>  of 2020-03-26, modified by Debian built on lcy01-amd64-020
> Windowing system distributor 'Microsoft Corporation', version 11.0.12010000

What X server is that?





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

* bug#53961: 26.3; extra keystrokes on startup
  2022-02-12 19:05 ` Eli Zaretskii
@ 2022-03-13 20:32   ` Lars Ingebrigtsen
  2022-03-14  3:50     ` Mike Blake
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2022-03-13 20:32 UTC (permalink / raw)
  To: Mike Blake, 53961

Eli Zaretskii <eliz@gnu.org> writes:

>> "C-c C-c is undefined" message repeats in the minibuffer until I break
>> it with a keystroke
>
> I'm guessing this is something specific to your system.
>
> Also, Emacs 26.3 is very old.  Can you try a newer release?

Po Lu <luangruo@yahoo.com> writes:

>> In GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.14)
>>  of 2020-03-26, modified by Debian built on lcy01-amd64-020
>> Windowing system distributor 'Microsoft Corporation', version 11.0.12010000
>
> What X server is that?

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#53961: 26.3; extra keystrokes on startup
  2022-03-13 20:32   ` Lars Ingebrigtsen
@ 2022-03-14  3:50     ` Mike Blake
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Blake @ 2022-03-14  3:50 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 53961

[-- Attachment #1: Type: text/plain, Size: 1141 bytes --]

Hi,

Thanks for following up, but you can close this.  It ended up being an
issue with the Windows Subsystem for Linux, WDL2 that effects multiple
applications, not just Emacs.



On Sun, Mar 13, 2022, 4:32 PM Lars Ingebrigtsen <larsi@gnus.org> wrote:

> Eli Zaretskii <eliz@gnu.org> writes:
>
> >> "C-c C-c is undefined" message repeats in the minibuffer until I break
> >> it with a keystroke
> >
> > I'm guessing this is something specific to your system.
> >
> > Also, Emacs 26.3 is very old.  Can you try a newer release?
>
> Po Lu <luangruo@yahoo.com> writes:
>
> >> In GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.14)
> >>  of 2020-03-26, modified by Debian built on lcy01-amd64-020
> >> Windowing system distributor 'Microsoft Corporation', version
> 11.0.12010000
> >
> > What X server is that?
>
> More information was requested, but no response was given within a
> month, so I'm closing this bug report.  If the problem still exists,
> please respond to this email and we'll reopen the bug report.
>
> --
> (domestic pets only, the antidote for overdose, milk.)
>    bloggy blog: http://lars.ingebrigtsen.no
>

[-- Attachment #2: Type: text/html, Size: 1941 bytes --]

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

end of thread, other threads:[~2022-03-14  3:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-12 12:36 bug#53961: 26.3; extra keystrokes on startup Mike Blake
2022-02-12 19:05 ` Eli Zaretskii
2022-03-13 20:32   ` Lars Ingebrigtsen
2022-03-14  3:50     ` Mike Blake
2022-02-13  1:18 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

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).