emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: check_min_window_sizes]


From: martin rudalics
Subject: Re: address@hidden: check_min_window_sizes]
Date: Sun, 19 Feb 2006 10:44:36 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

>>I know I'm getting bothersome, but maybe you could also look at the
>>following.  First remove all fringes.  Now do
>>
>>(with-selected-window (split-window-horizontally)
>>   (let ((window-min-width 2))
>>     (shrink-window (- (window-width) 2) t)))
>>
>>This should get you a right window with two columns only.  Now add the
>>fringes again.  This makes the right window display fringes only and no
>>text.
>
>
> That's to be expected, no?  Or do you think that turning on the fringe
> is supposed to increase the size of the window (I don't)?

I agree with you.  Unfortunately, Emacs doesn't.  When, in the sequel, I
try to drag the vertical divider between the two windows Emacs tells me
something like:

Debugger entered--Lisp error: (error "Attempt to drag rightmost scrollbar")
  signal(error ("Attempt to drag rightmost scrollbar"))
  error("Attempt to drag rightmost scrollbar")
  mouse-drag-vertical-line((down-mouse-1 (#<window 10 on *scratch*> 
vertical-line (1226 . 848) 3399399 nil 126 (0 . 3) nil (0 . 794) (1 . 18))))
  call-interactively(mouse-drag-vertical-line)






reply via email to

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