Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id D234D6DE1585 for ; Mon, 3 Aug 2015 02:03:29 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 1.265 X-Spam-Level: * X-Spam-Status: No, score=1.265 tagged_above=-999 required=5 tests=[AWL=-0.131, SPF_NEUTRAL=0.652, URIBL_SBL=0.644, URIBL_SBL_A=0.1] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lK-jOKo_f57k for ; Mon, 3 Aug 2015 02:03:25 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 8A1DE6DE145D for ; Mon, 3 Aug 2015 02:03:25 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 6B830100046; Mon, 3 Aug 2015 12:03:10 +0300 (EEST) From: Tomi Ollila To: David Bremner , Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH 2/2] emacs: make modifications to message Fcc vars buffer-local In-Reply-To: <87fv4093sl.fsf@maritornes.cs.unb.ca> References: <87vbdrysd7.fsf@qmul.ac.uk> <1438422296-29087-1-git-send-email-david@tethera.net> <1438422296-29087-3-git-send-email-david@tethera.net> <873800yfuq.fsf@qmul.ac.uk> <87fv4093sl.fsf@maritornes.cs.unb.ca> User-Agent: Notmuch/0.20.2+42~gbf3bfb8 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Mon, 03 Aug 2015 09:03:30 -0000 On Mon, Aug 03 2015, David Bremner wrote: > Mark Walters writes: > >> >> Do you mean the buffer name is *mail*? We could just call rename-buffer >> somewhere (maybe in our derived mode bit?) > > The mode-line says "notmuch-compose", but the menu is called > "Message". Maybe we should call the mode "notmuch-message" and write > "Notmuch Message" in the mode line. You know what Tomi always says about > naming things ;). Looks like a good naming! Also note that we do have the BOTH hard things currently effective during developent and testing: cache invalidation, off-by-one errors and naming things :D Tomi