GNU bug report logs - #4524
23.1.50; Fullscreen mode layout fixed (Reopen of bug#4363)

Previous Next

Package: emacs;

Reported by: Ulrich Neumerkel <ulrich <at> complang.tuwien.ac.at>

Date: Tue, 22 Sep 2009 18:35:05 UTC

Severity: normal

Done: Jan Djärv <jan.h.d <at> swipnet.se>

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 4524 in the body.
You can then email your comments to 4524 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-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4524; Package emacs. (Tue, 22 Sep 2009 18:35:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ulrich Neumerkel <ulrich <at> complang.tuwien.ac.at>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Tue, 22 Sep 2009 18:35:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Ulrich Neumerkel <ulrich <at> complang.tuwien.ac.at>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.1.50; Fullscreen mode layout fixed (Reopen of bug#4363)
Date: Tue, 22 Sep 2009 20:28:05 +0200
In fullscreen mode, there is no way to configure the following (from the
original bug#4363):

 Using --without-toolkit-scroll-bars with the scrollbar on the left, the
 window should be shifted a couple of pixels to the left.  This helps to
 avoid the unclickable and irritating no man's land between the left
 screen border and the clickable scrollbar.  Otherwise using the
 scrollbar is more difficult as mouse movements must be very precise
 horizontally - vertical precision would suffice.  What I do here is
 either to use a negative geometry to avoid that space or I manually
 reposition that window.

Note that I am happy to find some clean (.emacs.el) way to do this.

In GNU Emacs 23.1.50.2 (i686-pc-linux-gnu, X toolkit)
 of 2009-09-10 on gupu2
Windowing system distributor `The X.Org Foundation', version 11.0.10603000
configured using `configure  '--without-toolkit-scroll-bars' '--prefix' '/opt/gupu/emacs-git''
/



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4524; Package emacs. (Sat, 14 Nov 2009 19:15:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jan Djärv <jan.h.d <at> swipnet.se>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sat, 14 Nov 2009 19:15:04 GMT) Full text and rfc822 format available.

Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Ulrich Neumerkel <ulrich <at> complang.tuwien.ac.at>,
        4524 <at> debbugs.gnu.org
Cc: emacs-pretest-bug <at> gnu.org, 4524-done <at> debbugs.gnu.org
Subject: Re: bug#4524: 23.1.50; Fullscreen mode layout fixed (Reopen of bug#4363)
Date: Sat, 14 Nov 2009 20:10:24 +0100
Ulrich Neumerkel skrev:
> In fullscreen mode, there is no way to configure the following (from the
> original bug#4363):
> 
>  Using --without-toolkit-scroll-bars with the scrollbar on the left, the
>  window should be shifted a couple of pixels to the left.  This helps to
>  avoid the unclickable and irritating no man's land between the left
>  screen border and the clickable scrollbar.  Otherwise using the
>  scrollbar is more difficult as mouse movements must be very precise
>  horizontally - vertical precision would suffice.  What I do here is
>  either to use a negative geometry to avoid that space or I manually
>  reposition that window.
> 
> Note that I am happy to find some clean (.emacs.el) way to do this.
> 

There is no no-mans-land for the Gtk-version of Emacs. This fixes it for the 
Lucid-version:

(set-frame-parameter nil 'internal-border-width 0)

	Jan D.




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4524; Package emacs. (Sat, 14 Nov 2009 19:15:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jan Djärv <jan.h.d <at> swipnet.se>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sat, 14 Nov 2009 19:15:06 GMT) Full text and rfc822 format available.

Reply sent to Jan Djärv <jan.h.d <at> swipnet.se>:
You have taken responsibility. (Sat, 14 Nov 2009 19:15:09 GMT) Full text and rfc822 format available.

Notification sent to Ulrich Neumerkel <ulrich <at> complang.tuwien.ac.at>:
bug acknowledged by developer. (Sat, 14 Nov 2009 19:15:09 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4524; Package emacs. (Sat, 14 Nov 2009 19:25:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ulrich Neumerkel <ulrich <at> complang.tuwien.ac.at>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sat, 14 Nov 2009 19:25:05 GMT) Full text and rfc822 format available.

Message #25 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Ulrich Neumerkel <ulrich <at> complang.tuwien.ac.at>
To: 4524 <at> debbugs.gnu.org, jan.h.d <at> swipnet.se,
        ulrich <at> complang.tuwien.ac.at
Cc: 4524-done <at> debbugs.gnu.org, emacs-pretest-bug <at> gnu.org
Subject: Re: bug#4524: 23.1.50; Fullscreen mode layout fixed (Reopen of bug#4363)
Date: Sat, 14 Nov 2009 20:18:22 +0100
> There is no no-mans-land for the Gtk-version of Emacs. This fixes it for the
> Lucid-version:

But there are other problems with the Gtk-version that causes me to
use the --without-toolkit-scroll-bars option.

I.e. you cannot do precise positioning.  Also you cannot undo precisely
a page-next.  This is very useful, in particular if you are not sitting
in front of the screen but helping someone out - using only the mouse.

Here is a nice explanation of these features:
http://www.complang.tuwien.ac.at/anton/athena-scrollbars




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4524; Package emacs. (Sat, 14 Nov 2009 19:25:07 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ulrich Neumerkel <ulrich <at> complang.tuwien.ac.at>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sat, 14 Nov 2009 19:25:07 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4524; Package emacs. (Sat, 14 Nov 2009 22:50:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jan Djärv <jan.h.d <at> swipnet.se>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sat, 14 Nov 2009 22:50:03 GMT) Full text and rfc822 format available.

Message #36 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Ulrich Neumerkel <ulrich <at> complang.tuwien.ac.at>
Cc: 4524 <at> debbugs.gnu.org, 4524-done <at> debbugs.gnu.org,
        emacs-pretest-bug <at> gnu.org
Subject: Re: bug#4524: 23.1.50; Fullscreen mode layout fixed (Reopen of bug#4363)
Date: Sat, 14 Nov 2009 23:41:07 +0100

Ulrich Neumerkel skrev 2009-11-14 20.18:
>> There is no no-mans-land for the Gtk-version of Emacs. This fixes it for the
>> Lucid-version:
>
> But there are other problems with the Gtk-version that causes me to
> use the --without-toolkit-scroll-bars option.
>
> I.e. you cannot do precise positioning.  Also you cannot undo precisely
> a page-next.  This is very useful, in particular if you are not sitting
> in front of the screen but helping someone out - using only the mouse.
>
> Here is a nice explanation of these features:
> http://www.complang.tuwien.ac.at/anton/athena-scrollbars

This is something the people at Gtk+ decided, nothing Emacs can do about it.

	Jan D.



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4524; Package emacs. (Sat, 14 Nov 2009 22:50:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jan Djärv <jan.h.d <at> swipnet.se>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sat, 14 Nov 2009 22:50:06 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Sun, 13 Dec 2009 15:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 194 days ago.

Previous Next


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