From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: Re: bookmark structure Date: Sat, 05 Apr 2008 14:02:54 -0400 Message-ID: References: <000d01c896b0$6044c7f0$0200a8c0@us.oracle.com> <001a01c8973d$83946980$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207418590 25449 80.91.229.12 (5 Apr 2008 18:03:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Apr 2008 18:03:10 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Apr 05 20:03:43 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JiCju-0000Ka-69 for geb-bug-gnu-emacs@m.gmane.org; Sat, 05 Apr 2008 20:03:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiCjH-0004EX-Fx for geb-bug-gnu-emacs@m.gmane.org; Sat, 05 Apr 2008 14:03:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JiCjC-0004E9-74 for bug-gnu-emacs@gnu.org; Sat, 05 Apr 2008 14:02:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JiCj9-0004Dk-NK for bug-gnu-emacs@gnu.org; Sat, 05 Apr 2008 14:02:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiCj9-0004Dg-Jm for bug-gnu-emacs@gnu.org; Sat, 05 Apr 2008 14:02:55 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JiCj9-0005PA-2t for bug-gnu-emacs@gnu.org; Sat, 05 Apr 2008 14:02:55 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq0BADpb90fO+J/WdGdsb2JhbACBXI94ASqYRg X-IronPort-AV: E=Sophos;i="4.25,609,1199682000"; d="scan'208";a="17871302" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 05 Apr 2008 14:02:54 -0400 Original-Received: from pastel.home ([206.248.159.214]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id LWH74854; Sat, 05 Apr 2008 14:02:54 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 788317F85; Sat, 5 Apr 2008 14:02:54 -0400 (EDT) In-Reply-To: <001a01c8973d$83946980$0200a8c0@us.oracle.com> (Drew Adams's message of "Sat, 5 Apr 2008 09:53:02 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17808 Archived-At: > last sentence is misleading (and unnecessary). The cdr of each bookmark is a > singleton list whose element is an alist. Actually, the text was right in this case, the example was wrong. > And what I said about the code comment still holds: >> bookmark-name, string-in-front, string-behind, and the second >> occurrence of annotation here should be uppercase here. Should both be fixed now, thanks, Stefan