zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: Re: Various vared problems with screen refresh, etc.
Date: Sat, 15 Sep 2001 18:43:38 +0000	[thread overview]
Message-ID: <1010915184338.ZM1920@candle.brasslantern.com> (raw)
In-Reply-To: <1010814073010.ZM7551@candle.brasslantern.com>

On Aug 14, I wrote:
}
} Third problem:  After finding the desired word with incremental search,
} forward-char or backward-char can be used (this is not the problem yet)
} to break out of the search and move around.  However, the cursor doesn't
} begin responding immediately -- in fact, it freezes until you stop typing
} for a while, and then suddenly jumps.  Thereafter it behaves normally
} again.  This seems to be a problem with 4.1.x-dev that is NOT a problem
} with 4.0.1 (haven't tried it in 4.0.2), and it's also not restricted to
} vared.

I've finally figured out what this is:  The BAUD parameter was set in my
4.1.0-dev shells but unset in 4.0.1.  This probably has to do with how I
started up the shells (4.0.1 is installed, 4.1.0-dev I'm running out of a
build tree, and I have conditional code to `unset BAUD' in startup files).
However:

This is at least a bug in the documentation.  BAUD is listed as a parameter
used by the shell, not one set by the shell, and I'm not assigning to it.

Looking at Src/params.c, I see BAUD gets set when HAVE_SELECT is defined.
Nowadays this is probably the case more often than it is not.

Would anyone object to moving the BAUD doc into the "set by" section?  It
probably ought to get at least a cross-reference somewhere in the ZLE
section as well.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  parent reply	other threads:[~2001-09-15 18:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-14  7:30 Bart Schaefer
2001-08-14  8:28 ` Geoff Wing
2001-08-14 11:55   ` PATCH: Status line fixes (Was: Various vared problems with screen refresh, etc.) Geoff Wing
2001-09-15 18:43 ` Bart Schaefer [this message]
2001-09-15 20:40   ` PATCH: ZLE doc xref to BAUD, fix doc build error Bart Schaefer
2001-09-15 23:21   ` Various vared problems with screen refresh, etc Peter Stephenson
2001-09-16  4:25     ` Bart Schaefer
2001-09-15 18:45 ` History and vared Bart Schaefer
2001-09-17 18:24   ` Wayne Davison

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

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

  git send-email \
    --in-reply-to=1010915184338.ZM1920@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /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.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).