unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3859: 23.1.50; (make-frame '(visibility)) problem on w32
@ 2009-07-15 19:02 Lennart Borgman
  2011-07-03 23:07 ` Juanma Barranquero
  0 siblings, 1 reply; 7+ messages in thread
From: Lennart Borgman @ 2009-07-15 19:02 UTC (permalink / raw)
  To: emacs-pretest-bug

I have previously told about problem with make-frame, but have had a
hard time to narrow down an example. I have seen crashes and strange
behaviour.

The example in the subject lines gives me strange point moving
problems. For example have I seen that when switching back to buffer
*scratch* point moves to 1.

I can't narrow it down right now, but it is very reproducible. I
believe the other problems I have seen also have been associated with
create-frame.

Unfortunately on my patched version. Sorry. (I would be glad to get
rid of my patches.)




In GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
 of 2009-06-30
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'





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

* bug#3859: 23.1.50; (make-frame '(visibility)) problem on w32
  2009-07-15 19:02 bug#3859: 23.1.50; (make-frame '(visibility)) problem on w32 Lennart Borgman
@ 2011-07-03 23:07 ` Juanma Barranquero
  2011-07-03 23:18   ` Lennart Borgman
  0 siblings, 1 reply; 7+ messages in thread
From: Juanma Barranquero @ 2011-07-03 23:07 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: 3859

On Wed, Jul 15, 2009 at 21:02, Lennart Borgman
<lennart.borgman@gmail.com> wrote:

> I can't narrow it down right now, but it is very reproducible. I
> believe the other problems I have seen also have been associated with
> create-frame.
>
> Unfortunately on my patched version. Sorry. (I would be glad to get
> rid of my patches.)

So, are you still seeing this bug, and are you able to reproduce it
with stock Emacs?

    Juanma





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

* bug#3859: 23.1.50; (make-frame '(visibility)) problem on w32
  2011-07-03 23:07 ` Juanma Barranquero
@ 2011-07-03 23:18   ` Lennart Borgman
  2011-07-03 23:24     ` Juanma Barranquero
  0 siblings, 1 reply; 7+ messages in thread
From: Lennart Borgman @ 2011-07-03 23:18 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 3859

On Mon, Jul 4, 2011 at 01:07, Juanma Barranquero <lekktu@gmail.com> wrote:
> On Wed, Jul 15, 2009 at 21:02, Lennart Borgman
> <lennart.borgman@gmail.com> wrote:
>
>> I can't narrow it down right now, but it is very reproducible. I
>> believe the other problems I have seen also have been associated with
>> create-frame.
>>
>> Unfortunately on my patched version. Sorry. (I would be glad to get
>> rid of my patches.)
>
> So, are you still seeing this bug, and are you able to reproduce it
> with stock Emacs?

Sorry, I do not know at the moment. I do not see this in my (old)
patched build and I do not remember the details right now.

At the moment it is unfortunately very hard to compare my code to
standard Emacs code since I have not had time to build at all lately.

I could try with the latest build, but I can't find it now. The
information on EmacsWiki does not seem to be right. Where are the
latest builds now?





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

* bug#3859: 23.1.50; (make-frame '(visibility)) problem on w32
  2011-07-03 23:18   ` Lennart Borgman
@ 2011-07-03 23:24     ` Juanma Barranquero
  2011-07-03 23:48       ` Lennart Borgman
  0 siblings, 1 reply; 7+ messages in thread
From: Juanma Barranquero @ 2011-07-03 23:24 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: 3859

On Mon, Jul 4, 2011 at 01:18, Lennart Borgman <lennart.borgman@gmail.com> wrote:

> Sorry, I do not know at the moment.

You don't know if you see a given bug or not?

> I could try with the latest build, but I can't find it now. The
> information on EmacsWiki does not seem to be right. Where are the
> latest builds now?

The Windows build, do you mean? Sean builds weekly from trunk, and the
binaries are at http://alpha.gnu.org/gnu/emacs/windows/

    Juanma





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

* bug#3859: 23.1.50; (make-frame '(visibility)) problem on w32
  2011-07-03 23:24     ` Juanma Barranquero
@ 2011-07-03 23:48       ` Lennart Borgman
  2011-07-04  0:38         ` Juanma Barranquero
  0 siblings, 1 reply; 7+ messages in thread
From: Lennart Borgman @ 2011-07-03 23:48 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 3859

On Mon, Jul 4, 2011 at 01:24, Juanma Barranquero <lekktu@gmail.com> wrote:
> On Mon, Jul 4, 2011 at 01:18, Lennart Borgman <lennart.borgman@gmail.com> wrote:
>
>> Sorry, I do not know at the moment.
>
> You don't know if you see a given bug or not?
>
>> I could try with the latest build, but I can't find it now. The
>> information on EmacsWiki does not seem to be right. Where are the
>> latest builds now?
>
> The Windows build, do you mean? Sean builds weekly from trunk, and the
> binaries are at http://alpha.gnu.org/gnu/emacs/windows/

Thanks. I added the links to http://www.emacswiki.org/emacs/CategoryWThirtyTwo

BTW, it would be much easier to find the latest build if ISO time
format was used in the list. Why is not this used?





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

* bug#3859: 23.1.50; (make-frame '(visibility)) problem on w32
  2011-07-03 23:48       ` Lennart Borgman
@ 2011-07-04  0:38         ` Juanma Barranquero
  2011-07-04  1:10           ` Lennart Borgman
  0 siblings, 1 reply; 7+ messages in thread
From: Juanma Barranquero @ 2011-07-04  0:38 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: 3859

On Mon, Jul 4, 2011 at 01:48, Lennart Borgman <lennart.borgman@gmail.com> wrote:

> BTW, it would be much easier to find the latest build if ISO time
> format was used in the list. Why is not this used?

What do you mean? The date in ISO format is part of the zip's name!
And you can click on the "Last modified" header to sort them by
descending order of modification.

    Juanma





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

* bug#3859: 23.1.50; (make-frame '(visibility)) problem on w32
  2011-07-04  0:38         ` Juanma Barranquero
@ 2011-07-04  1:10           ` Lennart Borgman
  0 siblings, 0 replies; 7+ messages in thread
From: Lennart Borgman @ 2011-07-04  1:10 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 3859

On Mon, Jul 4, 2011 at 02:38, Juanma Barranquero <lekktu@gmail.com> wrote:
> On Mon, Jul 4, 2011 at 01:48, Lennart Borgman <lennart.borgman@gmail.com> wrote:
>
>> BTW, it would be much easier to find the latest build if ISO time
>> format was used in the list. Why is not this used?
>
> What do you mean? The date in ISO format is part of the zip's name!
> And you can click on the "Last modified" header to sort them by
> descending order of modification.

Ah, yes. I was looking at the date column ;-)

And you could sort them. Wow!





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

end of thread, other threads:[~2011-07-04  1:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-15 19:02 bug#3859: 23.1.50; (make-frame '(visibility)) problem on w32 Lennart Borgman
2011-07-03 23:07 ` Juanma Barranquero
2011-07-03 23:18   ` Lennart Borgman
2011-07-03 23:24     ` Juanma Barranquero
2011-07-03 23:48       ` Lennart Borgman
2011-07-04  0:38         ` Juanma Barranquero
2011-07-04  1:10           ` Lennart Borgman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).