From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: bookmark support for doc-view and image-mode (was: doc-view support for bookmark.el) Date: Wed, 26 Dec 2007 12:52:34 +0100 Message-ID: <87r6h9llkt.fsf_-_@member.fsf.org> References: <8763yn3v07.fsf@member.fsf.org> <87prwu3kg0.fsf@member.fsf.org> <87prwu77ug.fsf@member.fsf.org> <87myrxg90l.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198669975 20712 80.91.229.12 (26 Dec 2007 11:52:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Dec 2007 11:52:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 26 12:53:09 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 1J7Uoq-00043R-Tj for ged-emacs-devel@m.gmane.org; Wed, 26 Dec 2007 12:53:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7UoV-0005yH-RK for ged-emacs-devel@m.gmane.org; Wed, 26 Dec 2007 06:52:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J7UoS-0005y5-4s for emacs-devel@gnu.org; Wed, 26 Dec 2007 06:52:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J7UoQ-0005wG-Ge for emacs-devel@gnu.org; Wed, 26 Dec 2007 06:52:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7UoQ-0005w0-7a for emacs-devel@gnu.org; Wed, 26 Dec 2007 06:52:38 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J7UoQ-0006Eb-1K for emacs-devel@gnu.org; Wed, 26 Dec 2007 06:52:38 -0500 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 9A46282210 for ; Wed, 26 Dec 2007 06:52:37 -0500 (EST) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 26 Dec 2007 06:52:37 -0500 X-Sasl-enc: +4DTGJ4DJSV0OAFYOIx00SHUFQdWe69WrtYsKyM8ELTg 1198669957 Original-Received: from baldur (dslb-084-063-053-224.pools.arcor-ip.net [84.63.53.224]) by mail.messagingengine.com (Postfix) with ESMTP id D9C4F12CD3 for ; Wed, 26 Dec 2007 06:52:36 -0500 (EST) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <87myrxg90l.fsf@member.fsf.org> (Tassilo Horn's message of "Wed, 26 Dec 2007 09:22:50 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:85473 Archived-At: Tassilo Horn writes: >> Looks good from a cursory glance at it, although the repetition of >> all those bookmark-get-handler + if + funcall is begging for some >> redundancy-reduction. > > Yes, that came into my mind shortly after I've sent the patch. I'll > extract that into it's own function and install it then. Done that, and I added support for bookmarking images (text or displayed form) to image-mode.el. Bye, Tassilo