bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4524: marked as done (23.1.50; Fullscreen mode layout fixed (Reopen


From: Emacs bug Tracking System
Subject: bug#4524: marked as done (23.1.50; Fullscreen mode layout fixed (Reopen of bug#4363))
Date: Sat, 14 Nov 2009 19:15:09 +0000

Your message dated Sat, 14 Nov 2009 20:10:24 +0100
with message-id <4AFF00A0.9020105@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 owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4524: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4524
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- 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''
/


--- End Message ---
--- Begin Message --- Subject: Re: bug#4524: 23.1.50; Fullscreen mode layout fixed (Reopen of bug#4363) Date: Sat, 14 Nov 2009 20:10:24 +0100 User-agent: Thunderbird 2.0.0.23 (X11/20090817)
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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]