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 9390C431FAF for ; Mon, 14 Jan 2013 16:37:32 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 vIPPhn0lQWLH for ; Mon, 14 Jan 2013 16:37:31 -0800 (PST) Received: from mail-vb0-f43.google.com (mail-vb0-f43.google.com [209.85.212.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B0F8C431FAE for ; Mon, 14 Jan 2013 16:37:31 -0800 (PST) Received: by mail-vb0-f43.google.com with SMTP id fs19so4235961vbb.30 for ; Mon, 14 Jan 2013 16:37:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=1DNz/8K7tNsB6EQkJM9s+7zn1+EEYWLr+QVAEuBONf4=; b=DCFwKpReqB+2RIOnQa1m98uCgvi44vAHKjqFMP++xVb/NomzB8iB8xgN7Kdn7FnMf3 0Ivbeeph5/9DXrCM9DZ7CRp1zzI/lhSdP/n/+TtQbivmUDozMdwLdJJzW1C68AqN51P9 oWHXNlrJ4Twknqs0Mk51ohwnp7cPYHG8T4wGhcPBPX8eC5SEpCrpKEsrArOp0heptYqR O4dqj0HpQjAwIhTs06IF8QZg8xV/g3jfb5YeX07ZgijVuL6+mvu6qqqIAj6NDsfpxxR1 anxta/qqGWkRYqMtqhnmupUdLDdttMQ+rRb5NUm6faK3M9Hh25b6OlK7usy53pvcei82 tgQg== MIME-Version: 1.0 Received: by 10.220.140.143 with SMTP id i15mr102640283vcu.15.1358210249963; Mon, 14 Jan 2013 16:37:29 -0800 (PST) Sender: awg@xvx.ca Received: by 10.220.233.135 with HTTP; Mon, 14 Jan 2013 16:37:29 -0800 (PST) X-Originating-IP: [2001:470:b:2bb::2] In-Reply-To: <87libvpbjd.fsf@zancas.localnet> References: <1357862220-1219-1-git-send-email-markwalters1009@gmail.com> <1358081032-3066-1-git-send-email-markwalters1009@gmail.com> <87libvpbjd.fsf@zancas.localnet> Date: Mon, 14 Jan 2013 17:37:29 -0700 X-Google-Sender-Auth: 89TrpwSgcJ-geQ9Ud--3kvi8jkY Message-ID: Subject: Re: [PATCH v3] emacs: show: possible w3m/invisibility workaround From: Adam Wolfe Gordon To: David Bremner Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnBaA5QWanqhSmyKTNBKA1Ltm+lf4s7Hwl1jSsIOnmo113smTHin+llTRfBZt+/YeOkE2TA Cc: notmuch@notmuchmail.org 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, 15 Jan 2013 00:37:32 -0000 On Mon, Jan 14, 2013 at 4:52 PM, David Bremner wrote: > Mark Walters writes: > >> There is a bug in the current notmuch code with w3m and invisible >> parts. w3m sets a keymap, and if we have a hidden [text/html] point >> at the start of the following line still gets this w3m keymap which >> causes some strange effects. For example, RET gives an error "No URL >> at Point" rather than hiding the message, goes to the next link >> rather than just down a line. > > pushed to relaese and master. I can confirm this solves the bug I was seeing. -- Adam