From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: doc-view support for bookmark.el Date: Fri, 28 Dec 2007 01:10:23 -0800 Message-ID: <87bq8buqv4.fsf@red-bean.com> References: <8763yn3v07.fsf@member.fsf.org> <87prwu3kg0.fsf@member.fsf.org> <87prwu77ug.fsf@member.fsf.org> <87lk7hz3rg.fsf@red-bean.com> <87abnwv6fn.fsf@member.fsf.org> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198825824 12271 80.91.229.12 (28 Dec 2007 07:10:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Dec 2007 07:10:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 28 08:10:39 2007 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 1J89Ma-00011v-CF for ged-emacs-devel@m.gmane.org; Fri, 28 Dec 2007 08:10:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J89MF-0007lk-7o for ged-emacs-devel@m.gmane.org; Fri, 28 Dec 2007 02:10:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J89MB-0007lY-Om for emacs-devel@gnu.org; Fri, 28 Dec 2007 02:10:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J89MA-0007lC-AW for emacs-devel@gnu.org; Fri, 28 Dec 2007 02:10:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J89MA-0007l9-46 for emacs-devel@gnu.org; Fri, 28 Dec 2007 02:10:10 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.193.61]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J89M9-0007PY-OF for emacs-devel@gnu.org; Fri, 28 Dec 2007 02:10:09 -0500 Original-Received: from localhost ([127.0.0.1]:59551) by sanpietro.red-bean.com with esmtp (Exim 4.68) (envelope-from ) id 1J89M8-0002KD-6a for emacs-devel@gnu.org; Fri, 28 Dec 2007 01:10:08 -0600 In-Reply-To: <87abnwv6fn.fsf@member.fsf.org> (Tassilo Horn's message of "Thu\, 27 Dec 2007 10\:21\:48 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:85533 Archived-At: Tassilo Horn writes: > Definitely. I didn't want to document INFO-NODE, because it hardly > makes any sense for anything but bookmarks in info docs. Basically the > yet to be done `bookmark-make-cell-for-info-node' can use > `b-m-c-f-text-file' and install only another handler > (bookmark-jump-info), so that `bookmark-jump-noselect' can be split into > `bookmark-jump-text' and `bookmark-jump-info'. Then the INFO-NODE arg > could be dropped. > > I'm not sure when I find some time to work on that. Xmas was a good > excuse not to work on my diploma thesis, but I mustn't put it off any > longer. So if sombody wants to do it, go for it. Okay. I'll try to do it when I get a chance, but if someone wants to beat me to it, be my guest! :-) -Karl