From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: [rmail-mbox-branch]: inital problems Date: Wed, 15 Sep 2004 01:28:18 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <1095204498.515091.23142.nullmailer@Update.UU.SE> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095270552 7864 80.91.229.6 (15 Sep 2004 17:49:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2004 17:49:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 15 19:49:04 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C7dtv-0004m7-00 for ; Wed, 15 Sep 2004 19:49:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7dzY-0003Xu-LU for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2004 13:54:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7dyS-00035n-H1 for emacs-devel@gnu.org; Wed, 15 Sep 2004 13:53:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7dyQ-000358-Ni for emacs-devel@gnu.org; Wed, 15 Sep 2004 13:53:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7dyQ-000354-IH for emacs-devel@gnu.org; Wed, 15 Sep 2004 13:53:42 -0400 Original-Received: from [130.238.4.153] (helo=pernis.its.uu.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C7dsl-00040U-P9 for emacs-devel@gnu.org; Wed, 15 Sep 2004 13:47:52 -0400 Original-Received: by pernis.its.uu.se (Postfix, from userid 205) id B770D3E9; Wed, 15 Sep 2004 19:47:50 +0200 (MSZ) Original-Received: from pernis.its.uu.se(127.0.0.1) by pernis.its.uu.se via virus-scan id s671; Wed, 15 Sep 04 19:47:39 +0200 Original-Received: from Psilocybe.Update.UU.SE (Psilocybe.Update.UU.SE [130.238.19.25]) by pernis.its.uu.se (Postfix) with ESMTP id 1E16E3DC for ; Wed, 15 Sep 2004 19:47:39 +0200 (MSZ) Original-Received: from localhost (localhost [127.0.0.1]) by Psilocybe.Update.UU.SE (Postfix) with ESMTP id 0D48638012 for ; Wed, 15 Sep 2004 19:47:39 +0200 (CEST) Original-Received: from Psilocybe.Update.UU.SE ([127.0.0.1]) by localhost (Psilocybe [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03883-12 for ; Wed, 15 Sep 2004 19:47:38 +0200 (CEST) Original-Received: from Update.UU.SE (Lem.Update.UU.SE [130.238.19.73]) by Psilocybe.Update.UU.SE (Postfix) with SMTP for ; Wed, 15 Sep 2004 19:47:38 +0200 (CEST) Original-Received: (nullmailer pid 23143 invoked by uid 30270); Tue, 14 Sep 2004 23:28:18 -0000 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27141 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27141 If you start rmail without having a file to read (or if you read a babyl-RMAIL file), you get the following: No messages to show. Add something better soon. rmail-desc-get-keywords: Args out of range: [], 0 Opening an existing mbox file on the other hand produces this: Processing new messages... rmail-get-sender: Symbol's function definition is void: mail-strip-quoted-names I got the rmail mbox branch by going to the lisp/mail directory and running "cvs up -r rmail-mbox-branch". And recompiled emacs, and installed it. Happy hacking.