From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: breadcrumbs for Info . . . . . . Date: Sat, 14 Jun 2008 12:47:02 +0300 Message-ID: References: <009d01c8cb55$13d53e20$0200a8c0@us.oracle.com> <87fxrkltma.fsf@jurta.org> <00ae01c8cb71$c26aeef0$0200a8c0@us.oracle.com> <873ankqou6.fsf@jurta.org> <00d901c8cbc9$7df36fb0$0200a8c0@us.oracle.com> <87tzfzk331.fsf@jurta.org> <00a501c8ccdd$93328720$c2b22382@us.oracle.com> <002401c8cd1f$98631650$0200a8c0@us.oracle.com> <87hcbxd8t8.fsf@ambire.localdomain> <87tzfxb2xx.fsf@ambire.localdomain> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1213436874 15559 80.91.229.12 (14 Jun 2008 09:47:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Jun 2008 09:47:54 +0000 (UTC) Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 14 11:48:37 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K7SNA-0005Qi-CF for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 11:48:36 +0200 Original-Received: from localhost ([127.0.0.1]:48706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7SMM-0006qF-0w for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 05:47:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7SLh-0006ZO-8N for emacs-devel@gnu.org; Sat, 14 Jun 2008 05:47:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7SLg-0006Yk-BY for emacs-devel@gnu.org; Sat, 14 Jun 2008 05:47:04 -0400 Original-Received: from [199.232.76.173] (port=37470 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7SLf-0006YX-Um for emacs-devel@gnu.org; Sat, 14 Jun 2008 05:47:04 -0400 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:54138) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7SLf-0000Rc-JV for emacs-devel@gnu.org; Sat, 14 Jun 2008 05:47:03 -0400 Original-Received: from HOME-C4E4A596F7 ([84.228.242.237]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K2G00FDC6JH9RB0@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Sat, 14 Jun 2008 13:02:05 +0300 (IDT) In-reply-to: <87tzfxb2xx.fsf@ambire.localdomain> X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:99170 Archived-At: > From: Thien-Thi Nguyen > Date: Fri, 13 Jun 2008 20:32:58 +0200 > Cc: emacs-devel@gnu.org > > () Stefan Monnier > () Fri, 13 Jun 2008 10:05:23 -0400 > > That's not the same: the fact that the breadcrumbs are > displayed is an important part of it: breadcrumbs are not just > links, they're primarily a way for the user to quickly figure > out where she is within the whole document structure. > > It need not be intimately part of it. I acknowledge the > usefulness and desirability of collecting "where am i" info, but > not the proposed display method. Luckily, collection and display > can be separated. Doesn't Speedbar already include an equivalent functionality (of showing the user where she is in the document structure)?