all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: bug-gnu-emacs@gnu.org
Cc: emacs-pretest-bug@gnu.org
Subject: bug#2058: 23.0.60; bewildering behavior when visit new file throw.pdf
Date: Wed, 28 Jan 2009 01:48:02 -0700	[thread overview]
Message-ID: <glp63s$72f$1@ger.gmane.org> (raw)
In-Reply-To: <87wscg91o6.fsf@thinkpad.tsdh.de>

Tassilo Horn wrote:
> Hi Alan & Drew,
> 
> I've made some changes:
> 
>   - I enhanced the docstring to mention what doc-view actually is.
> 
>   - If the file doesn't exist or is empty, then we fallback to ps-mode
>     or fundamental-mode, depending on the file name extension

Why not do something like

(let ((auto-mode-alist (remq (rassq 'doc-view-mode auto-mode-alist)
			     auto-mode-alist)))
   (normal-mode))

>   - If the images cannot be displayed (no png support, missing
>     conversion utility, tty frame), then the message is more explicit.
>     Now it says to which mode C-c C-c would switch, the C-c C-t message
>     was enhanced according to Alan's suggestion and it mentions `k'
>     which kills the buffer and stops a possibly running conversion.

-- 
Kevin Rodgers
Denver, Colorado, USA








  parent reply	other threads:[~2009-01-28  8:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.5816.1232925816.26697.bug-gnu-emacs@gnu.org>
2009-01-27  9:55 ` bug#2058: 23.0.60; bewildering behavior when visit new file throw.pdf Tassilo Horn
2009-01-27 12:02   ` Alan Mackenzie
2009-01-27 12:43     ` Tassilo Horn
2009-01-27 14:42       ` Alan Mackenzie
2009-01-27 14:46         ` Tassilo Horn
2009-01-27 16:03         ` Tassilo Horn
2009-01-27 16:20           ` Drew Adams
2009-01-28  8:48           ` Kevin Rodgers [this message]
     [not found]           ` <mailman.6064.1233133417.26697.bug-gnu-emacs@gnu.org>
2009-01-28 20:28             ` Tassilo Horn
2009-01-27 15:44   ` Drew Adams
2009-01-27 22:58   ` Richard M Stallman
2009-01-28  7:45     ` Tassilo Horn
2009-01-25 23:09 Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='glp63s$72f$1@ger.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=2058@emacsbugs.donarmstrong.com \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.