* [PATCH] debian: add a recommends for w3m-el or w3m-el-snapshot to notmuch-emacs
@ 2011-12-08 2:13 David Bremner
2011-12-08 9:33 ` Dmitry Kurochkin
2012-01-16 15:50 ` David Edmondson
0 siblings, 2 replies; 6+ messages in thread
From: David Bremner @ 2011-12-08 2:13 UTC (permalink / raw)
To: notmuch; +Cc: David Bremner
From: David Bremner <bremner@debian.org>
Installing w3m-el provides a nicer out of the box experience for
viewing html in notmuch, and the overhead is not too bad (about 5M
diskspace).
---
debian/control | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/debian/control b/debian/control
index f6f415e..369ef07 100644
--- a/debian/control
+++ b/debian/control
@@ -81,6 +81,7 @@ Breaks: notmuch (<<0.6~254~)
Replaces: notmuch (<<0.6~254~)
Depends: ${misc:Depends}, notmuch (>= ${source:Version}),
emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~)
+Recommends: w3m-el | w3m-snapshot
Description: thread-based email index, search and tagging (emacs interface)
Notmuch is a system for indexing, searching, reading, and tagging
large collections of email messages in maildir or mh format. It uses
--
1.7.7.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] debian: add a recommends for w3m-el or w3m-el-snapshot to notmuch-emacs
2011-12-08 2:13 [PATCH] debian: add a recommends for w3m-el or w3m-el-snapshot to notmuch-emacs David Bremner
@ 2011-12-08 9:33 ` Dmitry Kurochkin
2011-12-08 12:32 ` David Bremner
2012-01-16 15:50 ` David Edmondson
1 sibling, 1 reply; 6+ messages in thread
From: Dmitry Kurochkin @ 2011-12-08 9:33 UTC (permalink / raw)
To: David Bremner, notmuch; +Cc: David Bremner
Hi David.
I am not sure recommending w3m-el is a good idea. It has very annoying
bugs with scrolling (C-n): at some point the cursor jumps back above,
i.e. it goes in a loop. I did not investigate the issue though.
Regards,
Dmitry
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] debian: add a recommends for w3m-el or w3m-el-snapshot to notmuch-emacs
2011-12-08 9:33 ` Dmitry Kurochkin
@ 2011-12-08 12:32 ` David Bremner
2011-12-08 16:44 ` Dmitry Kurochkin
0 siblings, 1 reply; 6+ messages in thread
From: David Bremner @ 2011-12-08 12:32 UTC (permalink / raw)
To: Dmitry Kurochkin, notmuch
On Thu, 08 Dec 2011 13:33:09 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:
> I am not sure recommending w3m-el is a good idea. It has very annoying
> bugs with scrolling (C-n): at some point the cursor jumps back above,
> i.e. it goes in a loop. I did not investigate the issue though.
Hi Dmitry;
What do you think should be the default setup for rendering HTML in
notmuch?
d
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] debian: add a recommends for w3m-el or w3m-el-snapshot to notmuch-emacs
2011-12-08 12:32 ` David Bremner
@ 2011-12-08 16:44 ` Dmitry Kurochkin
0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Kurochkin @ 2011-12-08 16:44 UTC (permalink / raw)
To: David Bremner, notmuch
On Thu, 08 Dec 2011 08:32:12 -0400, David Bremner <david@tethera.net> wrote:
> On Thu, 08 Dec 2011 13:33:09 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:
>
> > I am not sure recommending w3m-el is a good idea. It has very annoying
> > bugs with scrolling (C-n): at some point the cursor jumps back above,
> > i.e. it goes in a loop. I did not investigate the issue though.
>
> Hi Dmitry;
>
> What do you think should be the default setup for rendering HTML in
> notmuch?
>
I think standalone w3m is currently better than w3m-el because of the
cursor move issue I described above. It has issues with charset, but it
should not affect most (i.e. English-only) users (and should be fixed
some day :)).
w3m-el would be better if we investigate and fix the cursor move issue.
Regards,
Dmitry
> d
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] debian: add a recommends for w3m-el or w3m-el-snapshot to notmuch-emacs
2011-12-08 2:13 [PATCH] debian: add a recommends for w3m-el or w3m-el-snapshot to notmuch-emacs David Bremner
2011-12-08 9:33 ` Dmitry Kurochkin
@ 2012-01-16 15:50 ` David Edmondson
2012-01-16 15:54 ` David Bremner
1 sibling, 1 reply; 6+ messages in thread
From: David Edmondson @ 2012-01-16 15:50 UTC (permalink / raw)
To: David Bremner, notmuch; +Cc: David Bremner
[-- Attachment #1: Type: text/plain, Size: 331 bytes --]
On Wed, 7 Dec 2011 22:13:06 -0400, David Bremner <david@tethera.net> wrote:
> From: David Bremner <bremner@debian.org>
>
> Installing w3m-el provides a nicer out of the box experience for
> viewing html in notmuch, and the overhead is not too bad (about 5M
> diskspace).
Given the discussion, should this be 'obsolete'?
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] debian: add a recommends for w3m-el or w3m-el-snapshot to notmuch-emacs
2012-01-16 15:50 ` David Edmondson
@ 2012-01-16 15:54 ` David Bremner
0 siblings, 0 replies; 6+ messages in thread
From: David Bremner @ 2012-01-16 15:54 UTC (permalink / raw)
To: David Edmondson, notmuch
On Mon, 16 Jan 2012 15:50:45 +0000, David Edmondson <dme@dme.org> wrote:
> On Wed, 7 Dec 2011 22:13:06 -0400, David Bremner <david@tethera.net> wrote:
> > From: David Bremner <bremner@debian.org>
> >
> > Installing w3m-el provides a nicer out of the box experience for
> > viewing html in notmuch, and the overhead is not too bad (about 5M
> > diskspace).
>
> Given the discussion, should this be 'obsolete'?
Yeah, I was thinking the same. Go for it.
d
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-01-16 15:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-08 2:13 [PATCH] debian: add a recommends for w3m-el or w3m-el-snapshot to notmuch-emacs David Bremner
2011-12-08 9:33 ` Dmitry Kurochkin
2011-12-08 12:32 ` David Bremner
2011-12-08 16:44 ` Dmitry Kurochkin
2012-01-16 15:50 ` David Edmondson
2012-01-16 15:54 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).