From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: Discussion for %display-auto-compilation-messages (and --no-auto-compilation-messages option) Date: Tue, 25 Mar 2014 22:20:09 +0100 Message-ID: <87vbv23rhy.fsf@gnu.org> References: <53125A46.3010407@gmail.com> <87a9d8tib7.fsf@gnu.org> <87r45qov0b.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1395782515 18377 80.91.229.3 (25 Mar 2014 21:21:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2014 21:21:55 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 25 22:22:05 2014 Return-path: Envelope-to: guile-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 1WSYnM-000714-8t for guile-devel@m.gmane.org; Tue, 25 Mar 2014 22:22:04 +0100 Original-Received: from localhost ([::1]:44267 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSYnL-0005S4-Oy for guile-devel@m.gmane.org; Tue, 25 Mar 2014 17:22:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSYnD-0005Oj-99 for guile-devel@gnu.org; Tue, 25 Mar 2014 17:22:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSYlW-0001I1-N6 for guile-devel@gnu.org; Tue, 25 Mar 2014 17:20:15 -0400 Original-Received: from hera.aquilenet.fr ([2a01:474::1]:47814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSYlW-0001Hn-GO for guile-devel@gnu.org; Tue, 25 Mar 2014 17:20:10 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 062091FB0; Tue, 25 Mar 2014 22:20:10 +0100 (CET) Original-Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PQoPkkiJZSoT; Tue, 25 Mar 2014 22:20:09 +0100 (CET) Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id A05B11C88; Tue, 25 Mar 2014 22:20:09 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 5 Germinal an 222 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <87r45qov0b.fsf@pobox.com> (Andy Wingo's message of "Tue, 25 Mar 2014 21:58:44 +0100") User-Agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:474::1 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17017 Archived-At: Andy Wingo skribis: > On Sun 02 Mar 2014 22:13, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> FWIW, I think the approach should rather be to have a special port (a >> fluid) for such things, say, =E2=80=98current-notification-port=E2=80=99= . We=E2=80=99d simply >> replace scm_current_error_port by scm_current_notication_port above. > > Isn't that the same as current-warning-port? I thought this was one of > the use cases for current-warning-port :) Yeah it=E2=80=99s very similar, but we could want to differentiate between actual warnings and mere notifications. Dunno if it=E2=80=99s important. Ludo=E2=80=99.