bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16727: closed (Re: bug#16727: Question. How do you deal with... You


From: Don Warner Saklad
Subject: bug#16727: closed (Re: bug#16727: Question. How do you deal with... You must set `rmail-search-mime-header-function')
Date: Wed, 12 Feb 2014 17:40:38 -0500

a) For neophyte users unfamiliar with upgrading and programming on a system 
with GNU Emacs 23.3.1 how can neophyte users deal with...
    You must set `rmail-search-mime-header-function'

when trying...
    Esc-x rmail-summary-by-regexp

and then, for example set
    Regexp to summarize by: GNU/Linux

and get...
    You must set `rmail-search-mime-header-function'

b) For neophyte users unfamiliar with upgrading and programming what 
alternatives are there to an upgrade or reprogramming?


        >"By upgrading your Emacs.  This message was last seen in Emacs 23.4."
        >      You must set `rmail-search-mime-header-function'

        
        > That you are running a too old Emacs version (23.x, right?).  Time to
        > upgrade, this problem is fixed in Emacs 24.
        > 
        > Alternatively, change this fragment from rmailsum.el:
        > 
        >   (if rmail-enable-mime
        >       (if rmail-search-mime-header-function
        >           (funcall rmail-search-mime-header-function msg regexp 
(point))
        >         (error "You must set `rmail-search-mime-header-function'"))
        >     (re-search-forward regexp nil t)))
        > 
        > to say this instead:
        > 
        >   (if (and rmail-enable-mime
        >            rmail-search-mime-header-function)
        >       (funcall rmail-search-mime-header-function msg regexp (point))
        >     (re-search-forward regexp nil t)))
        > 
        > and then recompile rmailsum.el and reload rmailsum.elc.

              How do you do that?... information for neophyte users unfamiliar 
with upgrading and programming please! What's rmailsum.el ?...






.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]