Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 50 / aa41eac4c17e79bb127991e5f4cceb12ed4951
1 Return-Path: <cworth@cworth.org>\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 0F0BC431FD0\r
6         for <notmuch@notmuchmail.org>; Wed, 22 Jun 2011 06:47:54 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.01\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.01 tagged_above=-999 required=5\r
12         tests=[T_MIME_NO_TEXT=0.01] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id hqmyvYjAbM4Z for <notmuch@notmuchmail.org>;\r
16         Wed, 22 Jun 2011 06:47:53 -0700 (PDT)\r
17 Received: from arlo.cworth.org (arlo.cworth.org [50.43.72.2])\r
18         by olra.theworths.org (Postfix) with ESMTP id 81A6E431FB6\r
19         for <notmuch@notmuchmail.org>; Wed, 22 Jun 2011 06:47:53 -0700 (PDT)\r
20 Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
21         by arlo.cworth.org (Postfix) with ESMTP id 240F629A041;\r
22         Wed, 22 Jun 2011 06:47:52 -0700 (PDT)\r
23 Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
24         id 0BCEC254157; Wed, 22 Jun 2011 06:47:52 -0700 (PDT)\r
25 From: Carl Worth <cworth@cworth.org>\r
26 To: Sebastien Binet <seb.binet@gmail.com>,\r
27         Jameson Graef Rollins <jrollins@finestructure.net>\r
28 Subject: Re: bug in emacs-ui ?\r
29 In-Reply-To: <87ei2m8imo.fsf@cern.ch>\r
30 References: <8739j5rn2d.fsf@cern.ch>\r
31         <87pqm8cz4f.fsf@servo.factory.finestructure.net>\r
32         <87oc1spkkc.fsf@cern.ch>\r
33         <87mxhccw9v.fsf@servo.factory.finestructure.net>\r
34         <87hb7kpi7e.fsf@cern.ch>\r
35         <87fwn4cm9q.fsf@servo.factory.finestructure.net>\r
36         <BANLkTin=viaP4US-=qj2x7BQOKhGaLeaHw@mail.gmail.com>\r
37         <87hb7jg2rl.fsf@servo.factory.finestructure.net>\r
38         <878vsv9eam.fsf@cern.ch> <87oc1qet0v.fsf@yoom.home.cworth.org>\r
39         <87ei2m8imo.fsf@cern.ch>\r
40 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1\r
41         (i486-pc-linux-gnu)\r
42 Date: Wed, 22 Jun 2011 06:47:46 -0700\r
43 Message-ID: <87pqm6f059.fsf@yoom.home.cworth.org>\r
44 MIME-Version: 1.0\r
45 Content-Type: multipart/signed; boundary="=-=-=";\r
46         micalg=pgp-sha1; protocol="application/pgp-signature"\r
47 Cc: notmuch@notmuchmail.org\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Wed, 22 Jun 2011 13:47:54 -0000\r
61 \r
62 --=-=-=\r
63 Content-Transfer-Encoding: quoted-printable\r
64 \r
65 On Wed, 22 Jun 2011 08:50:23 +0200, Sebastien Binet <seb.binet@gmail.com> w=\r
66 rote:\r
67 > On Tue, 21 Jun 2011 15:09:20 -0700, Carl Worth <cworth@cworth.org> wrote:\r
68 > > Perhaps this is an emacs bug?\r
69 > could be, but,\r
70 >=20\r
71 > > I'm using Debian's emacs 23.3.1 and have not encountered the problem\r
72 > > described.\r
73 > I don't see anything related to 'point', 'point-invisible-p' nor 'forward=\r
74 -char' in there:\r
75 > http://patch-tracker.debian.org/package/emacs23/23.3+1-1\r
76 \r
77 Perhaps I was confused. I thought 23.3.1 was a distinct upstream release\r
78 From=2023.3, but maybe not, (emacs version numbers use 1-based indexing\r
79 perhaps?).\r
80 \r
81 > anyways... for the moment I'll just live with it...\r
82 \r
83 Sorry about that.\r
84 \r
85 > except if somebody has some insights on how to "catch" the 'End of\r
86 > buffer' error and add some more protective programming around the\r
87 > 'scroll-up' function ?\r
88 \r
89 My emacs lisp skills are primarily restricted to actual\r
90 experimentation. So if I can replicate the bug, I might be able to find\r
91 a fix. I'm not very good at doing theoretical fixes with emacs lisp\r
92 code.\r
93 \r
94 =2DCarl\r
95 \r
96 --=-=-=\r
97 Content-Type: application/pgp-signature\r
98 \r
99 -----BEGIN PGP SIGNATURE-----\r
100 Version: GnuPG v1.4.11 (GNU/Linux)\r
101 \r
102 iEYEARECAAYFAk4B8oIACgkQ6JDdNq8qSWgCmwCeKRNeJp6Ss/DXXf7XC77PRiE7\r
103 frgAn0mydN3XvApbZwcG28HmpjaJ5E7P\r
104 =M60E\r
105 -----END PGP SIGNATURE-----\r
106 --=-=-=--\r