From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marvin Doyley Subject: Re: Problem with docview Date: Sat, 11 May 2013 14:56:52 -0400 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbEyZ-0007zm-T6 for emacs-orgmode@gnu.org; Sat, 11 May 2013 14:57:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbEyT-0007kU-Vo for emacs-orgmode@gnu.org; Sat, 11 May 2013 14:56:59 -0400 Received: from mx7.its.rochester.edu ([128.151.24.35]:32872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbEyT-0007kK-Sh for emacs-orgmode@gnu.org; Sat, 11 May 2013 14:56:53 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: ndokos@gmail.com Cc: "emacs-orgmode@gnu.org" Hi Nick, I tried what you suggested, but the problem still persists. Here the backtrace Debugger entered--Lisp error: (error "Invalid image file name `nil'") signal(error ("Invalid image file name `nil'")) error("Invalid image file name `%s'" nil) image-type(nil png nil) create-image(nil png nil :pointer arrow) apply(create-image nil png nil (:pointer arrow)) (let ((image (apply (quote create-image) file (quote png) nil args))) = (setq doc-view-current-image image) (insert-image image (concat "[" file = "]") nil doc-view-current-slice)) doc-view-insert-image(nil :pointer arrow) (let ((beg (point))) (doc-view-insert-image (nth (1- page) = doc-view-current-files) :pointer (quote arrow)) (put-text-property beg = (point) (quote help-echo) doc-view-current-info)) (let ((len (length doc-view-current-files))) (if (< page 1) (setq page = 1) (if (> page len) (progn (setq page len)))) (setq = doc-view-current-page page doc-view-current-info (concat (propertize = (format "Page %d of %d." doc-view-current-page len) (quote face) (quote = bold)) (if doc-view-current-converter-process " (still converting...)\n" = "\n") (if (and doc-view-current-search-matches (assq = doc-view-current-page doc-view-current-search-matches)) (progn (concat = (propertize "Search matches:\n" (quote face) (quote bold)) (let (...) = (progn ...) contexts)))))) (setq inhibit-read-only t) (erase-buffer) = (let ((beg (point))) (doc-view-insert-image (nth (1- page) = doc-view-current-files) :pointer (quote arrow)) (put-text-property beg = (point) (quote help-echo) doc-view-current-info)) (insert "\n" = doc-view-current-info) (goto-char (point-min)) (forward-char) (setq = inhibit-read-only nil)) doc-view-goto-page(1) org-docview-open(#("540.full.pdf::1" 0 15 (org-attr nil))) org-open-at-point() org-open-at-mouse((mouse-2 (# 33 (58 . 15) = 250980086 nil 33 (5 . 0) nil (3 . 15) (11 . 23)))) call-interactively(org-open-at-mouse nil nil) cheers M=