help-gnu-emacs
[Top][All Lists]
Advanced

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

suppressing shell history expansion in comint-previous-input


From: Sean McLaughlin
Subject: suppressing shell history expansion in comint-previous-input
Date: Wed, 13 Aug 2003 21:22:18 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)


Hello,

I'm using ocaml and often type strings like "!a;;" into comint. When I do a comint-previous-input, instead of the expected "!a;;", I get "awk " or some other command I typed in some time ago. I believe what is happening is that the shell expects the exclamation mark to be asking for a history expansion. I want to suppress this behavior but can't figure out how to do it. Any thoughts?

Best,

Sean






reply via email to

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