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

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

Re: isearch attempts to split fixed-size window on slow terminal


From: Kevin Rodgers
Subject: Re: isearch attempts to split fixed-size window on slow terminal
Date: Tue, 06 Jul 2004 11:06:10 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Ulrich Neumerkel wrote:
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:
>
> M-: (setq baud-rate 1000)       ; to pretend a slow connection
> C-h C-n                         ; to obtain a big file
> M-: (setq window-size-fixed t)  ;
> C-s Emacs                       ; to search a frequent word :-)
> C-s (several times)
>
> When the next found word is off the visible window, the error "Attempt
> to split fixed-size window" occurs.  However, no window should be
> split in this particular situation.

Since baud-rate is less than search-slow-speed, Emacs has no other
choice -- it doesn't know that you're only pretending that your terminal
is slow:

,----[ C-h v window-size-fixed RET ]
| window-size-fixed's value is nil
|
| Documentation:
| Non-nil in a buffer means windows displaying the buffer are fixed-size.
| Emacs won't change the size of any window displaying that buffer,
| unless you explicitly change the size, or Emacs has no other choice.
                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
| This variable automatically becomes buffer-local when set.
`----

--
Kevin Rodgers





reply via email to

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