Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / b3 / 840570d1991c67e44c5c60e754ed7ac746b772
1 Return-Path: <schnouki@schnouki.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 18795429E21\r
6         for <notmuch@notmuchmail.org>; Mon,  3 Oct 2011 09:48:50 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References"\r
9 X-Spam-Flag: NO\r
10 X-Spam-Score: -0.1\r
11 X-Spam-Level: \r
12 X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
13         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
14         autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id K8X+FqxoZx-Q for <notmuch@notmuchmail.org>;\r
18         Mon,  3 Oct 2011 09:48:49 -0700 (PDT)\r
19 Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
20         by olra.theworths.org (Postfix) with ESMTP id AA3BB429E2F\r
21         for <notmuch@notmuchmail.org>; Mon,  3 Oct 2011 09:48:45 -0700 (PDT)\r
22 Received: from localhost.localdomain (thor.loria.fr [152.81.12.250])\r
23         by ks3536.kimsufi.com (Postfix) with ESMTPSA id 9AEA46A06B6;\r
24         Mon,  3 Oct 2011 18:48:44 +0200 (CEST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
26         s=key-schnouki; t=1317660524;\r
27         bh=O0e4lk16u6skPWcCaiBunBJw/MmwZkpy2vJ+oQPb0JI=;\r
28         h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:\r
29         In-Reply-To:References;\r
30         b=cfK8nmCOtlNeoXbiylvVNwirYo/hVu+kiNMMODS7SZSjsSrwjf8kvxup8u+aCK/Q/\r
31         AgN2VwtEI78ktM5crhutZgdZagZ28xJJRQZrN1f833Rzc7MdX8F0x4uRwjaZng2QzV\r
32         BtFwI6960mkH7LVH0ipzM/7yWv2fInNFYhkpq4fo=\r
33 From: Thomas Jost <schnouki@schnouki.net>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH 08/13] test: do not set frame width in emacs\r
36 Date: Mon,  3 Oct 2011 18:47:22 +0200\r
37 Message-Id: <1317660447-27520-9-git-send-email-schnouki@schnouki.net>\r
38 X-Mailer: git-send-email 1.7.6.4\r
39 In-Reply-To: <1317660447-27520-1-git-send-email-schnouki@schnouki.net>\r
40 References: <1317660447-27520-1-git-send-email-schnouki@schnouki.net>\r
41 In-Reply-To: <871uuuywtt.fsf@convex-new.cs.unb.ca>\r
42 References: <871uuuywtt.fsf@convex-new.cs.unb.ca>\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Mon, 03 Oct 2011 16:48:50 -0000\r
56 \r
57 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
58 \r
59 No need for `set-frame-width' in emacs tests since it runs in\r
60 screen now.\r
61 ---\r
62  test/test-lib.el |    3 ---\r
63  1 files changed, 0 insertions(+), 3 deletions(-)\r
64 \r
65 diff --git a/test/test-lib.el b/test/test-lib.el\r
66 index a783936..97ae593 100644\r
67 --- a/test/test-lib.el\r
68 +++ b/test/test-lib.el\r
69 @@ -20,9 +20,6 @@\r
70  ;;\r
71  ;; Authors: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
72  \r
73 -;; avoid crazy 10-column default of --batch\r
74 -(set-frame-width (window-frame (get-buffer-window)) 80)\r
75 -\r
76  ;; `read-file-name' by default uses `completing-read' function to read\r
77  ;; user input.  It does not respect `standard-input' variable which we\r
78  ;; use in tests to provide user input.  So replace it with a plain\r
79 -- \r
80 1.7.6.4\r
81 \r