From: Dan Espen <despen@verizon.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Macro aborts even though regexp instance exists - Serious Bug
Date: Mon, 03 Dec 2012 11:22:06 -0500 [thread overview]
Message-ID: <ic4nk3umvl.fsf@home.home> (raw)
In-Reply-To: mailman.14392.1354545130.855.help-gnu-emacs@gnu.org
Doug Lewan <dougl@shubertticketing.com> writes:
>> -----Original Message-----
>> From: help-gnu-emacs-bounces+dougl=shubertticketing.com@gnu.org
>> [mailto:help-gnu-emacs-bounces+dougl=shubertticketing.com@gnu.org] On
>> Behalf Of Dan Espen
>> Sent: Friday, 2012 November 30 17:55
>> To: help-gnu-emacs@gnu.org
>> Subject: Re: Macro aborts even though regexp instance exists - Serious
>> Bug
>> ...
>> A keyboard macro is terminated by anything that rings the bell.
>>
>> I can't seem to find that in the emacs help though.
>> I would have expected to see it in "^h k M-x (".
>>
>> Also, my bell hasn't rung in a long time, looking around, I have the
>> built in speaker disabled. So:
>>
>> (setq ring-bell-function (lambda ()
>> (play-sound-file "/home/dan/audio/tap2.au")))
>>
> There's also the variable `visible-bell' if ringing the bell isn't
> appropriate for you.
Yes. tried it. Even adjusting the colors, I find it too jarring.
A low volume tapping sound fills the bill for me.
I miss the XEmacs feature which had sounds for each error type:
(setq sound-alist
(append
'((default :sound hammer)
(undefined-key :sound drum)
(undefined-click :sound drum)
(command-error :sound bass)
(no-completion :sound drip)
(y-or-n-p :sound slap)
(yes-or-no-p :sound yeep)
(isearch-failed :sound drum :volume 70)
(isearch-quit :sound yeep)
(auto-save-error :sound whip :volume 75))
sound-alist)))
--
Dan Espen
next prev parent reply other threads:[~2012-12-03 16:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-22 20:40 Macro aborts even though regexp instance exists - Serious Bug Swami Tota Ram Shankar
2012-10-24 3:54 ` Kevin Rodgers
[not found] ` <mailman.11579.1351050855.855.help-gnu-emacs@gnu.org>
2012-10-25 2:55 ` gnuist007
2012-11-30 21:57 ` David Combs
2012-11-30 22:55 ` Dan Espen
2012-12-03 14:33 ` Doug Lewan
[not found] ` <mailman.14392.1354545130.855.help-gnu-emacs@gnu.org>
2012-12-03 16:22 ` Dan Espen [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-10-22 20:40 Swami Tota Ram Shankar
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ic4nk3umvl.fsf@home.home \
--to=despen@verizon.net \
--cc=help-gnu-emacs@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 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.