From unknown Sun Jun 15 08:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14048: Bell does not work Resent-From: Petr Hracek Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 25 Mar 2013 14:00:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 14048 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 14048@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.136421997826274 (code B ref -1); Mon, 25 Mar 2013 14:00:01 +0000 Received: (at submit) by debbugs.gnu.org; 25 Mar 2013 13:59:38 +0000 Received: from localhost ([127.0.0.1]:44779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UK7w0-0006pg-QG for submit@debbugs.gnu.org; Mon, 25 Mar 2013 09:59:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58259) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UK7vu-0006pW-UL for submit@debbugs.gnu.org; Mon, 25 Mar 2013 09:59:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK7th-0002QT-Nt for submit@debbugs.gnu.org; Mon, 25 Mar 2013 09:57:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:44894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK7th-0002QO-Kz for submit@debbugs.gnu.org; Mon, 25 Mar 2013 09:57:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK7tb-0002X7-I4 for bug-gnu-emacs@gnu.org; Mon, 25 Mar 2013 09:57:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK7tY-0002PI-E0 for bug-gnu-emacs@gnu.org; Mon, 25 Mar 2013 09:57:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK7tY-0002P9-5x for bug-gnu-emacs@gnu.org; Mon, 25 Mar 2013 09:57:04 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2PDv2kb005406 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 25 Mar 2013 09:57:02 -0400 Received: from kiasportyw.brq.redhat.com (unused-4-188.brq.redhat.com [10.34.4.188]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r2PDv1rO025002 for ; Mon, 25 Mar 2013 09:57:02 -0400 Message-ID: <515057AD.3070500@redhat.com> Date: Mon, 25 Mar 2013 14:57:01 +0100 From: Petr Hracek User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Hi, I have just observer that bell does not work on Fedora 18. (^G) https://bugzilla.redhat.com/show_bug.cgi?id=562719 Workaround is to please in ~/.emacs file. As a workaround, put the following in your .emacs: (setq ring-bell-function (lambda () (start-process "canberra-gtk-play" "*canberra-gtk-play*" "canberra-gtk-play" "--id" "bell"))) Could you please where to store that workaround directly in emacs package? I could not find where is mapped keyshort cut ^G in emacs package otherwise I would prepare patch for it. Thank you in advance -- S pozdravem / Best regards Petr Hracek Red Hat Czech s.r.o. BaseOS Core Services Brno Email: phracek@redhat.com Web: www.cz.redhat.com From unknown Sun Jun 15 08:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14048: Bell does not work Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 25 Mar 2013 18:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14048 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Petr Hracek Cc: 14048@debbugs.gnu.org Received: via spool by 14048-submit@debbugs.gnu.org id=B14048.136423477019635 (code B ref 14048); Mon, 25 Mar 2013 18:07:02 +0000 Received: (at 14048) by debbugs.gnu.org; 25 Mar 2013 18:06:10 +0000 Received: from localhost ([127.0.0.1]:45013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UKBmc-00056d-1Z for submit@debbugs.gnu.org; Mon, 25 Mar 2013 14:06:10 -0400 Received: from mailout.melmac.se ([62.20.26.67]:54540) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UKBmY-00056V-Pa for 14048@debbugs.gnu.org; Mon, 25 Mar 2013 14:06:07 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 8C5599B8D for <14048@debbugs.gnu.org>; Mon, 25 Mar 2013 19:03:51 +0100 (CET) Received: (qmail 10915 invoked by uid 89); 25 Mar 2013 18:03:42 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 25 Mar 2013 18:03:42 -0000 Received: from anon-189-5.vpn.ipredator.se (anon-189-5.vpn.ipredator.se [93.182.189.5]) by coolsville.localdomain (Postfix) with ESMTPSA id 251327FA06C; Mon, 25 Mar 2013 19:03:51 +0100 (CET) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) From: Jan =?UTF-8?Q?Dj=C3=A4rv?= In-Reply-To: <515057AD.3070500@redhat.com> Date: Mon, 25 Mar 2013 19:03:52 +0100 Content-Transfer-Encoding: 7bit Message-Id: <40A49831-0038-49E0-99B2-0B1DEFD90C3B@swipnet.se> References: <515057AD.3070500@redhat.com> X-Mailer: Apple Mail (2.1503) X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello. This is a duplicate of 14041, which has been fixed in the trunk. Jan D. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4976] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.7 (/) Hello. This is a duplicate of 14041, which has been fixed in the trunk. Jan D. 25 mar 2013 kl. 14:57 skrev Petr Hracek : > Hi, > > I have just observer that bell does not work on Fedora 18. (^G) > https://bugzilla.redhat.com/show_bug.cgi?id=562719 > > Workaround is to please in ~/.emacs file. > > As a workaround, put the following in your .emacs: > > (setq ring-bell-function > (lambda () (start-process "canberra-gtk-play" "*canberra-gtk-play*" > "canberra-gtk-play" "--id" "bell"))) > > Could you please where to store that workaround directly in emacs package? > I could not find where is mapped keyshort cut ^G in emacs package otherwise > I would prepare patch for it. > > Thank you in advance > > -- > S pozdravem / Best regards > > Petr Hracek > > Red Hat Czech s.r.o. > BaseOS Core Services Brno > > Email: phracek@redhat.com > Web: www.cz.redhat.com > > > From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 25 14:06:03 2013 Received: (at control) by debbugs.gnu.org; 25 Mar 2013 18:06:04 +0000 Received: from localhost ([127.0.0.1]:45010 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UKBmV-00056L-Ma for submit@debbugs.gnu.org; Mon, 25 Mar 2013 14:06:03 -0400 Received: from mailout.melmac.se ([62.20.26.67]:54539) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UKBmT-00055w-GR for control@debbugs.gnu.org; Mon, 25 Mar 2013 14:06:02 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id BD26F9B8B for ; Mon, 25 Mar 2013 19:03:45 +0100 (CET) Received: (qmail 10896 invoked by uid 89); 25 Mar 2013 18:03:36 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 25 Mar 2013 18:03:36 -0000 Received: from anon-189-5.vpn.ipredator.se (anon-189-5.vpn.ipredator.se [93.182.189.5]) by coolsville.localdomain (Postfix) with ESMTPSA id CE1EB7FA06C for ; Mon, 25 Mar 2013 19:03:44 +0100 (CET) From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Message-Id: Date: Mon, 25 Mar 2013 19:03:44 +0100 To: "control@debbugs.gnu.org" Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) X-Mailer: Apple Mail (2.1503) X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: forcemerge 14041 14048 [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] 2.0 BLANK_SUBJECT Subject is present but empty 0.0 TVD_SPACE_RATIO TVD_SPACE_RATIO X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: forcemerge 14041 14048 [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4997] 2.0 BLANK_SUBJECT Subject is present but empty 0.0 TVD_SPACE_RATIO TVD_SPACE_RATIO forcemerge 14041 14048