From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Beeping Date: Fri, 27 Nov 2009 14:25:05 -0500 Message-ID: References: <912155b0911230837i48326730m82e0d54d4004be59@mail.gmail.com> <87y6lxdvnl.fsf@mandingo.thematica.it> <87zl6dgjt1.fsf@stupidchicken.com> <874oolarvt.fsf@stupidchicken.com> <87aay91k9j.fsf_-_@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259350328 31796 80.91.229.12 (27 Nov 2009 19:32:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Nov 2009 19:32:08 +0000 (UTC) Cc: Chong Yidong , Giuseppe Scrivano , emacs-devel@gnu.org, Juri Linkov , Per =?iso-8859-1?Q?Starb=E4ck?= , 1305@emacsbugs.donarmstrong.com To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 27 20:32:00 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NE6Xu-00054f-Sz for ged-emacs-devel@m.gmane.org; Fri, 27 Nov 2009 20:31:59 +0100 Original-Received: from localhost ([127.0.0.1]:55903 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NE6Xu-00013H-G1 for ged-emacs-devel@m.gmane.org; Fri, 27 Nov 2009 14:31:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NE6UY-0006yp-Tx for emacs-devel@gnu.org; Fri, 27 Nov 2009 14:28:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NE6UT-0006uR-Vs for emacs-devel@gnu.org; Fri, 27 Nov 2009 14:28:30 -0500 Original-Received: from [199.232.76.173] (port=59278 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NE6UT-0006uM-Ox for emacs-devel@gnu.org; Fri, 27 Nov 2009 14:28:25 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:34920) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NE6UO-000664-UL; Fri, 27 Nov 2009 14:28:21 -0500 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id nARJP6iE032334; Fri, 27 Nov 2009 14:25:06 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 1B7713A1BA; Fri, 27 Nov 2009 14:25:06 -0500 (EST) In-Reply-To: (Lennart Borgman's message of "Fri, 27 Nov 2009 07:48:07 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3416=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117882 Archived-At: > As an example of what I mean look at what windmove-left does when > there is no window to the left. It then raises an error. > If debug-on-error is true I then get a chance to debug my behaviour. I > am not sure that makes sense. That's a problem between windmove and debug-ignored-errors. BTW, I'd welcome a patch that introduces a new error `user-error' and then changes calls to `error' where the error message is in debug-ignored-errors to signal `user-error' instead. > The behaviour is different, but I think it should be similar to what > scroll-down/up does when it reaches the border. I think there should > be a unified behaviour. Making the visual bell default seems good, but > why not implement it as `command-level'? That's already what "an error that's in debug-ignored-errors" does. Stefan