zsh-workers
 help / color / mirror / code / Atom feed
From: Zefram <A.Main@dcs.warwick.ac.uk>
To: zsh-workers@math.gatech.edu (Z Shell workers mailing list)
Subject: A little cleanup
Date: Mon, 3 Jul 1995 05:41:00 +0100 (BST)	[thread overview]
Message-ID: <9530.199507030441@stone.dcs.warwick.ac.uk> (raw)

-----BEGIN PGP SIGNED MESSAGE-----

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

      *** Src/zle.h.old	Mon Jul  3 05:18:30 1995
      --- Src/zle.h	Mon Jul  3 05:28:36 1995
      ***************
      *** 205,217 ****
        #define ZLE_YANK     	 8
        #define ZLE_LINEMOVE 	 16
        #define ZLE_ARG      	 32
      ! #define ZLE_NAMEDBUFFER 128
      ! #define ZLE_KILL        (64|ZLE_NAMEDBUFFER)
        #define ZLE_HISTSEARCH  256
        #define ZLE_NEGARG      512
        #define ZLE_INSERT     1024
        #define ZLE_DELETE     2048
      - #define ZLE_DIGIT      4096
        
        typedef struct key *Key;
        
      --- 205,216 ----
        #define ZLE_YANK     	 8
        #define ZLE_LINEMOVE 	 16
        #define ZLE_ARG      	 32
      ! #define ZLE_DIGIT        64
      ! #define ZLE_KILL        128
        #define ZLE_HISTSEARCH  256
        #define ZLE_NEGARG      512
        #define ZLE_INSERT     1024
        #define ZLE_DELETE     2048
        
        typedef struct key *Key;
        
      *** Src/zle_bindings.c.old	Mon Jul  3 05:17:27 1995
      --- Src/zle_bindings.c	Mon Jul  3 05:34:27 1995
      ***************
      *** 169,175 ****
            {"vi-yank", viyank, 0},
            {"vi-yank-eol", viyankeol, 0},
            {"which-command", processcmd, 0},
      !     {"yank", yank, ZLE_YANK | ZLE_NAMEDBUFFER},
            {"yank-pop", yankpop, ZLE_YANK},
            {"emacs-backward-word", emacsbackwardword, ZLE_MOVEMENT},
            {"emacs-forward-word", emacsforwardword, ZLE_MOVEMENT},
      --- 169,175 ----
            {"vi-yank", viyank, 0},
            {"vi-yank-eol", viyankeol, 0},
            {"which-command", processcmd, 0},
      !     {"yank", yank, ZLE_YANK},
            {"yank-pop", yankpop, ZLE_YANK},
            {"emacs-backward-word", emacsbackwardword, ZLE_MOVEMENT},
            {"emacs-forward-word", emacsforwardword, ZLE_MOVEMENT},

 -zefram

-----BEGIN PGP SIGNATURE-----
Version: 2.6.i

iQBVAgUBL/d0lWWJ8JfKi+e9AQGQtgIAjwncrZp817+Sy/1+R+bk8Z0W0SRayXQh
XYNxhCzckzxYQ3n/p/FlxSKrkwvbFJposefcp1qqtzBC9CZugt3wUw==
=WVre
-----END PGP SIGNATURE-----


             reply	other threads:[~1995-07-03  4:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-07-03  4:41 Zefram [this message]
1995-07-05  6:21 ` 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=9530.199507030441@stone.dcs.warwick.ac.uk \
    --to=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).