emacs-devel
[Top][All Lists]
Advanced

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

Re: icon-title-format vs. frame-title-format (Bug#61496)


From: Tobias Bading
Subject: Re: icon-title-format vs. frame-title-format (Bug#61496)
Date: Thu, 4 May 2023 06:59:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

> With another not-my-first-language warning, how about this?

Sorry, with ` and ' of course, so something like:

$ git diff -U6 src/xdisp.c
diff --git a/src/xdisp.c b/src/xdisp.c
index 4384754439..6b2290b8e0 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -36610,13 +36610,15 @@ syms_of_xdisp (void)
   DEFVAR_LISP ("frame-title-format", Vframe_title_format,
     doc: /* Template for displaying the title bar of visible frames.
 \(Assuming the window manager supports this feature.)
 
 This variable has the same structure as `mode-line-format', except that
 the %c, %C, and %l constructs are ignored.  It is used only on frames for
-which no explicit name has been set (see `modify-frame-parameters').  */);
+which no explicit name has been set (see `modify-frame-parameters').
+
+A similar template for iconified frames may be defined by `icon-title-format'. 
 */);
 
   DEFVAR_LISP ("icon-title-format", Vicon_title_format,
     doc: /* Template for displaying the title bar of an iconified frame.
 \(Assuming the window manager supports this feature.)
 If the value is a string, it should have the same structure
 as `mode-line-format' (which see), and is used only on frames




reply via email to

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