unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Nikolaj Schumacher <me@nschum.de>
To: tomer <tomer1levin@walla.co.il>
Cc: help-gnu-emacs@gnu.org
Subject: Re: ediff-revision automation
Date: Mon, 20 Oct 2008 01:06:36 +0200	[thread overview]
Message-ID: <m2tzb85gn7.fsf@nschum.de> (raw)
In-Reply-To: <d12492af-6e69-4849-8599-7f3d99b52faf@e17g2000hsg.googlegroups.com> (tomer's message of "Sun\, 19 Oct 2008 09\:58\:14 -0700 \(PDT\)")

tomer <tomer1levin@walla.co.il> wrote:

> it would be great if there woulb  simple way (without overide ediff-
> revision function)
> to use the default (file A: current buffer,file B: last version of
> current buffer)

Try this function:

(defun vc-ediff ()
  (interactive)
  (require 'ediff)
  (require 'vc)
  (vc-buffer-sync)
  (ediff-load-version-control)
  (ediff-vc-internal "" ""))



regards,
Nikolaj Schumacher




      reply	other threads:[~2008-10-19 23:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-19 16:58 ediff-revision automation tomer
2008-10-19 23:06 ` Nikolaj Schumacher [this message]

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=m2tzb85gn7.fsf@nschum.de \
    --to=me@nschum.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tomer1levin@walla.co.il \
    /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).