From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; Assuming errstring unibyte is incorrect and leads to Emacs crashes Date: Tue, 02 Sep 2008 22:41:27 -0400 Message-ID: References: <87y72ju1mg.fsf@cyd.mit.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1220409886 1949 80.91.229.12 (3 Sep 2008 02:44:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2008 02:44:46 +0000 (UTC) Cc: dima@sphinx.net.ru, eliz@gnu.org, emacs-devel@gnu.org, cyd@stupidchicken.com, handa@m17n.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 03 04:45:40 2008 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 1KaiNH-0001mJ-Ry for ged-emacs-devel@m.gmane.org; Wed, 03 Sep 2008 04:45:40 +0200 Original-Received: from localhost ([127.0.0.1]:55148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaiMI-0004Wl-O2 for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2008 22:44:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaiKq-00030D-CN for emacs-devel@gnu.org; Tue, 02 Sep 2008 22:43:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaiKo-0002z1-Q8 for emacs-devel@gnu.org; Tue, 02 Sep 2008 22:43:07 -0400 Original-Received: from [199.232.76.173] (port=43684 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaiKo-0002yt-DO for emacs-devel@gnu.org; Tue, 02 Sep 2008 22:43:06 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33006) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaiKo-0001vG-5C for emacs-devel@gnu.org; Tue, 02 Sep 2008 22:43:06 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KaiJD-000506-5k; Tue, 02 Sep 2008 22:41:27 -0400 In-reply-to: (message from Stefan Monnier on Tue, 02 Sep 2008 15:56:15 -0400) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:103468 Archived-At: I still don't understand why that's different: most C applications also output those error message prepended with some other text and a colon. Then they too should downcase the messages, to be othographically incorrect. The capital letters are correct if the message appears as the start of a sentence, but not after other text and a colon. I made Emacs do it right.