From: David Bremner Date: Fri, 17 Jan 2014 19:54:34 +0000 (+2000) Subject: Re: [Patch v3 1/3] info: start info documentation. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7ce894fcaf7676995bb15b178927cdb8a1e92bd1;p=notmuch-archives.git Re: [Patch v3 1/3] info: start info documentation. --- diff --git a/0e/825e4902aed7a02000e620c9fce97bff33acd9 b/0e/825e4902aed7a02000e620c9fce97bff33acd9 new file mode 100644 index 000000000..396d094bf --- /dev/null +++ b/0e/825e4902aed7a02000e620c9fce97bff33acd9 @@ -0,0 +1,80 @@ +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 19B08431FBD + for ; Fri, 17 Jan 2014 11:54:51 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 HQfBA3qvPoQs for ; + Fri, 17 Jan 2014 11:54:43 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 93F11431FB6 + for ; Fri, 17 Jan 2014 11:54:43 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1W4FV0-0003V8-E2; Fri, 17 Jan 2014 15:54:38 -0400 +Received: (nullmailer pid 8448 invoked by uid 1000); Fri, 17 Jan 2014 + 19:54:34 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [Patch v3 1/3] info: start info documentation. +In-Reply-To: <87iotir3ip.fsf@nikula.org> +References: + <1389791332-21719-1-git-send-email-david@tethera.net> + <1389791332-21719-2-git-send-email-david@tethera.net> + <87iotir3ip.fsf@nikula.org> +User-Agent: Notmuch/0.17+30~g50677dd (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Fri, 17 Jan 2014 15:54:34 -0400 +Message-ID: <87eh46gz9h.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +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: Fri, 17 Jan 2014 19:54:51 -0000 + +Jani Nikula writes: + +> On Wed, 15 Jan 2014, David Bremner wrote: +>> From: David Bremner +>> +>> Initially, just a skeleton of documentation for the emacs +>> interface. There are a few dangling references to other info pages; +>> these are to be generated from the man pages in a following commit. +> +> Is it possible to add a link to the info page from notmuch-hello? +> +> Jani. + +Yep, just need to add a button that calls + + (info "notmuch-emacs") + +We could/should also add custom keybindings to other modes to invoke the +same help. For example in notmuch-search-mode we can have a binding to call + + (info "(notmuch-emacs)notmuch-search") + +Let the bikeshedding over keybindings begin ;). Potentially we could +steal '?' if we made sure the key binding info was prominent. + +d