all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: Juri Linkov <juri@linkov.net>, 19450@debbugs.gnu.org
Subject: bug#19450: 25.0.50; In vc-dir display file in other window
Date: Sat, 27 Dec 2014 10:46:30 +0200	[thread overview]
Message-ID: <549E71E6.5050702@yandex.ru> (raw)
In-Reply-To: <87ppb5j3s8.fsf@mail.linkov.net>

On 12/27/2014 03:10 AM, Juri Linkov wrote:

> +(defun vc-dir-display-file (&optional event)
> +  "Display the file on the current line, in another window."
> +  (interactive (list last-nonmenu-event))
> +  (if event (posn-set-point (event-end event)))
> +  (display-buffer (find-file-noselect (vc-dir-current-file))
> +		  t))

Why not use `vc-dir-find-file-other-window'?






  reply	other threads:[~2014-12-27  8:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-27  1:10 bug#19450: 25.0.50; In vc-dir display file in other window Juri Linkov
2014-12-27  8:46 ` Dmitry Gutov [this message]
2014-12-28  0:55   ` Juri Linkov
2014-12-28  1:26     ` Dmitry Gutov
2014-12-29  0:47       ` Juri Linkov

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=549E71E6.5050702@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=19450@debbugs.gnu.org \
    --cc=juri@linkov.net \
    /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.