From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: GNU Emacs raison d'etre Date: Wed, 20 May 2020 17:45:06 +0300 Message-ID: <83eere7jil.fsf@gnu.org> References: <5230692c-c665-a330-7a12-e59fa25d97dd@gmail.com> <5d158a63-7173-424c-9d9f-ce7856f1eae7@default> <4bb36686-34e7-4ac8-898c-74e254902349@default> <29f65907-affb-481e-82f3-62522a766f69@default> <83sgfybn22.fsf@gnu.org> <1701f0b1-a481-bb45-08b8-99da4a6139fc@gmx.at> <736c1336-58ea-dd1f-18ba-94f902e37f61@yandex.ru> <206d0959-8a6f-ebf9-0230-1cdb41a0c849@gmx.at> <79aa434b-6513-14ff-eb45-ece4ba30590b@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="104945"; mail-complaints-to="usenet@ciao.gmane.io" Cc: jean.christophe.helary@traduction-libre.org, rms@gnu.org, andreas.roehler@online.de, emacs-devel@gnu.org, kfogel@red-bean.com, homeros.misasa@gmail.com, tkk@misasa.okayama-u.ac.jp, sorganov@gmail.com, monnier@iro.umontreal.ca, arthur.miller@live.com, dgutov@yandex.ru, drew.adams@oracle.com, stefankangas@gmail.com To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 20 16:46:05 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jbPyu-000R9K-3o for ged-emacs-devel@m.gmane-mx.org; Wed, 20 May 2020 16:46:04 +0200 Original-Received: from localhost ([::1]:36862 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jbPyt-0008Pz-3S for ged-emacs-devel@m.gmane-mx.org; Wed, 20 May 2020 10:46:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33054) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbPyC-0007Lp-To for emacs-devel@gnu.org; Wed, 20 May 2020 10:45:20 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50568) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jbPy8-0002f3-QQ; Wed, 20 May 2020 10:45:16 -0400 Original-Received: from [176.228.60.248] (port=3417 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jbPy0-0003ev-M0; Wed, 20 May 2020 10:45:09 -0400 In-Reply-To: (message from martin rudalics on Wed, 20 May 2020 11:04:41 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:251059 Archived-At: > Cc: Jean-Christophe Helary , > Richard Stallman , Andreas Röhler > , Emacs developers , > Karl Fogel , homeros.misasa@gmail.com, > tkk@misasa.okayama-u.ac.jp, Sergey Organov , > Stefan Kangas , Eli Zaretskii > From: martin rudalics > Date: Wed, 20 May 2020 11:04:41 +0200 > > >> I tried that now but it doesn't work. Probably because > >> 'set-message-function' works for non-logged messages only. > > > > Is that right? I don't see this distinction in its documentation. > > set_message in xdisp.c (which here is the only function that handles > Vset_message_function) is called by message3_nolog but not by message3. > I have no idea whether this is by design. It's by design: that facility is supposed to control only how the messages are _displayed_; the logging mechanism is unaffected. the doc string says that much: If non-nil, function to handle display of echo-area messages. Note the "display" part.