From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Rmail mbox-format branch Date: Mon, 13 Sep 2004 19:04:23 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <41406C46.6050505@pajato.com> <01c4969e$Blat.v2.2.2$d48c9a40@zahav.net.il> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095116854 18183 80.91.229.6 (13 Sep 2004 23:07:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Sep 2004 23:07:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 14 01:07:13 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 1C6zui-0003Fa-00 for ; Tue, 14 Sep 2004 01:07:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C700G-0001dk-Dy for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2004 19:12:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C6zyt-00017w-OB for emacs-devel@gnu.org; Mon, 13 Sep 2004 19:11:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C6zyp-00014F-2L for emacs-devel@gnu.org; Mon, 13 Sep 2004 19:11:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C6zyo-00012j-Hv for emacs-devel@gnu.org; Mon, 13 Sep 2004 19:11:26 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C6zrz-0007UP-LM for emacs-devel@gnu.org; Mon, 13 Sep 2004 19:04:23 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1C6zrz-0001QQ-4N; Mon, 13 Sep 2004 19:04:23 -0400 Original-To: bob@rattlesnake.com In-reply-to: (bob@rattlesnake.com) 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:27095 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27095 `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'. Does this fix that bug? (You'd need to do update-file-autoloads then rebuild Emacs.) *** browse-url.el 15 Feb 2003 13:03:27 -0500 1.27.2.1 --- browse-url.el 13 Sep 2004 16:28:04 -0400 *************** *** 1303,1308 **** --- 1303,1309 ---- (defvar browse-url-activation-alist nil "A per buffer cache of overlays that mark URLs in the buffer.") + ;;;###autoload (defun browse-url-activate-urls (start end &optional face visited-face mouse-face keymap) "Activate the URLs in the region of the current buffer bracketed by START and END. This creates an overlay on each URL in the region. FACE, if provided,