all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ediff on Win32
@ 2007-02-06  5:19 Bob Babcock
  2007-02-08  8:14 ` Kevin Rodgers
       [not found] ` <mailman.4166.1170922499.2155.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Bob Babcock @ 2007-02-06  5:19 UTC (permalink / raw)
  To: help-gnu-emacs

I have a patch to apply to an emacs lisp file.  I think this means I need 
to use one of the ediff functions.  The problem is, when I load ediff, I 
get a short beep and emacs becomes unresponsive.  I can't RTFM because even 
ediff-documentation triggers the hang.  This is Win/2K, emacs 21.3.1 or a 
CVS version from http://ourcomments.org/cgi-bin/emacsw32-dl-latest.pl.  
Comand-line option -q to not load .emacs doesn't help.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ediff on Win32
  2007-02-06  5:19 ediff on Win32 Bob Babcock
@ 2007-02-08  8:14 ` Kevin Rodgers
       [not found] ` <mailman.4166.1170922499.2155.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Kevin Rodgers @ 2007-02-08  8:14 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: help-gnu-emacs

Bob Babcock wrote:
> I have a patch to apply to an emacs lisp file.  I think this means I need 
> to use one of the ediff functions.  The problem is, when I load ediff, I 
> get a short beep and emacs becomes unresponsive.  I can't RTFM because even 
> ediff-documentation triggers the hang.  This is Win/2K, emacs 21.3.1 or a 
> CVS version from http://ourcomments.org/cgi-bin/emacsw32-dl-latest.pl.  
> Comand-line option -q to not load .emacs doesn't help.

Stick with -q for now, just to simplify debugging the problem.

How do you load ediff?  Try using --debug-init as well as -q,
or `M-x set-variable RET debug-on-error RET t RET' after you've
started emacs, and post the resulting *Backtrace* buffer.

-- 
Kevin Rodgers
Denver, Colorado, USA

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ediff on Win32
       [not found] ` <mailman.4166.1170922499.2155.help-gnu-emacs@gnu.org>
@ 2007-02-09  5:31   ` Bob Babcock
  2007-02-09  7:16     ` Lennart Borgman (gmail)
  0 siblings, 1 reply; 6+ messages in thread
From: Bob Babcock @ 2007-02-09  5:31 UTC (permalink / raw)
  To: help-gnu-emacs

Kevin Rodgers <kevin.d.rodgers@gmail.com> wrote in
news:mailman.4166.1170922499.2155.help-gnu-emacs@gnu.org: 

> Stick with -q for now, just to simplify debugging the problem.
> 
> How do you load ediff?  Try using --debug-init as well as -q,
> or `M-x set-variable RET debug-on-error RET t RET' after you've
> started emacs, and post the resulting *Backtrace* buffer.

Thanks for your suggestions.  Emacs starts cmdproxy.exe when ediff is 
started.  If I use task manager to kill the process tree for cmdproxy 
(killing just the process isn't enough), emacs 21 comes back to life (emacs 
22 does not).  Then in the backtrace buffer, I see 
(file-error "Searching for program" "no such file or directory" "diff3")
I didn't have diff3.exe in my emacs install directory (or anywhere else).

I tried diff3.exe from two sources:
http://www.tasoft.com/patches.html
http://sourceforge.net/projects/gnuwin32/
but neither works.  Only change is that if I run ediff-documentation and 
kill the process tree, I actually get the documentation instead of an error 
message (in emacs 21.3.1).

So I'm not sure if I just need a compatible diff3.exe or if something else 
is wrong.

When I shutdown for the night after my earlier posting, I had a dozen 
messages about cmdproxy not responding.  That was a not-very-subtle clue.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ediff on Win32
  2007-02-09  5:31   ` Bob Babcock
@ 2007-02-09  7:16     ` Lennart Borgman (gmail)
  2007-02-09 16:08       ` Eli Zaretskii
       [not found]       ` <mailman.4236.1171037300.2155.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Lennart Borgman (gmail) @ 2007-02-09  7:16 UTC (permalink / raw)
  Cc: help-gnu-emacs

Bob Babcock wrote:

> I tried diff3.exe from two sources:
> http://www.tasoft.com/patches.html
> http://sourceforge.net/projects/gnuwin32/
> but neither works.  Only change is that if I run ediff-documentation and 
> kill the process tree, I actually get the documentation instead of an error 
> message (in emacs 21.3.1).

The one from gnuwin32 is what is shipped with Emacs+EmacsW32 (which 
contains the yet in beta-test Emacs v 22) and I have had no problems 
with it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ediff on Win32
  2007-02-09  7:16     ` Lennart Borgman (gmail)
@ 2007-02-09 16:08       ` Eli Zaretskii
       [not found]       ` <mailman.4236.1171037300.2155.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2007-02-09 16:08 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Fri, 09 Feb 2007 08:16:04 +0100
> From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
> CC: help-gnu-emacs@gnu.org
> 
> Bob Babcock wrote:
> 
> > I tried diff3.exe from two sources:
> > http://www.tasoft.com/patches.html
> > http://sourceforge.net/projects/gnuwin32/
> > but neither works.  Only change is that if I run ediff-documentation and 
> > kill the process tree, I actually get the documentation instead of an error 
> > message (in emacs 21.3.1).
> 
> The one from gnuwin32 is what is shipped with Emacs+EmacsW32 (which 
> contains the yet in beta-test Emacs v 22) and I have had no problems 
> with it.

Same here.

Bob, sorry for asking the obvious: you do have diff.exe as well, do
you?  diff3 will not work without it.

If that is not the problem, please show us how diff3 from gnuwin32
``does not work''.  Please show a diff3 command line and any error
messages it produced.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ediff on Win32
       [not found]       ` <mailman.4236.1171037300.2155.help-gnu-emacs@gnu.org>
@ 2007-02-09 18:15         ` Bob Babcock
  0 siblings, 0 replies; 6+ messages in thread
From: Bob Babcock @ 2007-02-09 18:15 UTC (permalink / raw)
  To: help-gnu-emacs

Eli Zaretskii <eliz@gnu.org> wrote in
news:mailman.4236.1171037300.2155.help-gnu-emacs@gnu.org: 

> Bob, sorry for asking the obvious: you do have diff.exe as well, do
> you?  diff3 will not work without it.
> 
> If that is not the problem, please show us how diff3 from gnuwin32
> ``does not work''.  Please show a diff3 command line and any error
> messages it produced.

That was it.  I did have diff.exe, but the time stamp was 1990 and it 
wasn't a gnu-related program.  Updating this, and my 1991 patch.com 
(with 1983 copyright message) seems to have fixed it.  Thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-02-09 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-06  5:19 ediff on Win32 Bob Babcock
2007-02-08  8:14 ` Kevin Rodgers
     [not found] ` <mailman.4166.1170922499.2155.help-gnu-emacs@gnu.org>
2007-02-09  5:31   ` Bob Babcock
2007-02-09  7:16     ` Lennart Borgman (gmail)
2007-02-09 16:08       ` Eli Zaretskii
     [not found]       ` <mailman.4236.1171037300.2155.help-gnu-emacs@gnu.org>
2007-02-09 18:15         ` Bob Babcock

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.