chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] readline: history, empty lines, duplicate lines


From: Toby Butzon
Subject: Re: [Chicken-users] readline: history, empty lines, duplicate lines
Date: Sat, 21 Oct 2006 19:55:59 -0400

Hi,

On 10/20/06, Dan <address@hidden > wrote:
> > Another useful thing would be not to save duplicate lines, but it
> > requires marginally more work than just writing this message.
> I think this could be a configuration option like, if I remember
> correctly, it is in shells like GNU Bash.

Right, but

(i) this feature needs to be programmed into readline.scm -- the C library has no direct support for it
(ii) I have no idea why anyone would *want* duplicates -- do you?

I agree. Attached is a patch that prevents duplicates from being added.

--
Toby Butzon

Attachment: readline-egg-no-dupes.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]