zsh-workers
 help / color / mirror / code / Atom feed
* Bug Report: Interactive Mode Glitches
@ 2015-10-23 16:15 Nir Friedman
  2015-10-24 20:37 ` Daniel Shahaf
  0 siblings, 1 reply; 9+ messages in thread
From: Nir Friedman @ 2015-10-23 16:15 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]

I relatively often see bugs in zsh's interactive mode. I can't duplicate
them frequently, but the trigger is nearly always either: 1) hitting
backspace when already in interactive mode and incremental matching is
happening, or 2) hitting Ctrl-C in an attempt to exit from interactive mode.

Here are some relevant settings:

zstyle ':completion:*' menu select=0 interactive
zstyle ':completion:*' insert-unambiguous true

#
# Options
#

setopt COMPLETE_IN_WORD    # Complete from both ends of a word.
setopt ALWAYS_TO_END       # Move cursor to the end of a completed word.
setopt PATH_DIRS           # Perform path search even on command names with
slashes.
setopt AUTO_MENU           # Show completion menu on a successive tab press.
unsetopt AUTO_LIST           # Automatically list choices on ambiguous
completion. Changed by NF
setopt AUTO_PARAM_SLASH    # If completed parameter is a directory, add a
trailing slash.
unsetopt MENU_COMPLETE     # Do not autoselect the first completion entry.
unsetopt FLOW_CONTROL      # Disable start/stop characters in shell editor.

LISTMAX=0

I'm happy to try to provide more information, if someone can tell me how
(perhaps run zsh with some kind of debug flag, and look in there the next
time a crash happens?).

Cheers,

Nir

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-12-02  9:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-23 16:15 Bug Report: Interactive Mode Glitches Nir Friedman
2015-10-24 20:37 ` Daniel Shahaf
2015-10-24 20:45   ` Nir Friedman
2015-10-24 20:56     ` Daniel Shahaf
2015-10-24 21:04       ` Nir Friedman
2015-12-02  6:02         ` Nir Friedman
2015-12-02  8:39           ` Bart Schaefer
2015-12-02  9:24           ` Peter Stephenson
2015-10-25 16:07     ` Jun T.

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).