GNU bug report logs -
#4524
23.1.50; Fullscreen mode layout fixed (Reopen of bug#4363)
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 14 Nov 2009 20:10:24 +0100
with message-id <4AFF00A0.9020105 <at> swipnet.se>
and subject line Re: bug#4524: 23.1.50; Fullscreen mode layout fixed (Reopen of bug#4363)
has caused the Emacs bug report #4524,
regarding 23.1.50; Fullscreen mode layout fixed (Reopen of bug#4363)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact help-debbugs <at> gnu.org
immediately.)
--
4524: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4524
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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''
/
[Message part 3 (message/rfc822, inline)]
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.
This bug report was last modified 15 years and 195 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.