From xemacs-m  Sun Jun 22 06:31:37 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id GAA15804
	for <xemacs-beta@xemacs.org>; Sun, 22 Jun 1997 06:31:36 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id NAA11202; Sun, 22 Jun 1997 13:31:36 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: Bookmark mode is broken
References: <87lo436i49.fsf@bittersweet.inetarena.com> <m2bu4ynbnb.fsf@altair.xemacs.org>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 22 Jun 1997 13:31:36 +0200
In-Reply-To: Steven L Baur's message of "22 Jun 1997 04:02:32 -0700"
Message-ID: <kigu3iq98mf.fsf@jagor.srce.hr>
Lines: 32
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta7) - "Oslo"

Steven L Baur <steve@xemacs.org> writes:

> Karl M Hegbloom <karlheg@inetarena.com> writes:
> 
> >  Edit | Bookmarks | Jump to Bookmark says: "Symbol's value as variable
> > is void: title"
> 
> This is reproducible but Karl forgot the send in lisp backtrace, here
> it is:
[...]

This patch fixes the immediate problem:

--- bookmark.el.orig	Sun Jun 22 13:28:52 1997
+++ bookmark.el	Sun Jun 22 13:28:53 1997
@@ -2087,7 +2087,7 @@
 	 (x-popup-menu event (bookmark-menu-build-paned-menu name entries)))
 	(t ; XEmacs
 	 (get-popup-menu-response
-	  (cons title
+	  (cons name
 		(mapcar
 		 (function
 		  (lambda (x)

But I cannot fathom why this function is being called by the menu code 
at all.  Something is mighty fishy in bookmark.el.  Bad synch with FSF?

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Speak softly and carry a +6 two-handed sword.

