Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: coq - Coq proof management system https://bugzilla.redhat.com/show_bug.cgi?id=450323 ------- Additional Comments From dwheeler@xxxxxxxxxxxx 2008-06-14 21:36 EST ------- I suggest doing the following, which implements history and line editing in coqtop (as well as justifying a dependency on rlwrap): Inside the directory "/etc/profile.d", install 2 trivial files "coq.sh" and "coq.csh", with the trivial contents shown below. Then, when you log into a shell you'll get aliases that enable history and line editing. Make sure that the files are readable (and executable) by all. {bash invokes this via /etc/bashrc.} :::::::::::::: coq.sh :::::::::::::: # coq initialization alias coqtop='rlwrap coqtop' 2>/dev/null :::::::::::::: coq.csh :::::::::::::: #! /bin/csh -f alias coqtop 'rlwrap coqtop' -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review