Zsh Mailing List Archive
zsh-workers 2024
Author Index
Listing 854 of 854 messages.
Page 1 of 1.
[Prev Page] [Next Page]
柳 敏臻
Jörg Sommer
Jörg Sommer
Lawrence Velázquez
Lukáš Zaoral
Advait Maybhate
Ajeet D'Souza
Alan Wagner-Krankel
Andreas Kähäri
Anthony Heading
Avid Seeker
Bart Schaefer
- Re: memory leak (1): unset private parameter
- Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes
- Re: Nofork ${{var}...} edge cases
- "time" and "exec" behavior
- Re: Unicode allowables in Environment variables
- Re: Can someone tell me what I'm doing wrong in the YODL?
- Re: [PATCH] More stuff for Etc/FAQ
- Re: Feedback on prototype reorganized Zsh website
- Re: misleading message for SIGFPE
- Re: D04parameter.ztst crashes if USE_MMAP is not defined
- [PATCH] 'bad interpreter' error garbled
- Re: Up-scope named references, vs. ksh
- Re: Feedback on prototype reorganized Zsh website
- Re: Bug: time doesn't work on builtins
- {PATCH] (for real this time) Re: "typeset -p" and no_GLOBAL_EXPORT, other misc.
- Example / partial fix for printf with math expressions
- Re: [PATCH 1/3]: Add named references
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: "return" behaves differently in .zlogout (Was: Subshell return codes are discarded during logout?)
- Re: D04parameter.ztst crashes if USE_MMAP is not defined
- [PATCH] namerefs and specials and scoping (oh my)
- Re: How does zsh internally store and process variables?
- Re: errexit and (Z)ERR trap regression
- Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files
- Re: [PATCH] Improved implementation of ${{var} cmd} etc.
- Re: "return" behaves differently in .zlogout (Was: Subshell return codes are discarded during logout?)
- Re: Feedback on prototype reorganized Zsh website
- Re: issues with saving history to file
- Re: Absolute path tab completion on Windows
- Re: "break" and functions
- Re: [PATCH] unmetafy Re: $var not expanded in ${x?$var}
- Re: behavior of test true -a \( ! -a \)
- Associative array sorting
- [PATCH] zcurses mouse delay
- [PATCH] Nofork removing just one newline
- Re: [PATCH 0/1] zsh/random module
- Re: [BUG] multibyte never set according to setopt/unsetopt output
- Re: behavior of test true -a \( ! -a \)
- [PATCH?] Nofork and removing newlines
- Re: Absolute path tab completion on Windows
- Re: memory leak (1): unset private parameter
- Re: Disable UTF8-escaping diacritics
- Re: Segfault in echoti with Cs and Ms caps
- Re: typeset -<non-ASCII> (Was: metafication in error messages)
- Re: Example / partial fix for printf with math expressions
- Re: [PATCH] Improve stdio management when redirecting descriptors
- Re: Unicode allowables in Environment variables
- Re: mapfile and unset: Does this actually work?
- Re: Bug: time doesn't work on builtins
- Re: Feedback on prototype reorganized Zsh website
- Re: Assigning an array to a nameref "placeholder"
- Re: behavior of test true -a \( ! -a \)
- Re: Unicode allowables in Environment variables
- Re: [PATCH v2] prefer memcpy() over strcpy()
- Re: "typeset -p" and no_GLOBAL_EXPORT, other misc.
- Re: memory leak (2): named reference
- Re: "typeset -p" and no_GLOBAL_EXPORT, other misc.
- Re: Bug report; git tab-completion on macOS within paths containing unicode characters
- Re: Absolute path tab completion on Windows
- Re: Up-scope named references, vs. ksh
- Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- [PATCH] Rectify "private" and nofork
- Re: [BUG]select command display in wrong
- Regression of typeset output with "private"
- Re: PATCH: Re: Bug: time doesn't work on builtins
- Re: Up-scope named references, vs. ksh
- Re: [BUG] complist interactive mode overwrites command line
- Re: dnf5 completions
- [PATCH] Re: Should we be avoiding "zstyle -m" ?
- "typeset -p" and no_GLOBAL_EXPORT, other misc.
- Re: ANSI C standard of zsh
- Re: Bug report; git tab-completion on macOS within paths containing unicode characters
- Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation*
- Re: current git Fails to compile on Solaris 11 x86
- Re: [PATCH] feat(zkbd): make zkbd do its magic in the specified directory
- Re: Bug: time doesn't work on builtins
- Re: Up-scope named references, vs. ksh
- Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- Re: Nofork ${{var}...} edge cases
- Re: Feedback on prototype reorganized Zsh website
- Re: [BUG] crash when I unset and redefine a function within itself
- Re: Documenting $(( foo )) as similar to $(( ($foo) ))
- Re: [BUG] `menu-complete` bound to `^J` does not cycle the results with `select`
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: Regression: 'read -s' does not disable echo
- Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation*
- Parameter name argument of sysread, read, print -v, what else?
- Re: "break" and functions
- Re: memory leak (1): unset private parameter
- [PATCH] Improved implementation of ${{var} cmd} etc.
- Re: behavior of test true -a \( ! -a \)
- Should we be avoiding "zstyle -m" ?
- Re: Unicode allowables in Environment variables
- Re: "kill -STOP" as noticed in ksh93u+ gitlab
- Re: behavior of test true -a \( ! -a \)
- Re: [PATCH?] Nofork and removing newlines
- Re: [PATCH?] Nofork and removing newlines
- Re: What appears to be inconsistent results from ${(%):-%F{${subscript}}
- Up-scope named references, vs. ksh
- Re: errexit and (Z)ERR trap regression
- Re: "typeset -p" and no_GLOBAL_EXPORT, other misc.
- Re: behavior of test true -a \( ! -a \)
- Re: [BUG] complist interactive mode overwrites command line
- Re: "break" and functions
- Re: Bug report: assigning $! to an array element doesn't work
- Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation*
- [PATCH] More "typeset -p" and GLOBAL_EXPORT
- Nofork ${{var}...} edge cases
- Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- Re: $var not expanded in ${x?$var}
- "kill -STOP" as noticed in ksh93u+ gitlab
- Re: [PATCH?] Nofork and removing newlines
- Re: [PATCH 1/1] zsh/random
- Re: Bug report; git tab-completion on macOS within paths containing unicode characters
- Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- Re: Inconsistent behavior with comparisons and recursive glob patterns
- Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes
- Re: $var not expanded in ${x?$var}
- Re: [PATCH?] Nofork and removing newlines
- Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- Re: Unicode allowables in Environment variables
- [PATCH] Misc. FAQ fixups, mostly for nofork substitution
- Re: Z shell introductory guide source
- Re: misleading message for SIGFPE
- [PATCH] Document effect of non-forking substitution on "private" parameters
- [PATCH] "Raw" error messages with zwarning %l
- Re: [BUG] building fails on ArchLinux
- Re: sticky-note and prompt color leftovers (Re: PATCH: broader support for highlight groups)
- Re: D04parameter.ztst crashes if USE_MMAP is not defined
- Re: memory leak (2): named reference
- Re: nocorrect documentation and behavior
- Re: Feedback on prototype reorganized Zsh website
- Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation*
- Re: Valid Links?
- Re: Unicode allowables in Environment variables
- Re: behavior of test true -a \( ! -a \)
- Re: Unicode allowables in Environment variables
- PATCH: Re: Bug: time doesn't work on builtins
- Re: errexit and (Z)ERR trap regression
- Re: Up-scope named references, vs. ksh
- [PATCH] "typeset -nu" (was Re: Up-scope named references, vs. ksh)
- Re: [PATCH] 'bad interpreter' error garbled
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: [PATCH?] Nofork and removing newlines
- Re: mapfile and unset: Does this actually work?
- Re: "break" and functions
- [PATCH] More stuff for Etc/FAQ
- Nofork and preserving newlines
- Re: Bug: time doesn't work on builtins
- [PATCH] Use null_glob when expanding file pattern in zmv
- Re: Unicode allowables in Environment variables
- Re: Bug report; git tab-completion on macOS within paths containing unicode characters
- Re: sticky-note and prompt color leftovers (Re: PATCH: broader support for highlight groups)
- Re: PATCH: real-time signals support
- Re: [PATCH?] Nofork and removing newlines
- Re: Example / partial fix for printf with math expressions
- Re: errexit and (Z)ERR trap regression
- Re: Zsh line editor backwards delete
- Re: Bug report; git tab-completion on macOS within paths containing unicode characters
- Re: [PATCH?] Nofork and removing newlines
- Re: Feedback on prototype reorganized Zsh website
- Re: Up-scope named references, vs. ksh
- Re: behavior of test true -a \( ! -a \)
- Aside regarding ${var:#pat}
- Re: [BUG] With CORRECT_ALL, an interrupted correct puts a truncated entry in history
- Re: issues with saving history to file
- Re: [BUG]select command display in wrong
- Re: Bug: time doesn't work on builtins
- [PATCH] math recursion and array overflow
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: [RFC PATCH 1/2] complete absolute paths for mpc add
- Several patches from Oliver
- Minor runtests.zsh curiosity
- Re: "typeset -p" and no_GLOBAL_EXPORT, other misc.
- Re: [PATCH] using sysread/syswrite with coprocess
- Misc. patches vis-a-vis nameref discussion
- Re: PATCH: real-time signals support
- Re: Regression: 'read -s' does not disable echo
- Re: "kill -STOP" as noticed in ksh93u+ gitlab
- Re: [PATCH?] Nofork and removing newlines
- Re: Nofork ${{var}...} edge cases
- Re: errexit and (Z)ERR trap regression
- [PATCH] unmetafy Re: $var not expanded in ${x?$var}
- Re: Absolute path tab completion on Windows
- Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- Re: Dangerous feature - multios with globbing
- Re: broken patch in Zsh Mailing List Archive
- Re: [PATCH?] Nofork and removing newlines
- Re: [BUG] ZLE character width with emoji presentation variation selectors in Unicode
- [PATCH] Fix crash on unset-through-nameref
- Re: [PATCH?] Nofork and removing newlines
- Re: [PATCH?] Nofork and removing newlines
- Re: [PATCH] Re: Should we be avoiding "zstyle -m" ?
- Re: Unicode allowables in Environment variables
- Fix up zsh/ksh93 for named reference changes
- Re: Bug: time doesn't work on builtins
- Re: Absolute path tab completion on Windows
- Re: Unicode allowables in Environment variables
- Re: Example / partial fix for printf with math expressions
- mapfile and unset: Does this actually work?
- Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes
- Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files
- Re: [PATCH] termcap.c: fix pointer type mismatch for boolcodes
- [PATCH] Improve stdio management when redirecting descriptors
- Re: Unicode allowables in Environment variables
- Re: [PATCH] string.c: prefer memcpy() over strcpy()
- Re: [RFC PATCH 1/2] complete absolute paths for mpc add
- Re: bug: _files depends on extendedglob
- Re: [PATCH] Fix crash on unset-through-nameref
- [PATCH] ${ command; } bash/ksh compatibility
- Re: behavior of test true -a \( ! -a \)
- Re: Up-scope named references, vs. ksh
- Re: Assigning an array to a nameref "placeholder"
- Re: Regression: 'read -s' does not disable echo
- Re: Z shell introductory guide source
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: Inconsistent behavior of the test command with associative arrays
- Re: PATCH: alternate views on .zle.hlgroups
- Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- [PATCH] local vs. nameref scoping (was Re: Up-scope named references, vs. ksh)
- Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes
- Re: Bug report; git tab-completion on macOS within paths containing unicode characters
- Re: namerefs to var[idx]
- [PATCH] count multibyte and metafied characters correctly for math ops errors
- Re: Superfluous completion for noglob
- Re: File completion with git ls-files
- Re: Unicode allowables in Environment variables
- Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- [PATCH] Appending an array to a scalar
- Re: [PATCH] add new features and improvements to the "incarg" ZLE widget
- Re: misleading message for SIGFPE
- Re: STTY fails to reset ICRNL / INLCR
- Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes
- Re: Aliases that ignore "noaliases"
- Re: "typeset -p" and no_GLOBAL_EXPORT, other misc.
- Re: Absolute path tab completion on Windows
- Re: PATCH: broader support for highlight groups
- Re: [BUG] complist interactive mode overwrites command line
- Re: PATCH: real-time signals support
- Re: [PATCH v2] Fix jobs -p to be POSIX compliant
- Re: Bug report; git tab-completion on macOS within paths containing unicode characters
- Is this intentional behavior of typeset -g ?
- Re: ANSI C standard of zsh
- "break" and functions
- Re: Crash with read-only CDPATH
- Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation*
- Assigning an array to a nameref "placeholder"
- Yet another errexit bug?
- "Bug" from time immemorial with subscript flags
- Re: Feedback on prototype reorganized Zsh website
- Re: Segmentation fault. Probably security related.
- Re: [PATCH 1/3]: Add named references
- Re: Regression of typeset output with "private"
- Re: mapfile and unset: Does this actually work?
- Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files
- Re: Up-scope named references, vs. ksh
- Re: bug: _files depends on extendedglob
- Re: \M-^C vs \203 vs \x83 as visual representations of bytes
- Re: Feedback on prototype reorganized Zsh website
- [PATCH] Altering target of named reference when target is initially unset
- Re: $var not expanded in ${x?$var}
- Re: Z shell introductory guide source
- Re: [RFC PATCH 1/2] complete absolute paths for mpc add
- Re: [PATCH 0/1] zsh/random module
- [PATCH] (take 2) Local specials and Re: Regression of typeset output with "private"
- Re: [PATCH?] Nofork and removing newlines
- Re: Nofork ${{var}...} edge cases
- Re: [PATCH?] Nofork and removing newlines
- Aliases that ignore "noaliases"
- Re: [PATCH] remote files completion: remove double-escaping
Ben Knoble
Bev in TX
Christian Hesse
Christian Heusel
Clinton Bunch
Connor Olding
D. Ben Knoble
dana
Daniel Shahaf
Dieter Bolz
earnestly
Edwin Kofler
Ellenor Bjornsdottir
Emil Velikov
Eric Cook
fp oop
Franklin Yu
Frava
Gamcheong YUEN
Gilles
Hamidreza
Han Boetes
Harri Salminen
Henri Tremblay
Hugo Osvaldo Barrera
Huy Z
James
James Tirta Halim
Jim
Jun T
Jun. T
Justin Zobel
Karel Balej
Liao Junxuan
lilydjwg
limited time
liushuyu
Lyn Fugmann
Mark J. Reed
Marlon Richert
Martijn Dekker
Martin Tournoij
Matthew Martin
Michael Prokop
midchildan
Mikael Magnusson
Montze Smith
Nadav Har'El
NeNikitov
Oliver Kiddle
Patrick
Peter Stephenson
Phil Pennock
Philip Sequeira
Philippe Altherr
postwar . marina0n
Ram Rachum
Ray Andrews
Roman Perepelitsa
Ronan Pigott
Rustmilian
safreya
Samson Leong
Samy Dulor
sev
Sho Yuhara
Silejonu
sph
Stephane Chazelas
- Re: [PATCH] unmetafy Re: $var not expanded in ${x?$var}
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: [PATCH?] Nofork and removing newlines
- Re: Up-scope named references, vs. ksh
- Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: [PATCH?] Nofork and removing newlines
- Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- Re: $var not expanded in ${x?$var}
- Re: Up-scope named references, vs. ksh
- Re: typeset -<non-ASCII> (Was: metafication in error messages)
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: "kill -STOP" as noticed in ksh93u+ gitlab
- Re: "typeset -p" and no_GLOBAL_EXPORT, other misc.
- Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation*
- Re: $var not expanded in ${x?$var}
- Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation*
- \M-^C vs \203 vs \x83 as visual representations of bytes
- Re: Example / partial fix for printf with math expressions
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: Example / partial fix for printf with math expressions
- Re: \M-^C vs \203 vs \x83 as visual representations of bytes
- Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation*
- Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation*
- Re: "typeset -p" and no_GLOBAL_EXPORT, other misc.
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: [PATCH v3] regexp-replace and ^, word boundary or look-behind operators (and more).
- PS2 shows "cmdsubst" for process substitution
- typeset -<non-ASCII> (Was: metafication in error messages)
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: "typeset -p" and no_GLOBAL_EXPORT, other misc.
- Re: misleading message for SIGFPE
- Re: [PATCH?] Nofork and removing newlines
- [BUG] segv and random behaviour with $terminfo for TERM=qnx
- Missing escaping of C1 control characters for visual representation
- Re: [PATCH v3] regexp-replace and ^, word boundary or look-behind operators (and more).
- Re: Example / partial fix for printf with math expressions
- Re: Feedback on prototype reorganized Zsh website
- ${<file} (Was: [PATCH?] Nofork and removing newlines)
- Re: Aliases that ignore "noaliases"
- Re: Aliases that ignore "noaliases"
- Re: $var not expanded in ${x?$var}
- MBEGIN when =~ finds bytes inside characters (Was: [PATCH v5] regexp-replace and ^, word boundary or look-behind operators (and more).)
- [PATCH] improve pcre error message
- Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation*
- Feature request: ${(l[-3][0])var} to do left padding *without truncation*
- [Pleae ignore] Missing escaping of C1 control characters for visual representation
- Re: $var not expanded in ${x?$var}
- Re: [PATCH][nitpick-BUG] shebang less scripts and paths starting with -/+
- Re: "typeset -p" and no_GLOBAL_EXPORT, other misc.
- Re: "kill -STOP" as noticed in ksh93u+ gitlab
- Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- Re: [PATCH?] Nofork and removing newlines
- Re: Assigning an array to a nameref "placeholder"
- Re: [PATCH 1/3]: Add named references
- [PATCH][DOC] zsh_eval_context doc improvements (Was: PS2 shows "cmdsubst" for process substitution)
- Re: Up-scope named references, vs. ksh
- [PATCH v5] regexp-replace and ^, word boundary or look-behind operators (and more).
- Re: Feedback on prototype reorganized Zsh website
- [PATCH v6] regexp-replace and ^, word boundary or look-behind operators (and more).
- Re: Up-scope named references, vs. ksh
- quoting of bytes >= 0x80 with set +o multibyte in multibyte locales
- namerefs to var[idx]
- Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation*
- [PATCH][doc] BASHENV -> BASH_ENV typo
- Re: Up-scope named references, vs. ksh
- Re: Up-scope named references, vs. ksh
- Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var})
- Re: [PATCH] Fix crash on unset-through-nameref
- Re: \M-^C vs \203 vs \x83 as visual representations of bytes
- Re: "kill -STOP" as noticed in ksh93u+ gitlab
- Re: "typeset -p" and no_GLOBAL_EXPORT, other misc.
- Re: [PATCH] Fix crash on unset-through-nameref
- unset, POSIX and the export attribute (Was: [PATCH] Fix crash on unset-through-nameref)
- Re: [PATCH?] Nofork and removing newlines
- Re: Up-scope named references, vs. ksh
- Re: Assigning an array to a nameref "placeholder"
- [PATCH][nitpick-BUG] shebang less scripts and paths starting with -/+
Stephen Acuna
Trevor Hailey
Vincent Lefevre
vlkr1
vnepogodin
Wesley Schwengle
William DeShazer
Wu, Zhenyu
Yves Delley
zeurkous
Mail converted by MHonArc