From unknown Thu Aug 21 12:10:16 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#24343 <24343@debbugs.gnu.org> To: bug#24343 <24343@debbugs.gnu.org> Subject: Status: 25.1; Emacs startup GTK error if init files contains an error Reply-To: bug#24343 <24343@debbugs.gnu.org> Date: Thu, 21 Aug 2025 19:10:16 +0000 retitle 24343 25.1; Emacs startup GTK error if init files contains an error reassign 24343 emacs submitter 24343 Live System User severity 24343 minor tag 24343 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 31 05:23:33 2016 Received: (at submit) by debbugs.gnu.org; 31 Aug 2016 09:23:33 +0000 Received: from localhost ([127.0.0.1]:44968 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bf1k1-00045j-Hj for submit@debbugs.gnu.org; Wed, 31 Aug 2016 05:23:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47743) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bf1jz-00045X-R0 for submit@debbugs.gnu.org; Wed, 31 Aug 2016 05:23:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bf1jt-0000wz-Ad for submit@debbugs.gnu.org; Wed, 31 Aug 2016 05:23:22 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, RCVD_IN_SORBS_SPAM,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bf1jt-0000wv-78 for submit@debbugs.gnu.org; Wed, 31 Aug 2016 05:23:21 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bf1jr-0006NW-B1 for bug-gnu-emacs@gnu.org; Wed, 31 Aug 2016 05:23:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bf1jm-0000v1-2r for bug-gnu-emacs@gnu.org; Wed, 31 Aug 2016 05:23:18 -0400 Received: from omr-m010e.mx.aol.com ([204.29.186.10]:49014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bf1jl-0000ut-SV for bug-gnu-emacs@gnu.org; Wed, 31 Aug 2016 05:23:14 -0400 Received: from mtaout-aak02.mx.aol.com (mtaout-aak02.mx.aol.com [172.27.2.226]) by omr-m010e.mx.aol.com (Outbound Mail Relay) with ESMTP id D093B38000A6 for ; Wed, 31 Aug 2016 05:23:12 -0400 (EDT) Received: from localhost.localdomain (c-50-163-96-131.hsd1.ma.comcast.net [50.163.96.131]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout-aak02.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id 5A1233800008C for ; Wed, 31 Aug 2016 05:23:12 -0400 (EDT) From: Live System User To: bug-gnu-emacs@gnu.org Subject: 25.1; Emacs startup GTK error if init files contains an error Date: Wed, 31 Aug 2016 05:22:41 -0400 Message-ID: <87a8ftjnry.fsf@aol.com> MIME-Version: 1.0 Content-Type: text/plain x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20150623; t=1472635392; bh=bJmc1Kaaci+YBQA6e8n3Tvws4UzuE4r6+Aq5gT1BbAc=; h=From:To:Subject:Message-ID:Date:MIME-Version:Content-Type; b=1fJE5Q3v8LxeMSFqFIMvDXkWK3tba/vqvVCXcUWisiZrNzm/0VBtes3VgPQgbLdwS JF93noxle7VfshQr+WZNXFB9o84qP7RtfRoWJPqJTRq165oQ0M0E3H7qokYEcU6J87 dllSPfC4Qqi+pU4wDDvkHPZFw/oTtVEiBlld79yA= x-aol-sid: 3039ac1b02e257c6a2004cf6 X-AOL-IP: 50.163.96.131 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Hi, I am seeing a GTK error when I have an error in my .emacs initialization file. As an example, if I have only the following in my .emacs file: ;;(package-initialize) (add-to-list 'tramp-default-proxies-alist '(nil "\\`root\\'" "/ssh:%h:")) You will notice that I did not have: (require 'tramp) I see Emacs popup with the expected initialization error: Symbol's value as variable is void: tramp-default-proxies-alist However, I also see on the Xterm following error: (emacs:23680): Gtk-WARNING **: Allocating size to Emacs 0x1ad02c0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate? Thanks. In GNU Emacs 25.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.20.6) of 2016-07-25 built on buildhw-08.phx2.fedoraproject.org Windowing system distributor 'Fedora Project', version 11.0.11803000 Configured using: 'configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-dbus --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no --with-xwidgets build_alias=x86_64-redhat-linux-gnu host_alias=x86_64-redhat-linux-gnu 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' LDFLAGS=-Wl,-z,relro PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XWIDGETS Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Summary Minor modes in effect: tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t Recent messages: nnimap read 40k from imap.aim.com nnimap read 48k from imap.aim.com [2 times] nnimap read 64k from imap.aim.com nnimap read 76k from imap.aim.com nnimap read 80k from imap.aim.com nnimap read 97k from imap.aim.com [2 times] Fetching headers for nnimap+aol:INBOX...done Scoring...done Sorting threads...done Generating summary...done Load-path shadows: ~/.emacs.d/lisp/dash hides /home/liveuser/.emacs.d/elpa/dash-20160820.501/dash Features: (shadow sort mail-extr emacsbug sendmail qp gnus-ml disp-table cursor-sensor nndraft nnmh nndoc mm-archive timezone url-http url-gw url-cache url-auth url-handlers utf-7 rfc2104 nnfolder network-stream nsm starttls gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg nntp gnus-cache epa-file epa derived nnreddit mm-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source eieio eieio-core url-vars json map gnus-art mm-uu mml2015 mm-view mml-smime smime dig mailcap sieve sieve-mode sieve-manage nnir gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source tls gnutls utf7 netrc parse-time gnus-spec gnus-int gnus-range message idna dired format-spec rfc822 mml mml-sec password-cache epg mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems wid-edit nnoo nnheader gnus-util mm-util help-fns mail-prsvr mail-utils finder-inf cl-seq cl-macs cl info package epg-config seq byte-opt gv bytecomp byte-compile cl-extra help-mode easymenu cconv cl-loaddefs pcase cl-lib warnings time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote dbusbind inotify dynamic-setting system-font-setting font-render-setting xwidget-internal move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 283085 38851) (symbols 48 124636 0) (miscs 40 135 233) (strings 32 99612 6656) (string-bytes 1 3707151) (vectors 16 25383) (vector-slots 8 687970 9508) (floats 8 416 484) (intervals 56 3417 0) (buffers 976 40) (heap 1024 60102 10207)) From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 31 06:14:34 2016 Received: (at 24343) by debbugs.gnu.org; 31 Aug 2016 10:14:34 +0000 Received: from localhost ([127.0.0.1]:45021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bf2XS-0000Fk-35 for submit@debbugs.gnu.org; Wed, 31 Aug 2016 06:14:34 -0400 Received: from mout.gmx.net ([212.227.17.20]:58694) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bf2XQ-0000FV-76 for 24343@debbugs.gnu.org; Wed, 31 Aug 2016 06:14:32 -0400 Received: from detlef.gmx.de ([87.146.48.45]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0Lb90f-1bGwCf0CMb-00kf5b; Wed, 31 Aug 2016 12:14:24 +0200 From: Michael Albinus To: Live System User Subject: Re: bug#24343: 25.1; Emacs startup GTK error if init files contains an error References: <87a8ftjnry.fsf@aol.com> Date: Wed, 31 Aug 2016 12:14:23 +0200 In-Reply-To: <87a8ftjnry.fsf@aol.com> (Live System User's message of "Wed, 31 Aug 2016 05:22:41 -0400") Message-ID: <87poopb5z4.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:tlqml1Ws0lpxfCXeaKXxJwAKjv2D6Loj3TlWr603Uukmbys1mPr DUv7aicX4oHPk75yrVAYyHvKkU8fu/dSkNzn4tS+TyvSCJi3vRALtGHl9GP324QXOuSmGMg dfp1yXQVTWS0EieoQtLF9aX3s1GgOuXvprbZiaXeS+5Ex7ycBwsyYYW42hKZgAvgl62XJ7k vQhIwSboNC1aXJbbNhD/A== X-UI-Out-Filterresults: notjunk:1;V01:K0:o0AKDyJMYV4=:7AnYeI1xO4dcR1GhYAAee2 e/ZQaf5R+aupXuuMFt0GZfJVsIbUM84XIA7RPhrbJRzw4kR9EgSfR5VweU1+N23gB5HsqOjQY 0RfNyOwqjJSW6ozPs8FvJcBEY095iVbkD01gU1Aq7xrSNcMbq7U26Lwro50JSc7x+Iyr3VuWh knlzrZgVEkW58g2iKfoWBlmXeJXljuw2pi5pMQSsQ/xst9ScII2osPlAEqgTYIzxW12MKEDzH 9jlJG2pNuPHBek73uqV54u/fvtV257OBBBl+PMGAA+jZBcl/tA0hRMP00bcOq1mGLQZk6+Sjh FkRgxElF8rx8QgT+0wukKcsBgQbs74ugTZzv4Y5sxXuuFSYfya+6mtYIjkfq1tmr8Efj4Ekr3 4ioE36hCTcO/BhFh6FNtJ9usxpRLtJxhKN4A379FuWywZ6XNP4qXb9FE5LW330x+MZEHsDQSV soo1cbrFtApUE9cFZY+S0qivP7ZT8Y3yFeMBuSD6SjVG6PFBOsIioMDY0/ECOQU8AQTj6gwA9 Al9Y+M/xV/irX4zRIy3jiSdVWJT4Lsn7YXPsG2GMRD/ybAGc4O3BoGytpBnR1Cx4Vpwgxc+Rj cKYKnZsrFtt4YU+mQctIK8w4+HIS7nvSasGqMrIW7EXhoslu8nUCtZk5AZfzwZX9B3/Nn+UwX UOCnZaALScIDaY62u49PjPDJsm/WOr2INv+W92HRWtbCI8XLpgXsNtGxuzdbXQ7xFcrcWjTsc GB8gx14AVCgFmy0NR2tQ0bH4IO9D4Txrgr5rZaxsnrMn6hSvNe4zaJmtEY7BwEd8haQrvdQa8 3dawSss X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 24343 Cc: 24343@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Live System User writes: > Hi, Hi, > (add-to-list 'tramp-default-proxies-alist > '(nil "\\`root\\'" "/ssh:%h:")) > > You will notice that I did not have: > > (require 'tramp) > > I see Emacs popup with the expected initialization error: > > Symbol's value as variable is void: tramp-default-proxies-alist The Tramp manual says: --8<---------------cut here---------------start------------->8--- *Note* that some user options and variables described in these examples are not auto loaded by Emacs. All examples require TRAMP is installed and loaded: (require 'tramp) --8<---------------cut here---------------end--------------->8--- See (info "(tramp) Configuration") > Thanks. Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 01 08:57:59 2016 Received: (at 24343) by debbugs.gnu.org; 1 Sep 2016 12:57:59 +0000 Received: from localhost ([127.0.0.1]:45986 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfRZ4-0000is-NE for submit@debbugs.gnu.org; Thu, 01 Sep 2016 08:57:59 -0400 Received: from omr-a001e.mx.aol.com ([204.29.186.53]:52018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfRYz-0000ib-0D for 24343@debbugs.gnu.org; Thu, 01 Sep 2016 08:57:53 -0400 Received: from mtaout-mbd01.mx.aol.com (mtaout-mbd01.mx.aol.com [172.26.252.13]) by omr-a001e.mx.aol.com (Outbound Mail Relay) with ESMTP id 976903800087; Thu, 1 Sep 2016 08:57:43 -0400 (EDT) Received: from localhost (c-50-163-96-131.hsd1.ma.comcast.net [50.163.96.131]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout-mbd01.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id F3CD438000090; Thu, 1 Sep 2016 08:57:42 -0400 (EDT) From: Live System User To: Michael Albinus Subject: Re: bug#24343: 25.1; Emacs startup GTK error if init files contains an error References: <87a8ftjnry.fsf@aol.com> <87poopb5z4.fsf@gmx.de> Date: Thu, 01 Sep 2016 08:57:04 -0400 In-Reply-To: <87poopb5z4.fsf@gmx.de> (Michael Albinus's message of "Wed, 31 Aug 2016 12:14:23 +0200") Message-ID: <87y43bn5gf.fsf@aol.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20150623; t=1472734663; bh=uj/GoCG4c2NNF+D+TIBGBjgK2jGFyseuTnzv9HKncdM=; h=From:To:Subject:Message-ID:Date:MIME-Version:Content-Type; b=pu61MR99ymX1yPreaHPDWBgP/PwZLDhJKsXl9/3GoXlzjKhV87JV19n2BFudLHrak cXQfe8u5R9gQ1WK/OMuHUDwuy5+Uz3xo4Aqey1mApMtNIPQqv4ZDBEP8ZfTYfXCJ1R 8omc/XMxe7+RdzZBGsnSsyyltWsPJUgVNnHqsT5w= x-aol-sid: 3039ac1afc0d57c825c63723 X-AOL-IP: 50.163.96.131 X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 24343 Cc: 24343@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) Michael Albinus writes: Hi Michael, > Live System User writes: > >> Hi, > > Hi, > >> (add-to-list 'tramp-default-proxies-alist >> '(nil "\\`root\\'" "/ssh:%h:")) >> >> You will notice that I did not have: >> >> (require 'tramp) >> >> I see Emacs popup with the expected initialization error: >> >> Symbol's value as variable is void: tramp-default-proxies-alist > > The Tramp manual says: > > *Note* that some user options and variables described in these > examples are not auto loaded by Emacs. All examples require TRAMP is > installed and loaded: > > (require 'tramp) > > See (info "(tramp) Configuration") Right. As specified, I only used that as an example. You could substitute this in your .emacs file with: X or (add-to-list 'NON-EXISTANT-VARIABLE '(nil)) The bug being reported is: (emacs:23680): Gtk-WARNING **: Allocating size to Emacs 0x1ad02c0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate? This is presumably a problem with Emacs's interaction with GTK creating/manipulating a window or frame. Sorry if this was misinterpreted -- I wasn't picking on Tramp! Thanks. > >> Thanks. > > Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 19 13:45:29 2017 Received: (at control) by debbugs.gnu.org; 19 Jan 2017 18:45:29 +0000 Received: from localhost ([127.0.0.1]:35758 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cUHiD-0001wd-JP for submit@debbugs.gnu.org; Thu, 19 Jan 2017 13:45:29 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42309) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cUHiC-0001wP-Ik for control@debbugs.gnu.org; Thu, 19 Jan 2017 13:45:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUHi6-0008Sm-Ef for control@debbugs.gnu.org; Thu, 19 Jan 2017 13:45:23 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUHi6-0008Sg-BH for control@debbugs.gnu.org; Thu, 19 Jan 2017 13:45:22 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cUHi6-00040a-2F for control@debbugs.gnu.org; Thu, 19 Jan 2017 13:45:22 -0500 Subject: control message for bug 25486 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Thu, 19 Jan 2017 13:45:22 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.2 (--------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.2 (--------) forcemerge 24343 25486 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 15 08:17:06 2021 Received: (at 24343) by debbugs.gnu.org; 15 Aug 2021 12:17:06 +0000 Received: from localhost ([127.0.0.1]:45989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFF4c-0002LN-Eq for submit@debbugs.gnu.org; Sun, 15 Aug 2021 08:17:06 -0400 Received: from quimby.gnus.org ([95.216.78.240]:58462) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFF4Z-0002EB-Br; Sun, 15 Aug 2021 08:17:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=dg4YYqUVUSErJHsORnfCLdxW38yuTKxNzbwhZhK2Z+8=; b=Tvi49AWSdzCIidnpXQY5PBWCHF DcjBa38eo5Cck0Rng7XAGEijxEqyH2uyo8/q2L8rPGsMwHlQiKTLIcgZNxtO1V6i9Swmoehv8iCCL guwaJsnLaO6/hUmJX73LLQBnfTVrxNd3aAy+sdu6VsTppetyrcR6EW/S+wd1U8VNXGY4=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mFF4O-0008SU-4b; Sun, 15 Aug 2021 14:16:56 +0200 From: Lars Ingebrigtsen To: Ryan McCarl Subject: Re: bug#24343: 25.1; Emacs startup GTK error if init files contains an error References: <1484850101.27430.1.camel@wordbrewery.com> Date: Sun, 15 Aug 2021 14:16:51 +0200 In-Reply-To: <1484850101.27430.1.camel@wordbrewery.com> (Ryan McCarl's message of "Thu, 19 Jan 2017 11:21:41 -0700") Message-ID: <87sfzanbrg.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Ryan McCarl writes: > I ran emacs --debug-init and am getting this error in the console for > the first time: > > ``` > (emacs:26149): Gtk-WARNING **: Allocating size to Emacs 0x4a7e2a0 > without calling gtk_widget_get_p [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 24343 Cc: 25486@debbugs.gnu.org, 24343@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Ryan McCarl writes: > I ran emacs --debug-init and am getting this error in the console for > the first time: > > ``` > (emacs:26149): Gtk-WARNING **: Allocating size to Emacs 0x4a7e2a0 > without calling gtk_widget_get_preferred_width/height(). How does the > code know the size to allocate? > ``` > Features: > > =C2=A0In GNU Emacs 26.0.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.22= .6) > =C2=A0of 2017-01-12 built on ryanfedora (I'm going through old bug reports that unfortunately weren't resolved at the time.) I tried reproducing this now on Debian/bullseye (Gtk version 3.24) with Emacs 27.1 and 28, and I couldn't. Are you still seeing this issue? --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 15 08:17:10 2021 Received: (at control) by debbugs.gnu.org; 15 Aug 2021 12:17:10 +0000 Received: from localhost ([127.0.0.1]:45994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFF4g-0002O9-3v for submit@debbugs.gnu.org; Sun, 15 Aug 2021 08:17:10 -0400 Received: from quimby.gnus.org ([95.216.78.240]:58478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFF4e-0002Ij-LL for control@debbugs.gnu.org; Sun, 15 Aug 2021 08:17:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=150zwygaMlJVBQ6w9Qgp3pGFD8n5lUFaXevzoYpkR6o=; b=DrDYTgnh+metyCIXOFphpRt4b4 xD8O6xQd0xp8adyaYaZ9TqLBvfclUWt6858tWbH2OBmfGppoG8s8bJ3DrlG3LJNYD8+PK4MqQ++jP NKFjaFFGVSUVaRrXyogQfVWpXnDBspIQWTxL5Ffi8xHn41mMpEM8ZlnL+Bg1lqMrWGYM=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mFF4W-0008Sj-TB for control@debbugs.gnu.org; Sun, 15 Aug 2021 14:17:02 +0200 Date: Sun, 15 Aug 2021 14:16:59 +0200 Message-Id: <87r1eunbr8.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #24343 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 24343 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 24343 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 13 04:54:29 2021 Received: (at 24343) by debbugs.gnu.org; 13 Sep 2021 08:54:29 +0000 Received: from localhost ([127.0.0.1]:44357 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPhjR-0000TV-5Q for submit@debbugs.gnu.org; Mon, 13 Sep 2021 04:54:29 -0400 Received: from quimby.gnus.org ([95.216.78.240]:56000) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPhjE-0000Sl-7V; Mon, 13 Sep 2021 04:54:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=K+zrj4Ro08zkfOchQIci92uQ4+DllpEJnZZ5Y3hmVyM=; b=Cygf93D2Zvwi2vA0sPDKkw4ftq RNGunMABxupEQgyyCImwiuS7+9o8hzjeEm/3MNyFcnEIMxtD6er2FaZzzAKXPAmRYxWiOWkN+2hc7 4m81GMGV/3s8SxRh17288NANH3RFIHQlvRFcBJx5VWNJZ+gtohKN/FVIhLo8V1oFqADw=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mPhj5-000733-A0; Mon, 13 Sep 2021 10:54:09 +0200 From: Lars Ingebrigtsen To: Ryan McCarl Subject: Re: bug#24343: 25.1; Emacs startup GTK error if init files contains an error References: <1484850101.27430.1.camel@wordbrewery.com> <87sfzanbrg.fsf@gnus.org> Date: Mon, 13 Sep 2021 10:54:06 +0200 In-Reply-To: <87sfzanbrg.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 15 Aug 2021 14:16:51 +0200") Message-ID: <87sfy8etzl.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > I tried reproducing this now on Debian/bullseye (Gtk version 3.24) with > Emacs 27.1 and 28, and I couldn't. > > Are you still seeing this issue? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 24343 Cc: 25486@debbugs.gnu.org, 24343@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Lars Ingebrigtsen writes: > I tried reproducing this now on Debian/bullseye (Gtk version 3.24) with > Emacs 27.1 and 28, and I couldn't. > > Are you still seeing this issue? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 13 04:54:21 2021 Received: (at control) by debbugs.gnu.org; 13 Sep 2021 08:54:21 +0000 Received: from localhost ([127.0.0.1]:44355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPhjJ-0000T6-0Z for submit@debbugs.gnu.org; Mon, 13 Sep 2021 04:54:21 -0400 Received: from quimby.gnus.org ([95.216.78.240]:56020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPhjH-0000Ss-MS for control@debbugs.gnu.org; Mon, 13 Sep 2021 04:54:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=cEMVlJUmtVbH4Jtm01UEzgpZ5gfBTkBewpPKekzP7VI=; b=iuzX+VZ+WYaxNDYVS4WEIFVBfJ zTWCdWbQvfDth9RkrsnULBjhnOdxuzu7J5m3WXz5YjydLRDeU7v6auiAf3tTduQo6iGL4yYcHe8Te FseGKTiTATs3hqZno0AD/185ij4YwxmMqS5t58H0xBpzWVi6qeOv9SPo27zwR/aUi6i8=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mPhjA-00073F-5y for control@debbugs.gnu.org; Mon, 13 Sep 2021 10:54:14 +0200 Date: Mon, 13 Sep 2021 10:54:11 +0200 Message-Id: <87r1dsetzg.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #24343 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 24343 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 24343 quit From unknown Thu Aug 21 12:10:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 11 Oct 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator