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 749A2431FC0 for ; Mon, 1 Feb 2010 17:02:56 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 tests=[BAYES_50=0.001] autolearn=ham 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 afUeA2DN8B-D for ; Mon, 1 Feb 2010 17:02:55 -0800 (PST) Received: from mail-pz0-f189.google.com (mail-pz0-f189.google.com [209.85.222.189]) by olra.theworths.org (Postfix) with ESMTP id 2673D431FBD for ; Mon, 1 Feb 2010 17:02:55 -0800 (PST) Received: by pzk27 with SMTP id 27so5508512pzk.33 for ; Mon, 01 Feb 2010 17:02:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type; bh=L5js3lZQdMKZTcl77cCe6yB2uv43B2zYF0a8Qf29tVQ=; b=MMwvANUu4Q0ZgyxmcSvoLtEH6CJDedVbNyGgtvSQqeqH/naGqi9HsuFg37Qyts2GTe n3HyzwU/KHMBrcje2x4XkCRzy/VRHiRnVpzYp/c0bN639mI2kZF+5ewN7Z0Mn+WYtfWe iW/OGz3EhrOymlJxTDr/7I8GdaL1PvuBRXa88= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type; b=KdGe3JAvlQr9EZCfsdvr77lQHw+nLjoR6IlVhXXY3hXDCyZXpuB3s0tD4QZSbwIuqM 4UfTZ0wbLuKJVbeHETVAvBOqRHrEl6Fmz7hBLa1haXbJ7/wThgGQFf1OGfoKWl4YeQGv XURYTWaI4jPBrap0N3bZcLbDxj1qMW2Y9o5Io= Received: by 10.114.51.4 with SMTP id y4mr3533536way.166.1265072574408; Mon, 01 Feb 2010 17:02:54 -0800 (PST) Received: from planck.ghettodojo.com (c-98-246-175-117.hsd1.or.comcast.net [98.246.175.117]) by mx.google.com with ESMTPS id 21sm4987831pzk.11.2010.02.01.17.02.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Feb 2010 17:02:54 -0800 (PST) From: Tad Fisher To: notmuch@notmuchmail.org Date: Mon, 01 Feb 2010 17:05:40 -0800 Message-ID: <871vh4phuj.fsf@planck.ghettodojo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [notmuch] Emacs paned UI 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: Tue, 02 Feb 2010 01:02:56 -0000 Hello everyone! I've been using notmuch and following its development for a little while now, and I've come to like it very much. One thing that has been lacking is an easy-to-use Emacs interface, and I believe Keith and Carl had a little discussion a while back about how we should go about making a paned UI. So, I dusted off my Elisp manual and hacked up notmuch.el to support a 3-paned UI. This involved the creation of a minor mode (I call it notmuch-browse-mode) that manages window state, along with several modifications of existing functions to "do the right thing" when we're in browse-mode (such as close the "show" window, switch to the "folder" window, etc.). The UI is thus far usable, but not bug-free. For example, advancing-and-archiving using SPC sometimes "advances" to the same message (but I am always able to advance with "a"). Also, the search window does not update after archiving, but I believe this is an existing bug. The code is in the "emacs-ui" branch of the following repo: git://github.com/tadfisher/notmuch-tad.git Suggestions, criticism, and a code review are both needed and desired. -- Tad Fisher tadfisher@gmail.com sent via something other than notmuch: http://notmuchmail.org/