From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12142 invoked by alias); 15 Dec 2014 01:38:41 -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: 19534 Received: (qmail 18971 invoked from network); 15 Dec 2014 01:38:40 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=ZzszQ4UC+164xHECPmXDDfM9X0CKNpMxQt6O1DvdyYI=; b=hLVFFHVwBIsMqrG35hZCmOpi1fl4zOXNuGarefSBnYmlq93VleoZZUKcSn0V6220+g /EILGRBgAN8Wy5IH17gQBt5WRPYQ/hrw381UK6Jcr9XFT0lgtMBFfBNoArZRBcQSZXAN U1co1IhF/rxrv18WbHXBax+UfgLS50BVb1FWe6WG/xT6QUvZge6zynRn3nTtnlRSgdXq wdBbeU1sepkP6Ui7BM1RH2OXSS7fXYMEAIBc+JbqoHfy52/vh7KFYCw+MIAxqcnK3+YM 1SjC05ZfsOjaQYRyT5FLaoKHspjdrPCsEU2NXzdQ8LfeVHzbrH3Bx+L+bZUYKeM0fXrL qY6w== MIME-Version: 1.0 X-Received: by 10.180.109.3 with SMTP id ho3mr27140005wib.39.1418607518987; Sun, 14 Dec 2014 17:38:38 -0800 (PST) Sender: rocky.bernstein@gmail.com Date: Sun, 14 Dec 2014 20:38:38 -0500 X-Google-Sender-Auth: iAMkWdUP9lvdoYkCfeNlMDNG5CM Message-ID: Subject: An example of writing a custom history file? From: Rocky Bernstein To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=e89a8f3b9daf3ebc45050a374dc4 --e89a8f3b9daf3ebc45050a374dc4 Content-Type: text/plain; charset=UTF-8 Hi again - I the zsh debugger I'd like to add a history mechanism to the command processor. I'm using zle to read lines. Of course, I don't want this history mechanism to interfere with the normal zsh history mechanim. Is there an example somewhere that I can follow for this? Thanks again. --e89a8f3b9daf3ebc45050a374dc4--