unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: isearch attempts to split fixed-size window on slow terminal
Date: Tue, 06 Jul 2004 11:06:10 -0600	[thread overview]
Message-ID: <40EADC02.9080503@yahoo.com> (raw)
In-Reply-To: mailman.3093.1088782750.1953.bug-gnu-emacs@gnu.org

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	other threads:[~2004-07-06 17:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3093.1088782750.1953.bug-gnu-emacs@gnu.org>
2004-07-06 17:06 ` Kevin Rodgers [this message]
2004-07-02 15:36 isearch attempts to split fixed-size window on slow terminal Ulrich Neumerkel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40EADC02.9080503@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).