From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: enhanced select-safe-coding-system Date: Sun, 05 May 2002 19:06:24 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <200205052306.g45N6Ov29619@rum.cs.yale.edu> References: <200205010714.g417Eq607434@aztec.santafe.edu> <200205031327.g43DR1014311@rum.cs.yale.edu> <200205040336.g443aDF00940@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1020640179 16626 127.0.0.1 (5 May 2002 23:09:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 5 May 2002 23:09:39 +0000 (UTC) Cc: monnier+gnu/emacs@RUM.cs.yale.edu, d.love@dl.ac.uk, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 174V8N-0004K3-00 for ; Mon, 06 May 2002 01:09:39 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 174VFF-0004iB-00 for ; Mon, 06 May 2002 01:16:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 174V7p-0008Ag-00; Sun, 05 May 2002 19:09:05 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 174V5F-0007gP-00; Sun, 05 May 2002 19:06:25 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g45N6Ov29619; Sun, 5 May 2002 19:06:24 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Richard Stallman Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3614 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3614 > I have recently posted a fairly simple patch that does that by slightly > modifying the C code, so it's fast. The only question is if such > a functionality is good enough to efficiently implement Emacs-20's behavior > (which was to highlight the offending chars, rather than just jump to the > first one) > > Showing the first one is better than nothing, so how about if you > install your patch now? Then people can look at modifying it to > report more than just the first one. Will do. Stefan