From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3323 invoked by alias); 26 Oct 2010 00:58:28 -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: 15482 Received: (qmail 5266 invoked from network); 26 Oct 2010 00:58:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at trustfood.org does not designate permitted sender hosts) Date: Tue, 26 Oct 2010 02:48:35 +0200 From: Eric Smith To: Zsh Users Subject: scratchpad text Message-ID: Mail-Followup-To: Zsh Users MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) I want to on the commandline write some text to guide a task. Then I can go like pushline with -q to move it away and work on my task. Then to bring back the "scratchpad" for reading or editing, I go -C. But I could forget to pushline the scratchpad text again and just -c it away. Is there a way to make this "scratchpad" unlosable, like possibly writing it to the history or something even more weird and useful? -- - Eric Smith