GNU bug report logs - #53793
29.0.50; 'fullscreen' frame parameter on pgtk

Previous Next

Package: emacs;

Reported by: Augusto Stoffel <arstoffel <at> gmail.com>

Date: Sat, 5 Feb 2022 08:57:01 UTC

Severity: normal

Found in version 29.0.50

Done: Po Lu <luangruo <at> yahoo.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53793 in the body.
You can then email your comments to 53793 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Sat, 05 Feb 2022 08:57:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Augusto Stoffel <arstoffel <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 05 Feb 2022 08:57:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Augusto Stoffel <arstoffel <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Sat, 05 Feb 2022 09:50:56 +0100
On Emacs compiled with pgtk, (frame-parameter nil 'fullscreen) returns
nil when the frame is maximized.  (Without pgtk, it returns the symbol
'maximized'; if I make the frame fullscreen, then the above always
returns the usual 'fullboth'.)

I'm using Gnome on Wayland.  More system information below:

In GNU Emacs 29.0.50 (build 15, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.17.4)
 of 2022-02-04 built on toolbox
Repository revision: 3e20a900195cb72e4c940db9ff123c3049483074
Repository branch: master
System Description: Fedora Linux 35 (Workstation Edition)

Configured using:
 'configure --with-pgtk'




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Sun, 06 Feb 2022 01:00:02 GMT) Full text and rfc822 format available.

Message #8 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Augusto Stoffel <arstoffel <at> gmail.com>
Cc: 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Sun, 06 Feb 2022 08:59:33 +0800
Augusto Stoffel <arstoffel <at> gmail.com> writes:

> On Emacs compiled with pgtk, (frame-parameter nil 'fullscreen) returns
> nil when the frame is maximized.  (Without pgtk, it returns the symbol
> 'maximized'; if I make the frame fullscreen, then the above always
> returns the usual 'fullboth'.)
>
> I'm using Gnome on Wayland.  More system information below:
>
> In GNU Emacs 29.0.50 (build 15, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.17.4)
>  of 2022-02-04 built on toolbox
> Repository revision: 3e20a900195cb72e4c940db9ff123c3049483074
> Repository branch: master
> System Description: Fedora Linux 35 (Workstation Edition)
>
> Configured using:
>  'configure --with-pgtk'

Should be fixed now, thanks.




Reply sent to Po Lu <luangruo <at> yahoo.com>:
You have taken responsibility. (Sun, 06 Feb 2022 09:39:02 GMT) Full text and rfc822 format available.

Notification sent to Augusto Stoffel <arstoffel <at> gmail.com>:
bug acknowledged by developer. (Sun, 06 Feb 2022 09:39:02 GMT) Full text and rfc822 format available.

Message #13 received at 53793-done <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Augusto Stoffel <arstoffel <at> gmail.com>
Cc: 53793-done <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Sun, 06 Feb 2022 17:38:14 +0800
(When replying to bug reports in the future, please use "Reply to All",
so that your messages can be recorded by the bug tracker.)

Augusto Stoffel <arstoffel <at> gmail.com> writes:

> Yes, the frame parameter is correctly reported now, thanks!

I'm closing this bug then, thanks.

> It also seems that `move-frame-functions' are not run as promised.  Or
> at least the following bit of configuration is still broken on pgtk but
> works fine on X.

If you're running Wayland, then it's a limitation of the Wayland
protocol, which has no global coordinate system.  GTK exposes it as
every Wayland window (surface) being placed at 0, 0.

>     (add-hook 'move-frame-functions
>               (lambda (frame) "Undecorate frame when maximized."
>                 (set-frame-parameter frame 'undecorated
>                  (eq 'maximized (frame-parameter frame 'fullscreen)))))




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Sun, 06 Feb 2022 10:03:02 GMT) Full text and rfc822 format available.

Message #16 received at 53793-done <at> debbugs.gnu.org (full text, mbox):

From: Augusto Stoffel <arstoffel <at> gmail.com>
To: Po Lu <luangruo <at> yahoo.com>
Cc: 53793-done <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Sun, 06 Feb 2022 11:02:19 +0100
On Sun,  6 Feb 2022 at 17:38, Po Lu <luangruo <at> yahoo.com> wrote:

> (When replying to bug reports in the future, please use "Reply to All",
> so that your messages can be recorded by the bug tracker.)

Oops, sorry.

> Augusto Stoffel <arstoffel <at> gmail.com> writes:
>
>> Yes, the frame parameter is correctly reported now, thanks!
>
> I'm closing this bug then, thanks.
>
>> It also seems that `move-frame-functions' are not run as promised.  Or
>> at least the following bit of configuration is still broken on pgtk but
>> works fine on X.
>
> If you're running Wayland, then it's a limitation of the Wayland
> protocol, which has no global coordinate system.  GTK exposes it as
> every Wayland window (surface) being placed at 0, 0.

I see.  Apparently there's no hook to run when a frame is resized, which
would be useful as well.  Maybe a new variable is unnecessary, and
`move-frame-functions' should be run also when moving the bottom right
corner of the frame.

>>     (add-hook 'move-frame-functions
>>               (lambda (frame) "Undecorate frame when maximized."
>>                 (set-frame-parameter frame 'undecorated
>>                  (eq 'maximized (frame-parameter frame 'fullscreen)))))




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Sun, 06 Feb 2022 14:03:02 GMT) Full text and rfc822 format available.

Message #19 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: 53793 <at> debbugs.gnu.org
Cc: luangruo <at> yahoo.com, arstoffel <at> gmail.com
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Sun, 06 Feb 2022 15:02:13 +0100
On Sun, 06 Feb 2022 17:38:14 +0800 Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org> wrote:

> (When replying to bug reports in the future, please use "Reply to All",
> so that your messages can be recorded by the bug tracker.)
>
> Augusto Stoffel <arstoffel <at> gmail.com> writes:
>
>> Yes, the frame parameter is correctly reported now, thanks!
>
> I'm closing this bug then, thanks.
>
>> It also seems that `move-frame-functions' are not run as promised.  Or
>> at least the following bit of configuration is still broken on pgtk but
>> works fine on X.
>
> If you're running Wayland, then it's a limitation of the Wayland
> protocol, which has no global coordinate system.  GTK exposes it as
> every Wayland window (surface) being placed at 0, 0.

This sounds similar to bug#52697, but I'm not running Wayland (I think;
how can I know for sure?).  Is there some way to programmatically get
the real screen coordinates in the PGTK build?

