zsh-workers
 help / color / mirror / code / Atom feed
From: Wayne Davison <wayne@tenor.clarinet.com>
To: Zefram <A.Main@dcs.warwick.ac.uk>
Cc: zsh-workers@math.gatech.edu
Subject: Re: A little cleanup
Date: Tue, 4 Jul 1995 23:21:14 -0700 (PDT)	[thread overview]
Message-ID: <9507042321.aa23272@tenor.clarinet.com> (raw)
In-Reply-To: <9530.199507030441@stone.dcs.warwick.ac.uk> from "Zefram" at Jul 3, 95 05:41:00 am

> It seems that ZLE_NAMEDBUFFER isn't actually used anywhere.  This minor
> cleanup doesn't seem to break anything...

And actually fixed the bug I reported when yanking things (where
zsh keeps using the same kill buffer after a yank as it was using
before).  With this cleaned up, my patch to zle_utils.c (that has
not yet been included as of beta 10) is no longer needed.  The
change was on line 113:

    else if (!(lastcmd & ZLE_KILL)) {

changed to:

    else if ((lastcmd & ZLE_KILL) != ZLE_KILL) {

It was required because ZLE_NAMEDBUFFER had ZLE_KILL in it, but
with the cleanup only kill commands now have ZLE_KILL set -- a
good thing.

..wayne..


      reply	other threads:[~1995-07-05  6:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-07-03  4:41 Zefram
1995-07-05  6:21 ` Wayne Davison [this message]

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=9507042321.aa23272@tenor.clarinet.com \
    --to=wayne@tenor.clarinet.com \
    --cc=A.Main@dcs.warwick.ac.uk \
    --cc=zsh-workers@math.gatech.edu \
    /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).