unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Rick McCarty <rjmccarty@live.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: "36083@debbugs.gnu.org" <36083@debbugs.gnu.org>
Subject: bug#36083: 26.2; Bell every 10 seconds with message "<noname> is undefined"
Date: Thu, 6 Jun 2019 05:28:35 +0000	[thread overview]
Message-ID: <SN6PR05MB4784DAE9BBF94855459261F9C8170@SN6PR05MB4784.namprd05.prod.outlook.com> (raw)
In-Reply-To: <83d0jttp3u.fsf@gnu.org>

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

Hi Eli,

Thanks! You were correct. I found I also had to disable the modifier key combinations as well, so I did:

    (define-key global-map [noname] 'ignore)
    (define-key global-map [C-noname] 'ignore)
    (define-key global-map [M-noname] 'ignore)

Your input that I should have reported this earlier is well taken - then perhaps Emacs could have been updated long ago to simply ignore these nonname pseudo keys by default or a workaround documented.

Again, thanks for reaching back out to me on this!

Best regards,

Rick

Rick McCarty
rjmccarty@live.com
________________________________
From: Eli Zaretskii <eliz@gnu.org>
Sent: Tuesday, June 4, 2019 9:13 AM
To: Rick McCarty
Cc: 36083@debbugs.gnu.org
Subject: Re: bug#36083: 26.2; Bell every 10 seconds with message "<noname> is undefined"

> From: Rick McCarty <rjmccarty@live.com>
> Date: Tue, 4 Jun 2019 00:18:28 +0000
>
> In a new install of Windows 10, every 10 seconds the bell rings in Emacs, and the message "<noname> is
> undefined" is printed. It only happens when focus is on the Emacs window. This makes Emacs completely
> unusable.

This is produced if Emacs receives the 'noname' (VK_NONAME) pseudo-key
key-press event from Windows.  It sounds like DishAnywhere and
SlingPlayer are sending these pseudo-keys to make sure the system
doesn't go to sleep when these applications are active.

Does typing the below inside Emacs make the problem go away?

  M-: (define-key global-map [noname] 'ignore) RET

> This is not a new thing - I have seen it before on Vista, Win 7, and another Windows 10 system. I've never
> been able to figure out what is going on - instead I've just installed XEmacs and used that.

If you see this since Vista, it would mean you are aware of the
problem for at least 10 years, maybe longer.  I can only say it's a
pity you didn't report this earlier.  Please in the future try to
report problems with smaller delays, thanks in advance.

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

  reply	other threads:[~2019-06-06  5:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-04  0:18 bug#36083: 26.2; Bell every 10 seconds with message "<noname> is undefined" Rick McCarty
2019-06-04 14:13 ` Eli Zaretskii
2019-06-06  5:28   ` Rick McCarty [this message]
2019-06-06 13:30     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SN6PR05MB4784DAE9BBF94855459261F9C8170@SN6PR05MB4784.namprd05.prod.outlook.com \
    --to=rjmccarty@live.com \
    --cc=36083@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).