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 1D86A421168 for ; Sun, 22 Jan 2012 00:56:45 -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 8080oZO3O2DY for ; Sun, 22 Jan 2012 00:56:42 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6F79C429E40 for ; Sun, 22 Jan 2012 00:56:42 -0800 (PST) Received: by wgbdt12 with SMTP id dt12so1755623wgb.2 for ; Sun, 22 Jan 2012 00:56:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.96.230 with SMTP id dv6mr6451465wib.11.1327222600624; Sun, 22 Jan 2012 00:56:40 -0800 (PST) Received: from localhost ([109.131.95.182]) by mx.google.com with ESMTPS id dr5sm28272149wib.0.2012.01.22.00.56.39 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 Jan 2012 00:56:40 -0800 (PST) From: Pieter Praet To: Mark Anderson , Aaron Ecay , David Edmondson , Jameson Graef Rollins Subject: [PATCH v4 1/3] emacs: s/buttonise/buttonize/g Date: Sun, 22 Jan 2012 09:54:27 +0100 Message-Id: <1327222469-29487-1-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.8.1 In-Reply-To: <871uqsku4h.fsf@praet.org> References: <871uqsku4h.fsf@praet.org> X-Gm-Message-State: ALoCoQmQdTZoBxHlxIIGsdUzAW7fxpl8/IQVDqPnq3bC8sowTrURmTjkBEt8wvTDyHR6ITSW4gIZ Cc: Notmuch Mail 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, 22 Jan 2012 08:56:46 -0000 "Worldwide, -ize endings prevail in scientific writing and are commonly used by many international organizations, such as the ISO and the WHO. The European Union switched from -ize to -ise some years ago in its English language publications, and this resulted in the coexistence of the -ize spelling in older legislative acts and the -ise spelling in more recent ones." ... and other convincing reasons [1]. Let's follow the good example of academic and standards bodies, instead of the errors of a non-democratic pseudo-authority [2]. [1] http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences#Greek-derived_spellings [2] http://en.wikipedia.org/wiki/Democratic_deficit_in_the_European_Union --- emacs/notmuch-show.el | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index e6a5b31..57dd232 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -899,8 +899,8 @@ current buffer, if possible." (defvar notmuch-show-buffer-name nil) (make-variable-buffer-local 'notmuch-show-buffer-name) -(defun notmuch-show-buttonise-links (start end) - "Buttonise URLs and mail addresses between START and END. +(defun notmuch-show-buttonize-links (start end) + "Buttonize URLs and mail addresses between START and END. This also turns id:\"\"-parts into buttons for a corresponding notmuch search." @@ -976,7 +976,7 @@ buffer." (notmuch-show-insert-forest (notmuch-query-get-threads basic-args)))) - (jit-lock-register #'notmuch-show-buttonise-links) + (jit-lock-register #'notmuch-show-buttonize-links) (run-hooks 'notmuch-show-hook)) -- 1.7.8.1