unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
Subject: Re: Rmail mbox-format branch
Date: Sat, 11 Sep 2004 13:50:57 +0000 (UTC)	[thread overview]
Message-ID: <m1C68HJ-000UNUC@rattlesnake.com> (raw)
In-Reply-To: <E1C65T6-0000zl-Hb@fencepost.gnu.org> (message from Richard Stallman on Sat, 11 Sep 2004 06:50:56 -0400)

   I think we need at least one or two people to try the mbox-format code
   before we install it in the trunk.  Can a couple of people try it now?

I just tried the rmail-mbox-branch on an mbox text file.

`rmail-activate-urls' is erroneously called which prevents Emacs from
reading the mbox file.  The *Messages* buffer says
`Symbol's function definition is void: browse-url-activate-urls'.

When I comment out the `(rmail-activate-urls)' line in the function
definition for `rmail-show-message' in the mbox-format branch of
rmail.el, I am able to read the email.

`rmail-activate-urls' does not exist in the `rmail-format' (main)
branch of the /usr/local/src/emacs/lisp/mail/ directory.


Here is what I did:

    ## in a shell
    ## cd <to-the-CVS-repository-on-my-machine> 
    cd /usr/local/src/emacs/lisp/mail

    ## discover the name of the branch
    cvs status -v rmail.el

    ## convert all files to that branch 
    ##     time is: Sat, 2004 Sep 11  12:56 UTC
    cvs update -r rmail-mbox-branch

        # Run a `plain vanilla' Emacs using the mbox branch:
        #     /usr/local/src/emacs/src/emacs -Q
        # #### and look at an mbox file:
        # 
        #     C-u M-x rmail RET mbox-foo RET 
        # 
        # ## In *Messages* buffer, see:
        # 
        # Processing new messages...done (55)
        # save-excursion: Symbol's function definition is void:
        #  browse-url-activate-urls

        # Comment out the `(rmail-activate-urls)' line in the function
        # definition for `rmail-show-message' in the mbox-format branch of
        # rmail.el and evaluate the rmail.el buffer.
        # Now able to read email in mbox-foo.

    ## update to previous version, using `-A' to reset
    cvs update -A

        # Run a `plain vanilla' Emacs using the previous branch:
        #     /usr/local/src/emacs/src/emacs -Q
        # #### and look at the same mbox file:
        # 
        #     C-u M-x rmail RET mbox-foo RET 
        # 
        # ## In *Messages* buffer, see:
        #         Converting to Babyl format...done
        # ## Also able to read email from same mbox file.

-- 
    Robert J. Chassell                         
    bob@rattlesnake.com                         GnuPG Key ID: 004B4AC8
    http://www.rattlesnake.com                  http://www.teak.cc

  parent reply	other threads:[~2004-09-11 13:50 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-09  4:02 Rmail mbox-format branch Richard Stallman
2004-09-09 14:13 ` Stefan
2004-09-09 14:44   ` Paul Michael Reilly
2004-09-09 15:25     ` Stefan
2004-09-09 18:56     ` Eli Zaretskii
2004-09-09 22:19       ` Miles Bader
2004-09-10  7:36         ` Kim F. Storm
2004-09-10  9:18           ` Eli Zaretskii
2004-09-10  9:38             ` Miles Bader
2004-09-10 10:41               ` Kim F. Storm
2004-09-10 11:44                 ` Eli Zaretskii
2004-09-10 11:36               ` Eli Zaretskii
2004-09-10 10:39             ` Kim F. Storm
2004-09-10 11:42               ` Eli Zaretskii
2004-09-10 12:38                 ` Kim F. Storm
2004-09-10 16:17                   ` Eli Zaretskii
2004-09-11 23:19                     ` Kim F. Storm
2004-09-11 10:52                   ` Richard Stallman
2004-09-11 11:17                     ` Eli Zaretskii
2004-09-11 16:45                     ` Kim F. Storm
2004-09-11  2:49           ` Luc Teirlinck
2004-09-11 18:46             ` Proof-reading manuals (was Re: Rmail mbox-format branch) Kim F. Storm
2004-09-15  1:12               ` Luc Teirlinck
2004-09-16 11:19                 ` Richard Stallman
2004-09-18 22:06                   ` Luc Teirlinck
2004-09-19 11:00                     ` Richard Stallman
2004-09-19 16:29                       ` Proof-reading manuals Kim F. Storm
2004-09-11 10:50       ` Rmail mbox-format branch Richard Stallman
2004-09-11 11:22         ` Eli Zaretskii
2004-09-11 16:57           ` Stefan
2004-09-13  6:59           ` Richard Stallman
2004-09-15 10:25             ` Thien-Thi Nguyen
2004-09-11 13:50         ` Robert J. Chassell [this message]
2004-09-13 23:04           ` Richard Stallman
2004-09-10 17:41   ` Richard Stallman
2004-09-10 20:27     ` Alex Schroeder
2004-09-12  9:09       ` Richard Stallman

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=m1C68HJ-000UNUC@rattlesnake.com \
    --to=bob@rattlesnake.com \
    /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).