From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#4321: 23.1; bell is not terminal specific Date: Thu, 08 Jul 2010 20:10:30 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278635413 10845 80.91.229.12 (9 Jul 2010 00:30:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Jul 2010 00:30:13 +0000 (UTC) Cc: 4321@emacsbugs.donarmstrong.com To: Tom Tromey Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 09 02:30:11 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OX1Tj-00010p-80 for geb-bug-gnu-emacs@m.gmane.org; Fri, 09 Jul 2010 02:30:07 +0200 Original-Received: from localhost ([127.0.0.1]:51635 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX1Ti-0005Ba-H7 for geb-bug-gnu-emacs@m.gmane.org; Thu, 08 Jul 2010 20:30:06 -0400 Original-Received: from [140.186.70.92] (port=44205 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX1Tc-0005BT-LT for bug-gnu-emacs@gnu.org; Thu, 08 Jul 2010 20:30:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OX1TZ-00055D-Hj for bug-gnu-emacs@gnu.org; Thu, 08 Jul 2010 20:30:00 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34648) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OX1TZ-000550-GN for bug-gnu-emacs@gnu.org; Thu, 08 Jul 2010 20:29:57 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OX1BG-0003yt-Ae; Thu, 08 Jul 2010 20:11:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Jul 2010 00:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4321 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 4321-submit@debbugs.gnu.org id=B4321.127863423615294 (code B ref 4321); Fri, 09 Jul 2010 00:11:02 +0000 Original-Received: (at 4321) by debbugs.gnu.org; 9 Jul 2010 00:10:36 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OX1Ap-0003yd-QB for submit@debbugs.gnu.org; Thu, 08 Jul 2010 20:10:36 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OX1Ao-0003yY-7w for 4321@emacsbugs.donarmstrong.com; Thu, 08 Jul 2010 20:10:34 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OX1Ak-00021b-5T; Thu, 08 Jul 2010 20:10:30 -0400 In-Reply-To: (Tom Tromey's message of "Wed\, 02 Sep 2009 13\:12\:35 -0600") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 08 Jul 2010 20:11:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38303 Archived-At: Tom Tromey writes: > I use ssh + emacsclient -t on my laptop to let me use my primary emacs > from another room. > > I typed C-g here, and was surprised to hear a noise coming from the > other room. > > I think that maybe visible-bell and ring-bell-function should be > terminal-local. It's possible that this bug was fixed by: 2010-07-05 Jan Djrv * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype. Can you please verify ? Thanks