From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Should undefined behavior be encouraged in Emacs? Date: Mon, 03 Oct 2011 05:53:36 -0400 Message-ID: References: <4E89124D.8070405@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1317635630 13064 80.91.229.12 (3 Oct 2011 09:53:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 Oct 2011 09:53:50 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 03 11:53:43 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RAfDR-0007j2-PE for ged-emacs-devel@m.gmane.org; Mon, 03 Oct 2011 11:53:41 +0200 Original-Received: from localhost ([::1]:35939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAfDR-00037J-2N for ged-emacs-devel@m.gmane.org; Mon, 03 Oct 2011 05:53:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAfDN-00036k-So for emacs-devel@gnu.org; Mon, 03 Oct 2011 05:53:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAfDM-0005gv-SV for emacs-devel@gnu.org; Mon, 03 Oct 2011 05:53:37 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAfDM-0005gq-MB for emacs-devel@gnu.org; Mon, 03 Oct 2011 05:53:36 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RAfDM-000843-14; Mon, 03 Oct 2011 05:53:36 -0400 In-reply-to: (message from Andreas Schwab on Mon, 03 Oct 2011 10:29:10 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144539 Archived-At: > From: Andreas Schwab > Date: Mon, 03 Oct 2011 10:29:10 +0200 > Cc: Emacs Development > > I don't think Emacs should have undefined behaviour. It may have > unspecified behaviour (ie. it may change any time), but the result > should always be consistent with the documented rules. That might be a good goal, but I think it is practically unreachable.