From: Joe Riel <joer@san.rr.com>
To: Michael Heerdegen <michael_heerdegen@web.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: beep makes no sound on xfce
Date: Sat, 12 Sep 2015 16:36:20 -0700 [thread overview]
Message-ID: <20150912163620.23c919fa@gauss> (raw)
In-Reply-To: <877fnv39rv.fsf@web.de>
On Sat, 12 Sep 2015 18:03:16 +0200
Michael Heerdegen <michael_heerdegen@web.de> wrote:
> Joe Riel <joer@san.rr.com> writes:
>
> > Any idea what mechanism emacs uses to generate a beep on linux? I'm
> > thinking the problem lies there, rather than in emacs.
>
> I think `XTring_bell' in xterm.c is the function implementing this:
>
> --8<---------------cut here---------------start------------->8---
> static void
> XTring_bell (struct frame *f)
> {
> if (FRAME_X_DISPLAY (f))
> {
> if (visible_bell)
> XTflash (f);
> else
> {
> block_input ();
> #ifdef HAVE_XKB
> XkbBell (FRAME_X_DISPLAY (f), None, 0, None);
> #else
> XBell (FRAME_X_DISPLAY (f), 0);
> #endif
> XFlush (FRAME_X_DISPLAY (f));
> unblock_input ();
> }
> }
> }
> --8<---------------cut here---------------end--------------->8---
>
> I don't have any background knowledge, AFAICT this calls the system bell
> via X. AFAIK the X bell used to activate some little beeper device that
> modern hardware often doesn't have. It never worked for me, for
> example, so I use the visible bell.
>
> There is a news entry about the above function btw:
>
> 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
>
> * xterm.c: Include X11/XKBlib.h
> (XTring_bell): Use XkbBell if HAVE_XKB (Bug#14041).
>
> Others hopefully can help further.
Thanks. Interesting. Turns out a reboot solved my problem,
the bell is now ringing (more like beeping).
--
Joe Riel
next prev parent reply other threads:[~2015-09-12 23:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-10 4:25 beep makes no sound on xfce Joe Riel
2015-09-12 9:21 ` Michael Heerdegen
2015-09-12 15:18 ` Joe Riel
2015-09-12 16:03 ` Michael Heerdegen
2015-09-12 23:36 ` Joe Riel [this message]
[not found] ` <mailman.1000.1442071138.19560.help-gnu-emacs@gnu.org>
2015-09-12 16:48 ` Marco Wahl
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=20150912163620.23c919fa@gauss \
--to=joer@san.rr.com \
--cc=help-gnu-emacs@gnu.org \
--cc=michael_heerdegen@web.de \
/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.
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).