Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 7D515431FAF for ; Sun, 2 Sep 2012 07:48:46 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vUBTabZh56FY for ; Sun, 2 Sep 2012 07:48:46 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B7615431FB6 for ; Sun, 2 Sep 2012 07:48:45 -0700 (PDT) Received: by lahc1 with SMTP id c1so3338105lah.26 for ; Sun, 02 Sep 2012 07:48:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=783eLBQe4UTazm83s/OhvXlwntXlLotR8Lfu6RoCM7s=; b=EHeo9hijUZJ8BwfTTr+cqppd7oZ0qzAKx/7Lbs7XSkMgSeA8uacznU2dkmuNDnxdiU G4VZpPfPTj7E+B1iTnhTaePYx7sYzjAvexs5SuBdvYRV0Jk38pjqeGgxLNTQARbKLw6V Y2q1Mo1OfJoMFNEC+jolYm7Xk8pP+dzuR0y/WmjPeoaeKMtNBUA64mXqqyEki6+K4pWr 8uVn4Rr5KeW9nlExmrHnwKH7OsBQm+gImlJ32zBc5STxXinB4FND3rYGYTXL4ajRb7ou /ghT6W80ycXQst3b74b79VX1Eq6+Jcdabccu85xCRcOcl2DANpHcQ4Q0GCJG+Y3Yw4AT lKpw== Received: by 10.112.31.170 with SMTP id b10mr4458875lbi.67.1346597324088; Sun, 02 Sep 2012 07:48:44 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id nf5sm10730062lab.3.2012.09.02.07.48.42 (version=SSLv3 cipher=OTHER); Sun, 02 Sep 2012 07:48:43 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 1/5] emacs: document the notmuch-hello no-display argument Date: Sun, 2 Sep 2012 17:48:33 +0300 Message-Id: <6c124d4203fe03ce4a48f16a60dd47d23e3714e8.1346596156.git.jani@nikula.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQmoQ/D5waU7hgUggSC/iJQjQFKRpjs0QqXEODdtc06siTRubUdqlauabBPUEWClGJ/MtPcK X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 14:48:46 -0000 --- emacs/notmuch-hello.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 684bedc..4dfe5d2 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -751,7 +751,11 @@ following: ;;;###autoload (defun notmuch-hello (&optional no-display) - "Run notmuch and display saved searches, known tags, etc." + "Run notmuch and display saved searches, known tags, etc. + +If the optional NO-DISPLAY argument is non-nil, only update the +notmuch-hello buffer if it already exists, without switching to +it (i.e. use `set-buffer' rather than `switch-to-buffer')." (interactive) ;; Jump through a hoop to get this value from the deprecated variable -- 1.7.9.5