errors when buffer has text but before prompt runs #8

Closed
frioux opened this Issue Nov 8, 2013 · 1 comment

3 participants

@frioux

I actually am not really sure how to repro this, but basically, I did a git push --tags and started to type git fetch --prune while it was pushing. This happened:

  tungsten ☠ (1) [38027] ~/code/Catalyst-Action-REST «master» $ git push --tags               
  Host key fingerprint is 50:83:ed:b9:a6:33:a0:6f:b9:30:02:9f:48:5f:bc:51
  +--[ RSA 2048]----+
  |       oo        |
  |      ....       |
  |      .E .       |
  |    . ..o        |
  |..   +  S.       |
  |oo..o o o        |
  |o =o + o         |
  | ..oo +          |
  |   oo. o         |
  +-----------------+

  git Counting objects: 1, done.
  Writing objects: 100% (1/1), 175 bytes | 0 bytes/s, done.
  Total 1 (delta 0), reused 0 (delta 0)
  fetch --prremote: To git@github.com:perl-catalyst/Catalyst-Action-REST.git
  remote:    5832c2d..2a64bbd  mirror/rrwo/not_modified -> mirror/rrwo/not_modified
  remote:  * [new tag]         1.12 -> 1.12
  To catagits@git.shadowcat.co.uk:Catalyst-Action-REST
   * [new tag]         1.12 -> 1.12
  tungsten ☠ (1) [38028] ~/code/Catalyst-Action-REST «master» $ 
  (eval):zle:1: no such widget `autosuggest-menu-select-orig'
  tungsten ☠ (1) [38028] ~/code/Catalyst-Action-REST «master» $ g
  (eval):zle:1: no such widget `autosuggest-menu-select-orig'
  tungsten ☠ (1) [38028] ~/code/Catalyst-Action-REST «master» $ gi
  (eval):zle:1: no such widget `autosuggest-menu-select-orig'
  tungsten ☠ (1) [38028] ~/code/Catalyst-Action-REST «master» $ git 
  (eval):zle:1: no such widget `autosuggest-menu-select-orig'
  tungsten ☠ (1) [38028] ~/code/Catalyst-Action-REST «master» $ git f
  (eval):zle:1: no such widget `autosuggest-menu-select-orig'
  tungsten ☠ (1) [38028] ~/code/Catalyst-Action-REST «master» $ git fe
  (eval):zle:1: no such widget `autosuggest-menu-select-orig'
  tungsten ☠ (1) [38028] ~/code/Catalyst-Action-REST «master» $ git fet
  (eval):zle:1: no such widget `autosuggest-menu-select-orig'
  tungsten ☠ (1) [38028] ~/code/Catalyst-Action-REST «master» $ git fetc
  (eval):zle:1: no such widget `autosuggest-menu-select-orig'
  tungsten ☠ (1) [38028] ~/code/Catalyst-Action-REST «master» $ git fetch 
  (eval):zle:1: no such widget `autosuggest-menu-select-orig'
  tungsten ☠ (1) [38028] ~/code/Catalyst-Action-REST «master» $ git fetch -
  (eval):zle:1: no such widget `autosuggest-menu-select-orig'
  tungsten ☠ (1) [38028] ~/code/Catalyst-Action-REST «master» $ git fetch --
  (eval):zle:1: no such widget `autosuggest-menu-select-orig'
  tungsten ☠ (1) [38028] ~/code/Catalyst-Action-REST «master» $ git fetch --prune
   x [deleted]         (none)     -> origin/drolsky/get_html
   x [deleted]         (none)     -> origin/drolsky/immutabilize-everything
   x [deleted]         (none)     -> origin/factor-out-data-serialization
   x [deleted]         (none)     -> origin/wreis/default_head
   x [deleted]         (none)     -> origin/wreis/deserialize_json
   x [deleted]         (none)     -> origin/xeno/statuses
  tungsten ☠ (1) [38029] ~/code/Catalyst-Action-REST «master» $ 
@tarruda

I was also unable to reproduce, but I just pushed a commit that should fix the problem(checking the existence of autosuggest-{widget name}-orig before restoring).

After you pull the changes post here if the issues is still happening

@CJD14 CJD14 referenced this issue in zsh-users/zsh-history-substring-search Feb 7, 2014
Closed

No such widget `autosuggest-history-substring-search-up-orig' #31

@faceleg faceleg closed this Dec 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment