bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37826: Very annoying autoraise client/server behavior with -t option


From: Juanma Barranquero
Subject: bug#37826: Very annoying autoraise client/server behavior with -t option
Date: Mon, 21 Oct 2019 19:02:42 +0200


On Mon, Oct 21, 2019 at 6:26 PM Eli Zaretskii <eliz@gnu.org> wrote:
>
> Patches are welcome.

Why did I suspect that was coming?


From afc1bfb78e89837dbd2320231d2e13db99db0a1d Mon Sep 17 00:00:00 2001
From: Juanma Barranquero <lekktu@gmail.com>
Date: Mon, 21 Oct 2019 18:59:14 +0200
Subject: [PATCH] * doc/lispref/display.texi: Document `delay-warning'

---
 doc/lispref/display.texi | 6 ++++++
 1 file changed, 6 insertions(+)

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
 
--
2.23.0.windows.1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]