all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jambunathan K <kjambunathan@gmail.com>
To: emacs-devel@gnu.org
Subject: Difference between M-x and call-interactively
Date: Sat, 13 Oct 2012 22:41:44 +0530	[thread overview]
Message-ID: <87d30m9u0f.fsf@gmail.com> (raw)


Apropos bug:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12218

The bug pertains to focus shifting away from ediff control frame after
pressing `n'.  This problematic behaviour happens with vc-ediff and not
with ediff-files.  The current findings is that it happens just on my
Xfce machine. (IIRC, I have seen this on Windows XP.  I don't have the
Windows machine with me now, so I can't verify.)

I was trying to narrow this issue further and ended up observing
whatever the subject claims.

1. C-x C-f some-file
2. C-x C-w some-file-1
3. Make some random changes some-file-1
4. M-x ediff-buffers RET (some-file and some-file-1).  Press n in
control panel.  I note that the focus stays within the control panel.

Now instead of step 4 above, if I C-x C-e below form in scratch buffer

  (call-interactively 'ediff-buffers)

I see that the focus shifts away from the control panel.

In summary, M-x ediff-buffers gives correct behaviour.  But C-x C-e of
the interactive call yields buggy behaviour.

Any ideas on what could cause this behaviour?

ps: I thought I would move the discussion here so as to get more
eyeballs.
-- 



             reply	other threads:[~2012-10-13 17:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-13 17:11 Jambunathan K [this message]
2012-10-15 12:52 ` Difference between M-x and call-interactively martin rudalics
2012-10-15 13:24   ` Jambunathan K

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=87d30m9u0f.fsf@gmail.com \
    --to=kjambunathan@gmail.com \
    --cc=emacs-devel@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.