unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: in dired hit v on a .zip archive
Date: Tue, 13 Apr 2004 17:02:29 -0600	[thread overview]
Message-ID: <407C7185.6010905@yahoo.com> (raw)
In-Reply-To: 87ekqt55wk.fsf@jidanni.org

Dan Jacobson wrote:
 > Well, what is it going to be for all of these, yoo hoo, oh father of
 > free software? Strict RET and v divided, like Kevin wants, or v=RET
 > muddled, like I seem to maybe still want?

Here's what RMS wrote to me regarding my patch:

| This change would not achieve its aim.  view-file on a Dired buffer
| does nothing except switch-to-buffer, because Dired mode is a special
| mode:
|
|   (interactive "fView file: ")
|   (unless (file-exists-p file) (error "%s does not exist" file))
|   (let ((had-a-buf (get-file-buffer file))
| 	  (buffer (find-file-noselect file)))
|     (if (eq (with-current-buffer buffer
| 		(get major-mode 'mode-class))
| 	      'special)
| 	  (progn
| 	    (switch-to-buffer buffer)
| 	    (message "Not using View mode because the major mode is special"))
|
| This recognizes that using view-mode on a directory listing is not
| very useful.  The code should do what it does now.

-- 
Kevin Rodgers

  reply	other threads:[~2004-04-13 23:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.427.1081466848.23317.bug-gnu-emacs@gnu.org>
2004-04-09 22:01 ` in dired hit v on a .zip archive Kevin Rodgers
2004-04-12 19:54   ` Dan Jacobson
2004-04-13 23:02     ` Kevin Rodgers [this message]
2004-04-08 21:54 Dan Jacobson

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=407C7185.6010905@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).