Steve Berman




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Mon, 07 Feb 2022 01:24:01 GMT) Full text and rfc822 format available.

Message #22 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: arstoffel <at> gmail.com, 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Mon, 07 Feb 2022 09:23:02 +0800
Stephen Berman <stephen.berman <at> gmx.net> writes:

> This sounds similar to bug#52697, but I'm not running Wayland (I think;
> how can I know for sure?).

Evaluate (pgtk-backend-display-class); it should return
"GdkWaylandDisplay" on Wayland.

> Is there some way to programmatically get the real screen coordinates
> in the PGTK build?

No, since Wayland doesn't have a concept of "real screen coordinates" at
all.

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Mon, 07 Feb 2022 19:34:01 GMT) Full text and rfc822 format available.

Message #25 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: Augusto Stoffel <arstoffel <at> gmail.com>
To: Po Lu <luangruo <at> yahoo.com>
Cc: Stephen Berman <stephen.berman <at> gmx.net>, 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Mon, 07 Feb 2022 20:33:22 +0100
Hi Po Lu,

I don't mean to nag you, but I think you missed my last message from
yesterday and I'm curious as to what you would say.  I'll just repeat my
point here:

Unless I'm missing something, there is no hook run when the frame is
resized.  Shouldn't there be one?  It might make sense to just use
`move-frame-functions' for this as well; after all, this hook already
runs if I resize the frame from any corner other than the bottom right
one.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Mon, 07 Feb 2022 22:35:03 GMT) Full text and rfc822 format available.

Message #28 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: Po Lu <luangruo <at> yahoo.com>
Cc: arstoffel <at> gmail.com, 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Mon, 07 Feb 2022 23:33:49 +0100
On Mon, 07 Feb 2022 09:23:02 +0800 Po Lu <luangruo <at> yahoo.com> wrote:

> Stephen Berman <stephen.berman <at> gmx.net> writes:
>
>> This sounds similar to bug#52697, but I'm not running Wayland (I think;
>> how can I know for sure?).
>
> Evaluate (pgtk-backend-display-class); it should return
> "GdkWaylandDisplay" on Wayland.

Thanks, that returns "GdkX11Display", confirming I'm not running Wayland.

>> Is there some way to programmatically get the real screen coordinates
>> in the PGTK build?
>
> No, since Wayland doesn't have a concept of "real screen coordinates" at
> all.

But since I'm not running Wayland, is there some way under X11?  (Maybe
it would be better if you answer this question in bug#52697, since my
conjecture that that bug is related to the one in this thread is
apparently wrong.)

Steve Berman




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Tue, 08 Feb 2022 00:54:01 GMT) Full text and rfc822 format available.

Message #31 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Augusto Stoffel <arstoffel <at> gmail.com>
Cc: Stephen Berman <stephen.berman <at> gmx.net>, 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Tue, 08 Feb 2022 08:53:01 +0800
Augusto Stoffel <arstoffel <at> gmail.com> writes:

> I don't mean to nag you, but I think you missed my last message from
> yesterday and I'm curious as to what you would say.  I'll just repeat my
> point here:

It probably got caught up in the spam filter, sorry.

> Unless I'm missing something, there is no hook run when the frame is
> resized.  Shouldn't there be one?  It might make sense to just use
> `move-frame-functions' for this as well; after all, this hook already
> runs if I resize the frame from any corner other than the bottom right
> one.

