From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Roland Winkler Newsgroups: gmane.emacs.devel Subject: Re: DJVU files and ImageMagick Date: Tue, 05 Feb 2019 21:53:16 -0600 Message-ID: <87k1idk1xv.fsf@gnu.org> References: <87zhrdn8lf.fsf@gmx.net> <87va201e07.fsf@gnu.org> <87lg2vjw42.fsf@gmx.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="25800"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 06 04:54:11 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1grEHr-0006bY-BJ for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2019 04:54:11 +0100 Original-Received: from localhost ([127.0.0.1]:44567 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grEHq-0005JS-7A for ged-emacs-devel@m.gmane.org; Tue, 05 Feb 2019 22:54:10 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grEHB-0005JC-Ha for emacs-devel@gnu.org; Tue, 05 Feb 2019 22:53:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grEHA-0003Yf-MX for emacs-devel@gnu.org; Tue, 05 Feb 2019 22:53:29 -0500 Original-Received: from [195.159.176.226] (port=56620 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grEHA-0003Y7-Fx for emacs-devel@gnu.org; Tue, 05 Feb 2019 22:53:28 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1grEH7-0005hO-W3 for emacs-devel@gnu.org; Wed, 06 Feb 2019 04:53:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:zxON+7hvuZMAvnweU1s7lPXQp0w= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:233026 Archived-At: On Mon, Feb 04 2019, Stephen Berman wrote: > There are a couple of features I miss; one is that I often > like to open DJVU files from Dired Stefan suggested to me how to modify the code such that a djvu-mode can be added to auto-mode-alist. I have not yet found the time to look at this more carefully. But it should solve this problem. In the meanwhile you could advice find-file-noselect as described in djvu.el, which should work in most cases, too. > Another nice thing would be integration with the Emacs bookmark > facility (I haven't tried using the djvu bookmark facility, but it > looks like it's tied to djvu outlines, so orthogonal to Emacs > bookmarks). Djvu bookmarks are for efficiently moving within a djvu document, similar to how one can define bookmarks within a pdf document. I have never used Emacs bookmarks, but it seems their main idea is different, moving around across different files. > I also like the way pdf-view-mode (and doc-view-mode) displays both > the current and total number of pages Yes, that makes sense; it will be part of the next update in GNU Elpa (implemented slightly different from your code). Roland