From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: font-lock and shell scripts: Raises redisplay errors in highlight pattern: Date: Sun, 16 Jul 2006 02:25:08 -0400 Message-ID: References: <17580.34248.381774.421717@localhost.localdomain> <17581.56473.552614.576371@localhost.localdomain> <17589.50995.201436.401539@localhost.localdomain> <17591.38274.352202.751899@localhost.localdomain> <17592.64333.518073.973876@localhost.localdomain> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1153031134 21866 80.91.229.2 (16 Jul 2006 06:25:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Jul 2006 06:25:34 +0000 (UTC) Cc: raman@users.sf.net, emacs-devel@gnu.org, monnier@iro.umontreal.ca, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 16 08:25:32 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G204F-0004dU-6g for ged-emacs-devel@m.gmane.org; Sun, 16 Jul 2006 08:25:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G204E-0006BZ-Gw for ged-emacs-devel@m.gmane.org; Sun, 16 Jul 2006 02:25:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2043-0006BK-FS for emacs-devel@gnu.org; Sun, 16 Jul 2006 02:25:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2042-0006B8-GL for emacs-devel@gnu.org; Sun, 16 Jul 2006 02:25:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2042-0006B5-E9 for emacs-devel@gnu.org; Sun, 16 Jul 2006 02:25:14 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G206Q-0003Ba-24 for emacs-devel@gnu.org; Sun, 16 Jul 2006 02:27:42 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1G203w-00024J-7M; Sun, 16 Jul 2006 02:25:08 -0400 Original-To: raman@users.sf.net In-reply-to: <17592.64333.518073.973876@localhost.localdomain> (raman@users.sf.net) 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:57072 Archived-At: I would not make a general change to emacs for this. For Emacspeak I'd like to have some mechanism that I can hook to reliably --- perhaps an unhandled-error-hook-function that I can latch some speech output to. That IS a general change to Emacs. (That is not a criticism. We often make general changes in Emacs.) Would a hook in cmd_error in keyboard.c do what you have in mind?