I don't know if we already have something like that, so maybe try asking
on help-gnu-emacs first.  Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Tue, 08 Feb 2022 00:55:02 GMT) Full text and rfc822 format available.

Message #34 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: arstoffel <at> gmail.com, 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Tue, 08 Feb 2022 08:53:44 +0800
Stephen Berman <stephen.berman <at> gmx.net> writes:

> Thanks, that returns "GdkX11Display", confirming I'm not running Wayland.

> But since I'm not running Wayland, is there some way under X11?  (Maybe
> it would be better if you answer this question in bug#52697, since my
> conjecture that that bug is related to the one in this thread is
> apparently wrong.)

That's an unrelated bug, which I'll look into in the coming days.
Thanks.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Tue, 08 Feb 2022 08:57:01 GMT) Full text and rfc822 format available.

Message #37 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Augusto Stoffel <arstoffel <at> gmail.com>, Po Lu <luangruo <at> yahoo.com>
Cc: Stephen Berman <stephen.berman <at> gmx.net>, 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Tue, 8 Feb 2022 09:56:25 +0100
> Unless I'm missing something, there is no hook run when the frame is
> resized.  Shouldn't there be one?

Try 'window-size-change-functions'.

martin




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Tue, 08 Feb 2022 10:25:01 GMT) Full text and rfc822 format available.

Message #40 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: Po Lu <luangruo <at> yahoo.com>
Cc: arstoffel <at> gmail.com, 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Tue, 08 Feb 2022 11:24:35 +0100
On Tue, 08 Feb 2022 08:53:44 +0800 Po Lu <luangruo <at> yahoo.com> wrote:

> Stephen Berman <stephen.berman <at> gmx.net> writes:
>
>> Thanks, that returns "GdkX11Display", confirming I'm not running Wayland.
>
>> But since I'm not running Wayland, is there some way under X11?  (Maybe
>> it would be better if you answer this question in bug#52697, since my
>> conjecture that that bug is related to the one in this thread is
>> apparently wrong.)
>
> That's an unrelated bug, which I'll look into in the coming days.

Thanks.

Steve Berman




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Wed, 09 Feb 2022 08:21:02 GMT) Full text and rfc822 format available.

Message #43 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: Augusto Stoffel <arstoffel <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: Po Lu <luangruo <at> yahoo.com>, Stephen Berman <stephen.berman <at> gmx.net>,
 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Wed, 09 Feb 2022 09:20:48 +0100
On Tue,  8 Feb 2022 at 09:56, martin rudalics <rudalics <at> gmx.at> wrote:

>> Unless I'm missing something, there is no hook run when the frame is
>> resized.  Shouldn't there be one?
>
> Try 'window-size-change-functions'.

All right, that should do the job, thanks.

