From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 143 invoked by alias); 15 Dec 2016 18:20:29 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22219 Received: (qmail 26593 invoked from network); 15 Dec 2016 18:20:29 -0000 X-Qmail-Scanner-Diagnostics: from mailout1.lrz.de by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(129.187.255.135):SA:0(-2.3/5.0):. Processed in 2.29971 secs); 15 Dec 2016 18:20:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: zsh.Andy@spiegl.de X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at spiegl.de does not designate permitted sender hosts) X-Virus-Scanned: by amavisd-new at lrz.de in lxmhs65.srv.lrz.de Date: Thu, 15 Dec 2016 19:20:17 +0100 From: Andy Spiegl To: zsh-users@zsh.org Subject: Re: Howto to print ENTER to zle-buffer? Message-ID: <20161215182016.2xjpqfmepw7gbgya@spiegl.de> Mail-Followup-To: zsh-users@zsh.org References: <20161213150101.lgcl6r44gc5b4sia@spiegl.de> <161213081230.ZM21776@torch.brasslantern.com> <20161213164749.5gfrgorfe2ad4edr@spiegl.de> <161213093008.ZM22110@torch.brasslantern.com> <20161213192941.z3foaju5gslyeqse@spiegl.de> <161213170312.ZM23037@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <161213170312.ZM23037@torch.brasslantern.com> X-gpg-key: ID C2CB30F0, available on friendly keyservers near you X-gpg-fingerprint: 9051 50B9 13B0 57B9 10FD 48AC 4FA1 209B C2CB 30F0 X-Accepted-File-Formats: ASCII PDF Open/Free Formats - NO proprietory (e.g. Microsoft) files, please X-how-to-quote: http://quoting.is-easy.de/ X-how-to-ask-questions: http://www.catb.org/~esr/faqs/smart-questions.html X-stupid-disclaimers: http://goldmark.org/jeff/stupid-disclaimers/ X-angstklauseln: http://www.heise.de/artikel-archiv/ct/2014/08/136_Angstklauseln User-Agent: Mutt/1.6.2-neo (2016-08-21) Hi Bart, > No, it can still be done; you'll just have to be sure that your > zle-line-init widget doesn't conflict with one the user already has. You are the BEST! So cool, now it works just as I want it. Thanks so much!!! > I don't know why you'd need it to appear in the buffer if it's just > going to be accept-line'd immediately, ... Because I want these shells to look exactly the way it looked before it was closed. Sometimes keep shells open as a reminder - with the last executed command visible. Thanks a lot! Andy