From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24177 invoked from network); 21 May 2021 15:30:19 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 21 May 2021 15:30:19 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lk76O-004w0c-21 for ml@inbox.vuxu.org; Fri, 21 May 2021 10:30:16 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1lk76N-00FSeg-Ed for ml@inbox.vuxu.org; Fri, 21 May 2021 10:30:15 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lk76L-00FSeW-Ar for ding@lists.math.uh.edu; Fri, 21 May 2021 10:30:13 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lk76I-003qSJ-H5 for ding@lists.math.uh.edu; Fri, 21 May 2021 10:30:12 -0500 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:Date:Subject:From:To: Sender:Reply-To:Cc: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=78XIh8JkUesmc4z8zGn7HD2whA0uzw9On7ziS/qHztc=; b=SK+e/QYWAtMTn7wmmIKLxs7HyY P8BZqsvzDUj06B3XQcNcQVxY2I48D1DpvziTGkDNIEG3n42wQEQwJ2/ld+k3NIOTCkkLWF/BXHc4G U9vywm9L6t6liuy2Q332KDMG/erMFLsNfKIEdKd62IFvveabNH6O4gdW0cxCqQWRejq8=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lk76A-0005Mh-A7 for ding@gnus.org; Fri, 21 May 2021 17:30:05 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lk768-0006jm-Na for ding@gnus.org; Fri, 21 May 2021 17:30:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Valtteri Vuorikoski Subject: Starting gnus with desktop-mode Date: Fri, 21 May 2021 18:29:55 +0300 Message-ID: <87im3cds0c.fsf@notcom.org> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2.50 (gnu/linux) Cancel-Lock: sha1:/GqL3DxOuFNcujRpFcx7RIfYF2w= List-ID: Precedence: bulk I use desktop-mode to save the state of my emacs "desktop". However, gnus is not relaunched if it was active when the desktop was saved. I tried adding gnus-group-mode to desktop-buffer-mode-handlers but this had no apparent effect. Search engines mostly hit questions about gnus and desktop notifications and I couldn't find anything about this. Does anyone have suggestions? I'm running gnus shipped with GNU Emacs 27.2.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.16.0) of 2021-05-09. -Valtteri