(But I still think it would be nice – and reduce confusion – to extend
`move-frame-functions'.)

>
> martin




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Wed, 09 Feb 2022 08:46:02 GMT) Full text and rfc822 format available.

Message #46 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Augusto Stoffel <arstoffel <at> gmail.com>
Cc: Po Lu <luangruo <at> yahoo.com>, Stephen Berman <stephen.berman <at> gmx.net>,
 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Wed, 9 Feb 2022 09:45:37 +0100
> (But I still think it would be nice – and reduce confusion – to extend
> `move-frame-functions'.)

'move-frame-functions' has one modest purpose: Catch the case where a
frame gets moved but _not_ resized.  This should be useful to avoid a
timer when trying to synchronize side by side frames like a speedbar
attached to a normal frame (without resorting to a timer) or a frame
that should be positioned at a precise location on top of a normal frame
(like a native tooltip frame that doesn't vanish on input).

To catch resizing 'move-frame-functions' is much too noisy.

martin

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Wed, 09 Feb 2022 13:36:02 GMT) Full text and rfc822 format available.

Message #49 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: Augusto Stoffel <arstoffel <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: Po Lu <luangruo <at> yahoo.com>, Stephen Berman <stephen.berman <at> gmx.net>,
 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Wed, 09 Feb 2022 14:35:30 +0100
On Wed,  9 Feb 2022 at 09:45, martin rudalics <rudalics <at> gmx.at> wrote:

>> (But I still think it would be nice – and reduce confusion – to extend
>> `move-frame-functions'.)
>
> 'move-frame-functions' has one modest purpose: Catch the case where a
> frame gets moved but _not_ resized.  This should be useful to avoid a
> timer when trying to synchronize side by side frames like a speedbar
> attached to a normal frame (without resorting to a timer)

The speedbar is created with the same height as the attached frame.  For
sure you would also want to synchronize their heights in the event of a
resize?  (And not only if the main frame is resized from the top edge,
of course.)

> or a frame that should be positioned at a precise location on top of a
> normal frame (like a native tooltip frame that doesn't vanish on
> input).

What if the “precise location” is stipulated relative to the bottom
right corner of the frame?  I wish I could stick a clock at the bottom
right of the main frame, as if it was part of the echo area but right
aligned.

> To catch resizing 'move-frame-functions' is much too noisy.

Any of the things above can be achieve by adding the same function to
both 'move-frame-functions' and 'window-size-change-functions', but that
indeed seems to much noise.

Resizing a frame is just as rare as moving it, and much less common than
changing window configurations, so I don't understand the concern.

>
> martin




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Wed, 09 Feb 2022 18:26:02 GMT) Full text and rfc822 format available.

Message #52 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Augusto Stoffel <arstoffel <at> gmail.com>
Cc: Po Lu <luangruo <at> yahoo.com>, Stephen Berman <stephen.berman <at> gmx.net>,
 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Wed, 9 Feb 2022 19:25:12 +0100
>> 'move-frame-functions' has one modest purpose: Catch the case where a
>> frame gets moved but _not_ resized.  This should be useful to avoid a
>> timer when trying to synchronize side by side frames like a speedbar
>> attached to a normal frame (without resorting to a timer)
>
> The speedbar is created with the same height as the attached frame.  For
> sure you would also want to synchronize their heights in the event of a
> resize?  (And not only if the main frame is resized from the top edge,
> of course.)

Obviously.  Any such mechanism would have to hook into
'move-frame-functions', call 'set-frame-window-state-change' and act
accordingly the next time 'window-state-change-functions' is run.

>> or a frame that should be positioned at a precise location on top of a
>> normal frame (like a native tooltip frame that doesn't vanish on
>> input).
>
> What if the “precise location” is stipulated relative to the bottom
> right corner of the frame?  I wish I could stick a clock at the bottom
> right of the main frame, as if it was part of the echo area but right
> aligned.

I'd use a child frame for that purpose which means that frame movement
won't affect it at all.  And act accordingly when the size of the echo
area changes.

>> To catch resizing 'move-frame-functions' is much too noisy.
>
> Any of the things above can be achieve by adding the same function to
> both 'move-frame-functions' and 'window-size-change-functions', but that
> indeed seems to much noise.

'move-frame-functions' should trigger 'window-state-change-functions' via
'set-frame-window-state-change' as sketched above.  Moving or resizing a
frame by dragging its decorations with the mouse is way too noisy - our
redisplay engine would not have the slightest chance to catch up with
it.  Note that our C code even drops the corresponding events when there
are too many so Lisp code wouldn't even see them in the first place.

> Resizing a frame is just as rare as moving it, and much less common than
> changing window configurations, so I don't understand the concern.

It's rare but when it happens it puts a high stress on the internals of
any application.

martin

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53793; Package emacs. (Thu, 10 Feb 2022 07:44:01 GMT) Full text and rfc822 format available.

Message #55 received at 53793 <at> debbugs.gnu.org (full text, mbox):

From: Augusto Stoffel <arstoffel <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: Po Lu <luangruo <at> yahoo.com>, Stephen Berman <stephen.berman <at> gmx.net>,
 53793 <at> debbugs.gnu.org
Subject: Re: bug#53793: 29.0.50; 'fullscreen' frame parameter on pgtk
Date: Thu, 10 Feb 2022 08:43:02 +0100
On Wed,  9 Feb 2022 at 19:25, martin rudalics <rudalics <at> gmx.at> wrote:

> Obviously.  Any such mechanism would have to hook into
> 'move-frame-functions', call 'set-frame-window-state-change' and act
> accordingly the next time 'window-state-change-functions' is run.
>

It's very hard to see that this is the intended usage just from the
documentation, thanks for explaining.

Normally, resizing Emacs is quantized by character, but this assumption
is not always true.  For instance, in Gnome, if I tile Emacs and my web
browser side by side (with S-<left> and S-<right>) and then drag the
boundary between the two windows, the Emacs frame is resized pixel by
pixel (and there are visual glitches, indeed).  So someone might still
one day need want some optimization you describe above for the resize
case as well.  But everything is fine by me.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 10 Mar 2022 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 104 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.