unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: jeff.rancier@softechnics.com (Jeffery B. Rancier)
Subject: Re: Changing open file buffer handling
Date: Wed, 05 Mar 2003 13:28:01 -0500	[thread overview]
Message-ID: <usmu1r7m6.fsf@softechnics.com> (raw)
In-Reply-To: 200303051634.h25GYiR6004487@beta.mvs.co.il

"Ehud Karni" <ehud@unix.mvs.co.il> writes:

[snip]
>
> Add this to your .emacs:
>
> (defun dired-find-alternate-file 
>   "In dired, visit this file or directory instead of dired buffer."
>   (interactive "P")
>        (find-alternate-file (dired-get-filename)))
>

Should that be

(defun dired-find-alternate-file 
  "In dired, visit this file or directory instead of dired buffer."
  (interactive)
       (find-alternate-file (dired-get-filename)))

?
-- 

Thanks,
Jeff
,----
| Jeffery B. Rancier
| 
| Softechnics
| a METTLER TOLEDO company
`----

  reply	other threads:[~2003-03-05 18:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-05 11:15 Changing "open file" buffer handling Niclas Blomqvist
2003-03-05 15:48 ` Jeffery B. Rancier
2003-03-05 16:34 ` Changing open file " Ehud Karni
2003-03-05 18:28   ` Jeffery B. Rancier [this message]
2003-03-05 20:16     ` Ehud Karni
     [not found]   ` <mailman.2808.1046888898.21513.help-gnu-emacs@gnu.org>
2003-03-05 19:43     ` Kevin Rodgers
  -- strict thread matches above, loose matches on Subject: below --
2003-03-05 16:31 Changing "open file" " Ed Rubinsky

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=usmu1r7m6.fsf@softechnics.com \
    --to=jeff.rancier@softechnics.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.
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).