From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#37826: Very annoying autoraise client/server behavior with -t option Date: Mon, 21 Oct 2019 20:13:55 +0300 Message-ID: <83r23610oc.fsf@gnu.org> References: <83tv84540m.fsf@gnu.org> <83v9si2y9u.fsf@gnu.org> <83a79u2oih.fsf@gnu.org> <83y2xe12ut.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="75269"; mail-complaints-to="usenet@blaine.gmane.org" Cc: carlosjosepita@gmail.com, 37826@debbugs.gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 21 19:18:39 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iMbKJ-000JTv-BR for geb-bug-gnu-emacs@m.gmane.org; Mon, 21 Oct 2019 19:18:39 +0200 Original-Received: from localhost ([::1]:45914 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMbKH-00062p-ME for geb-bug-gnu-emacs@m.gmane.org; Mon, 21 Oct 2019 13:18:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43876) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMbGp-00031N-VQ for bug-gnu-emacs@gnu.org; Mon, 21 Oct 2019 13:15:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMbGo-00006n-F0 for bug-gnu-emacs@gnu.org; Mon, 21 Oct 2019 13:15:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:48954) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iMbGo-00006d-17 for bug-gnu-emacs@gnu.org; Mon, 21 Oct 2019 13:15:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iMbGn-00086t-Re for bug-gnu-emacs@gnu.org; Mon, 21 Oct 2019 13:15:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 21 Oct 2019 17:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37826 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 37826-submit@debbugs.gnu.org id=B37826.157167806031111 (code B ref 37826); Mon, 21 Oct 2019 17:15:01 +0000 Original-Received: (at 37826) by debbugs.gnu.org; 21 Oct 2019 17:14:20 +0000 Original-Received: from localhost ([127.0.0.1]:57775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMbG8-00085j-1U for submit@debbugs.gnu.org; Mon, 21 Oct 2019 13:14:20 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:34678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMbG6-00085R-7n for 37826@debbugs.gnu.org; Mon, 21 Oct 2019 13:14:18 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iMbFy-0008HU-1U; Mon, 21 Oct 2019 13:14:11 -0400 Original-Received: from [176.228.60.248] (port=3589 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iMbFq-0006CI-6Y; Mon, 21 Oct 2019 13:14:04 -0400 In-reply-to: (message from Juanma Barranquero on Mon, 21 Oct 2019 19:02:42 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:169937 Archived-At: > From: Juanma Barranquero > Date: Mon, 21 Oct 2019 19:02:42 +0200 > Cc: carlosjosepita@gmail.com, 37826@debbugs.gnu.org > > diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi > index 82d9f1db61..7ea582d012 100644 > --- a/doc/lispref/display.texi > +++ b/doc/lispref/display.texi > @@ -870,6 +870,12 @@ Delayed Warnings > @code{delayed-warnings-list} to @code{nil}. > @end defvar > > +@defun delay-warning type message &optional level buffer-name > +This function is the delayed counterpart to @code{display-warning}, > +and it is called with the same arguments. The warning message is > +queued into @code{delayed-warnings-list}. > +@end defun > + > @node Invisible Text > @section Invisible Text Thanks. I think this should go before the description of delayed-warnings-list, and the text at the beginning of the section should be modifies to mention this function as another alternative to queue warnings for delayed display.