unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16727: Question. How do you deal with... You must set `rmail-search-mime-header-function'
@ 2014-02-12  4:32 Don Warner Saklad
  2014-02-12 16:17 ` Eli Zaretskii
       [not found] ` <handler.16727.D16727.139222185512800.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Don Warner Saklad @ 2014-02-12  4:32 UTC (permalink / raw)
  To: 16727, dsaklad

Question
How do you deal with
     You must set `rmail-search-mime-header-function'


With the cursor in RMAIL-summary, if you try
     Esc-x rmail-summary-by-regexp

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

it gets
     You must set `rmail-search-mime-header-function'




.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#16727: Question. How do you deal with... You must set `rmail-search-mime-header-function'
  2014-02-12  4:32 bug#16727: Question. How do you deal with... You must set `rmail-search-mime-header-function' Don Warner Saklad
@ 2014-02-12 16:17 ` Eli Zaretskii
       [not found] ` <handler.16727.D16727.139222185512800.notifdone@debbugs.gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2014-02-12 16:17 UTC (permalink / raw)
  To: Don Warner Saklad; +Cc: 16727-done

> From: Don Warner Saklad <dsaklad@gnu.org>
> Date: Tue, 11 Feb 2014 23:32:34 -0500
> 
> Question
> How do you deal with
>      You must set `rmail-search-mime-header-function'

By upgrading your Emacs.  This message was last seen in Emacs 23.4.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#16727: closed (Re: bug#16727: Question. How do you deal with... You must set `rmail-search-mime-header-function')
       [not found] ` <handler.16727.D16727.139222185512800.notifdone@debbugs.gnu.org>
@ 2014-02-12 22:40   ` Don Warner Saklad
  0 siblings, 0 replies; 3+ messages in thread
From: Don Warner Saklad @ 2014-02-12 22:40 UTC (permalink / raw)
  To: 16727, Don Warner Saklad

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 ?...






.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-12 22:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-12  4:32 bug#16727: Question. How do you deal with... You must set `rmail-search-mime-header-function' Don Warner Saklad
2014-02-12 16:17 ` Eli Zaretskii
     [not found] ` <handler.16727.D16727.139222185512800.notifdone@debbugs.gnu.org>
2014-02-12 22:40   ` bug#16727: closed (Re: bug#16727: Question. How do you deal with... You must set `rmail-search-mime-header-function') Don Warner Saklad

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).