unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Don Warner Saklad <dsaklad@gnu.org>
To: 16727@debbugs.gnu.org, Don Warner Saklad <dsaklad@gnu.org>
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	[thread overview]
Message-ID: <5imwhwrm3d.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <handler.16727.D16727.139222185512800.notifdone@debbugs.gnu.org> (help-debbugs@gnu.org)

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






.





      parent reply	other threads:[~2014-02-12 22:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` Don Warner Saklad [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5imwhwrm3d.fsf@fencepost.gnu.org \
    --to=dsaklad@gnu.org \
    --cc=16727@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).