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

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

Re: comint-input-autoexpand no effect?


From: Kevin Rodgers
Subject: Re: comint-input-autoexpand no effect?
Date: Wed, 29 Jan 2003 18:46:21 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Michael A. Covington wrote:

I'm running SWI Prolog under Emacs 21.1.

I am trying to turn off the interpretation of ! as a history expansion
character, since this is inconvenient in some of the string processing I'm
doing.

Doing an eval-exp (setq comint-input-autoexpand nil) doesn't have any effect
on this.


What buffer did you do that in?  Did you verify it via M-: or C-h v in your
Prolog interpreter buffer?

Nor does putting (setq comint-input-autoexpand nil) in my
site-lisp default.el or prolog.el.  Similar things with
shell-input-autoexpand don't seem to work either.


Does `M-x locate-library prolog' return a *.elc file name?  If so, did you
byte-compile prolog.el after modifying it.


How can I get the shell to stop bothering my exclamation marks??

Probably by setting comint-input-autoexpand to nil in the Prolog interpreter's
comint buffer, probably via a hook.

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>





reply via email to

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