Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: quick bugfix for sticky-note
- X-seq: zsh-workers 47570
- From: vapnik spaknik <vapniks@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: quick bugfix for sticky-note
- Date: Mon, 16 Nov 2020 13:06:16 +0000 (UTC)
- Archived-at: <https://zsh.org/workers/47570>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-11/1323867743.5803462.1605531976275%40mail.yahoo.com>
- Authentication-results: zsh.org; iprev=pass (sonic303-24.consmr.mail.gq1.yahoo.com) smtp.remote-ip=98.137.64.205; dkim=pass header.d=yahoo.com header.s=s2048 header.a=rsa-sha256; dmarc=pass header.from=yahoo.com; arc=none
- Cc: Zsh Hackers List <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1605531977; bh=BsUOVhGtV1+lI7/pUDmFnLMHull5B0jihSHMcwVAy4k=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From:Subject; b=oNgQaBjpWK7u0EJlrIqmFbHiShCaSdAD/iUU2uxm7DQugEaNVz98GZ+zUNZT5zC66oX2pJb09TfP/UXU77WdObPPNJPodmuuaRjD3+V9iwZXNQp19+wCJ9y9ru0Gf2ocWcSL6K7GdUkKOiS5q/qejXU3nwVYTw1TXsv6dL3VD9P2OY0Ar1B1YA3629n/5F85F85eRftVSpTHzoHMSYo8kTqFmCBuRHbdQbFZ47OsLnIoR5AFJzm8ZI0R11H1kW/5sUAkbRkVGNzC8MYyEYV9fSu+OxUGWyJoozaS8+19pmZaNz+F0PIXVH19Y9G6tmtHscONKMANdaEH455xaex0Pw==
- In-reply-to: <CAH+w=7Zt+=TxrRk6VMCc+ew3XnZ1xdOsDX1a2jJ5EGMN6kMwZg@mail.gmail.com>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- References: <1177177665.5499794.1605395141729.ref@mail.yahoo.com> <1177177665.5499794.1605395141729@mail.yahoo.com> <CAH+w=7Zt+=TxrRk6VMCc+ew3XnZ1xdOsDX1a2jJ5EGMN6kMwZg@mail.gmail.com>
- Sender: zsh-workers-request@xxxxxxx
>On Sunday, November 15, 2020, 07:45:06 PM GMT, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>>On Sat, Nov 14, 2020 at 3:06 PM vapnik spaknik <vapniks@xxxxxxxxx> wrote:
>>> a quick fix would be to just add 'noflowcontrol' to the 'setopt' line near the start of the function.
>Hm. The problem with that is that people who want flow control suddenly lose it.
Are you sure about that? In the documentation for emulate it says: "If the -L switch is given, the options LOCAL_OPTIONS, LOCAL_PATTERNS and LOCAL_TRAPS will be set as well, causing the effects of the emulate command and any setopt, disable -p or enable -p, and trap commands to be local to the immediately surrounding shell function, if any"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author