all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ediff or emacs bug
@ 2009-08-11 22:18 Oscar Bonilla
  2009-08-12  3:09 ` Lennart Borgman
  0 siblings, 1 reply; 4+ messages in thread
From: Oscar Bonilla @ 2009-08-11 22:18 UTC (permalink / raw
  To: emacs-devel

Hi,

I think I might have found a bug in either Emacs, or Ediff. I'm using

(emacs-version)
"GNU Emacs 23.1.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46) of  
2009-08-05 on dirac.local"

(ediff-version)
"Ediff 2.81.2 of November 22, 2008"

I run M-x ediff-files and select two files. Then on the Ediff control  
panel frame I press 'q' and I get

ediff-cleanup-mess: Attempt to delete minibuffer or sole ordinary window

in the *Messages* buffer. If in ediff-util.el.gz I remove the call to  
(delete-window) on that function then it _appears_ to work, but I'm  
sure that's not the right fix.

Furthermore, if I press '?' in that same Ediff Control Panel frame I  
get another frame with the expanded help. Pressing '?' in that other  
frame brings me back to the smaller frame (Ediff Control Panel) but  
leaves the new expanded help frame around. This is different from the  
behaviour on Linux/X11 where it only resizes the frame.

Any ideas what could be going on?

Thanks,

-Oscar

P.S. I couldn't find how to subscribe to emacs-devel, so please CC me  
on any replies.




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

* Re: ediff or emacs bug
  2009-08-11 22:18 ediff or emacs bug Oscar Bonilla
@ 2009-08-12  3:09 ` Lennart Borgman
  2009-08-12  3:29   ` Oscar Bonilla
  0 siblings, 1 reply; 4+ messages in thread
From: Lennart Borgman @ 2009-08-12  3:09 UTC (permalink / raw
  To: Oscar Bonilla; +Cc: emacs-devel

You are using an old unreleased version of Emacs. First Emacs 23 was
2009-07-30. Please try a later version.



On Wed, Aug 12, 2009 at 12:18 AM, Oscar Bonilla<obonilla@galileo.edu> wrote:
> Hi,
>
> I think I might have found a bug in either Emacs, or Ediff. I'm using
>
> (emacs-version)
> "GNU Emacs 23.1.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46) of
> 2009-08-05 on dirac.local"
>
> (ediff-version)
> "Ediff 2.81.2 of November 22, 2008"
>
> I run M-x ediff-files and select two files. Then on the Ediff control panel
> frame I press 'q' and I get
>
> ediff-cleanup-mess: Attempt to delete minibuffer or sole ordinary window
>
> in the *Messages* buffer. If in ediff-util.el.gz I remove the call to
> (delete-window) on that function then it _appears_ to work, but I'm sure
> that's not the right fix.
>
> Furthermore, if I press '?' in that same Ediff Control Panel frame I get
> another frame with the expanded help. Pressing '?' in that other frame
> brings me back to the smaller frame (Ediff Control Panel) but leaves the new
> expanded help frame around. This is different from the behaviour on
> Linux/X11 where it only resizes the frame.
>
> Any ideas what could be going on?
>
> Thanks,
>
> -Oscar
>
> P.S. I couldn't find how to subscribe to emacs-devel, so please CC me on any
> replies.
>
>
>




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

* Re: ediff or emacs bug
  2009-08-12  3:09 ` Lennart Borgman
@ 2009-08-12  3:29   ` Oscar Bonilla
  2009-08-12  3:34     ` Lennart Borgman
  0 siblings, 1 reply; 4+ messages in thread
From: Oscar Bonilla @ 2009-08-12  3:29 UTC (permalink / raw
  To: Lennart Borgman; +Cc: emacs-devel

Uh, no, I'm using the "official" emacs-23.1 release. I downloaded it  
from the web and compiled it myself:

dirac projects $ ls -lad emacs-23.1*
drwxr-xr-x  34 ob  owner      1156 Jul 29 18:15 emacs-23.1/
drwxr-xr-x  15 ob  owner       510 Aug  5 11:56 emacs-23.1-compiled/
-rw-r--r--   1 ob  owner  34382732 Aug  5 11:25 emacs-23.1.tar.bz2
dirac projects $ md5sum emacs-23.1.tar.bz2
17f7f0ba68a0432d58fa69d05a2225be  emacs-23.1.tar.bz2
dirac projects $

The MD5SUM from http://lists.gnu.org/archive/html/info-gnu-emacs/2009-07/msg00000.html

The MD5 check-sums for the tarballs are:  
a620d4452769d04ad8864d662f34f8dd emacs-23.1.tar.gz  
17f7f0ba68a0432d58fa69d05a2225be emacs-23.1.tar.bz2
And as I said, (emacs-version) says:

"GNU Emacs 23.1.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
  of 2009-08-05 on dirac.bitmover.com"

Note the 2009-08-05 which agrees with when I downloaded and compiled it.

Any other ideas? :)

Cheers,

-Oscar

On Aug 11, 2009, at 8:09 PM, Lennart Borgman wrote:

> You are using an old unreleased version of Emacs. First Emacs 23 was
> 2009-07-30. Please try a later version.
>
>
>
> On Wed, Aug 12, 2009 at 12:18 AM, Oscar  
> Bonilla<obonilla@galileo.edu> wrote:
>> Hi,
>>
>> I think I might have found a bug in either Emacs, or Ediff. I'm using
>>
>> (emacs-version)
>> "GNU Emacs 23.1.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46) of
>> 2009-08-05 on dirac.local"
>>
>> (ediff-version)
>> "Ediff 2.81.2 of November 22, 2008"
>>
>> I run M-x ediff-files and select two files. Then on the Ediff  
>> control panel
>> frame I press 'q' and I get
>>
>> ediff-cleanup-mess: Attempt to delete minibuffer or sole ordinary  
>> window
>>
>> in the *Messages* buffer. If in ediff-util.el.gz I remove the call to
>> (delete-window) on that function then it _appears_ to work, but I'm  
>> sure
>> that's not the right fix.
>>
>> Furthermore, if I press '?' in that same Ediff Control Panel frame  
>> I get
>> another frame with the expanded help. Pressing '?' in that other  
>> frame
>> brings me back to the smaller frame (Ediff Control Panel) but  
>> leaves the new
>> expanded help frame around. This is different from the behaviour on
>> Linux/X11 where it only resizes the frame.
>>
>> Any ideas what could be going on?
>>
>> Thanks,
>>
>> -Oscar
>>
>> P.S. I couldn't find how to subscribe to emacs-devel, so please CC  
>> me on any
>> replies.
>>
>>
>>





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

* Re: ediff or emacs bug
  2009-08-12  3:29   ` Oscar Bonilla
@ 2009-08-12  3:34     ` Lennart Borgman
  0 siblings, 0 replies; 4+ messages in thread
From: Lennart Borgman @ 2009-08-12  3:34 UTC (permalink / raw
  To: Oscar Bonilla; +Cc: emacs-devel

Ah sorry, I misread it. I thought I read about a similar bug earlier.

Sorry for disturbing your message.


On Wed, Aug 12, 2009 at 5:29 AM, Oscar Bonilla<obonilla@galileo.edu> wrote:
> Uh, no, I'm using the "official" emacs-23.1 release. I downloaded it from
> the web and compiled it myself:




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

end of thread, other threads:[~2009-08-12  3:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-11 22:18 ediff or emacs bug Oscar Bonilla
2009-08-12  3:09 ` Lennart Borgman
2009-08-12  3:29   ` Oscar Bonilla
2009-08-12  3:34     ` Lennart Borgman

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.