From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87793 Path: news.gmane.org!.POSTED!not-for-mail From: Michael Baer Newsgroups: gmane.emacs.gnus.general Subject: Updating frame on gnus-group-get-new-news Date: Wed, 25 Oct 2017 15:49:39 -0700 Message-ID: <8760b29724.fsf@mikesoffice.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1508971840 12371 195.159.176.226 (25 Oct 2017 22:50:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 25 Oct 2017 22:50:40 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) To: ding Original-X-From: ding-owner+m36007@lists.math.uh.edu Thu Oct 26 00:50:35 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048035.atla03.us.yomura.com ([107.189.48.35]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e7UVJ-0001tP-Rf for ding-account@gmane.org; Thu, 26 Oct 2017 00:50:29 +0200 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048035.atla03.us.yomura.com (Halon) with ESMTPS id e80ed858-b9d6-11e7-b60e-b499baabecb2; Wed, 25 Oct 2017 22:50:32 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1e7UUi-0000YW-58; Wed, 25 Oct 2017 17:49:52 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1e7UUe-0000Xn-CV for ding@lists.math.uh.edu; Wed, 25 Oct 2017 17:49:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1e7UUc-0006bs-3f for ding@lists.math.uh.edu; Wed, 25 Oct 2017 17:49:48 -0500 Original-Received: from dns.mikesoffice.com ([75.101.48.145] helo=mail.mikesoffice.com) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1e7UUa-0003MM-Is for ding@gnus.org; Thu, 26 Oct 2017 00:49:44 +0200 Original-Received: from localhost (unknown [IPv6:2001:470:1f05:274:3e97:eff:feba:52f]) by mail.mikesoffice.com (Postfix) with ESMTPSA id 5BD55395D8B; Wed, 25 Oct 2017 15:49:39 -0700 (PDT) X-Face: "*g#dUT3;8M9AE5dLk\\b4G\cNCQkRb.g/2QwEXQKf.: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87793 Archived-At: I think I'm missing something obvious and I hoped someone here could help point it out to me. I have function to run offlineimap and then gnus-group-get-new-news. When I run the function the gnus group frame isn't updated with the new mail folder info (e.g. number of unread mail / total number of mail, etc.). If I run M-x gnus-group-get-new-news or just 'g' afterwords, the frame is updated as expected. It just doesn't update from the gnus-group-get-new-news in my function. The function is listed below. Gnus v5.13 GNU Emacs 25.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.22.17) of 2017-09-14 (defun cc-offlineimap-and-get-news () (interactive) (gnus-group-get-new-news) (shell-command "dotopright.pl 'time offlineimap; sleep 4'") (gnus-group-get-new-news) ) [ dotopright.pl just figures out where to put a terminal on the screen and then opens the terminal running the passed in command ] -Mike -- Michael Baer gnus@mikesoffice.com omnes deorsum absurdo est