[Orgmode] Re: Bug fix: org-mhe links don't work with mairix

2008-05-18 Thread Bill Wohler
Thomas Baumann <[EMAIL PROTECTED]> wrote: > your patch actually breaks namazu, swish and grep searches. > > A look at mh-search-choices (mh-search.el) reveals that for namazu, > swish and grep mh-search-regexp-builder is nil and therefore > > (funcall mh-search-regexp-builder ... > > raises a

Re: [Orgmode] Re: Bug fix: org-mhe links don't work with mairix

2008-05-17 Thread Nick Dokos
Thomas Baumann <[EMAIL PROTECTED]> wrote: > Hi Nick, > > your patch actually breaks namazu, swish and grep searches. > > A look at mh-search-choices (mh-search.el) reveals that for namazu, > swish and grep mh-search-regexp-builder is nil and therefore > > (funcall mh-search-regexp-builder ...

[Orgmode] Re: Bug fix: org-mhe links don't work with mairix

2008-05-17 Thread Thomas Baumann
Hi Nick, your patch actually breaks namazu, swish and grep searches. A look at mh-search-choices (mh-search.el) reveals that for namazu, swish and grep mh-search-regexp-builder is nil and therefore (funcall mh-search-regexp-builder ... raises an error. One might be tempted to solve this on th