[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/posframe 5dfb91d 03/16: Do not show message when x-get-
From: |
Feng Shu |
Subject: |
[elpa] externals/posframe 5dfb91d 03/16: Do not show message when x-get-resize-child-frames non-nil |
Date: |
Thu, 21 May 2020 00:57:30 -0400 (EDT) |
branch: externals/posframe
commit 5dfb91d3ed7957a78973e3fa899d385c3efe4975
Author: Feng Shu <address@hidden>
Commit: Feng Shu <address@hidden>
Do not show message when x-get-resize-child-frames non-nil
---
posframe.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/posframe.el b/posframe.el
index 655c6ef..32aded0 100644
--- a/posframe.el
+++ b/posframe.el
@@ -1078,7 +1078,8 @@ bottom center. The structure of INFO can be found in
docstring of
(defvar x-gtk-resize-child-frames)
(when (and (string-match-p "GTK3" system-configuration-features)
- (member (getenv "XDG_CURRENT_DESKTOP") '("GNOME")))
+ (member (getenv "XDG_CURRENT_DESKTOP") '("GNOME"))
+ x-gtk-resize-child-frames)
(if (> emacs-major-version 26)
(message "Posframe: GNOME+GTK3 may need to set variable
`x-gtk-resize-child-frames' to 'resize-mode or 'hide.")
(message "Posframe: GNOME+GTK3 have resize bug:
https://lists.gnu.org/archive/html/emacs-devel/2020-01/msg00343.html")))
- [elpa] externals/posframe updated (83b4d39 -> 093b29a), Feng Shu, 2020/05/21
- [elpa] externals/posframe 5dfb91d 03/16: Do not show message when x-get-resize-child-frames non-nil,
Feng Shu <=
- [elpa] externals/posframe c18bea7 08/16: New variable: posframe-gtk-resize-child-frames, Feng Shu, 2020/05/21
- [elpa] externals/posframe d231039 10/16: Mention posframe-delete-all, Feng Shu, 2020/05/21
- [elpa] externals/posframe 05539c1 02/16: Note user when run gnome+gtk3, Feng Shu, 2020/05/21
- [elpa] externals/posframe 9cf47ff 01/16: Add information about x-get-resize-child-frames, Feng Shu, 2020/05/21
- [elpa] externals/posframe b71b530 05/16: Simplify posframe--set-frame-size, Feng Shu, 2020/05/21
- [elpa] externals/posframe 095d744 09/16: Add a comment, Feng Shu, 2020/05/21
- [elpa] externals/posframe d058221 06/16: Improve GNOME/GTK3 info, Feng Shu, 2020/05/21
- [elpa] externals/posframe cb1a09e 04/16: Fix width, height, min-width, min-height doc. #58, Feng Shu, 2020/05/21
- [elpa] externals/posframe 102eb8c 07/16: Use posframe-hack, Feng Shu, 2020/05/21
- [elpa] externals/posframe e24413c 12/16: Merge branch 'master' into posframe-gtk-resize-child-frames, Feng Shu, 2020/05/21