[Bug 450323] Review Request: coq - Coq proof management system

bugzilla at redhat.com bugzilla at redhat.com
Sun Jun 15 01:36:40 UTC 2008


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 at dwheeler.com  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.




More information about the Fedora-package-review mailing list