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: More over-engineering Date: Sat, 28 Nov 2015 09:51:35 +0200 Message-ID: <83io4mr27s.fsf@gnu.org> References: <83si3rqp96.fsf@gnu.org> <83r3jbqluj.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1448697124 20684 80.91.229.3 (28 Nov 2015 07:52:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Nov 2015 07:52:04 +0000 (UTC) Cc: aurelien.aptel+emacs@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 28 08:51:53 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a2aIS-0007dM-8B for ged-emacs-devel@m.gmane.org; Sat, 28 Nov 2015 08:51:52 +0100 Original-Received: from localhost ([::1]:59877 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2aIV-0003j5-90 for ged-emacs-devel@m.gmane.org; Sat, 28 Nov 2015 02:51:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2aIR-0003ix-4Z for emacs-devel@gnu.org; Sat, 28 Nov 2015 02:51:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2aIN-0007ns-Ue for emacs-devel@gnu.org; Sat, 28 Nov 2015 02:51:51 -0500 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:37352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2aIN-0007nn-Mt for emacs-devel@gnu.org; Sat, 28 Nov 2015 02:51:47 -0500 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NYI00H00LJ5U000@mtaout29.012.net.il> for emacs-devel@gnu.org; Sat, 28 Nov 2015 09:51:19 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NYI00FWYLTJE320@mtaout29.012.net.il>; Sat, 28 Nov 2015 09:51:19 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 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:195432 Archived-At: > From: Stefan Monnier > Cc: aurelien.aptel+emacs@gmail.com, emacs-devel@gnu.org > Date: Fri, 27 Nov 2015 16:55:56 -0500 > > >> How 'bout the other question: what happens if we don't use that macro? > > I assumed that question was rhetorical. > > No, I'm really curious why all functions need to do that. Because they want to catch all non-local exits. Those macros are the implementation of what was discussed in the other thread all over.