* comint-input-autoexpand no effect?
@ 2003-01-29 21:41 Michael A. Covington
0 siblings, 0 replies; 2+ messages in thread
From: Michael A. Covington @ 2003-01-29 21:41 UTC (permalink / raw)
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. 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.
How can I get the shell to stop bothering my exclamation marks??
--
Michael A. Covington, Associate Director
Artificial Intelligence Center / The University of Georgia / Athens, GA
30602-7415 U.S.A.
http://www.ai.uga.edu/~mc http://www.CovingtonInnovations.com <><
^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <mailman.1136.1043876901.21513.bug-gnu-emacs@gnu.org>]
* Re: comint-input-autoexpand no effect?
[not found] <mailman.1136.1043876901.21513.bug-gnu-emacs@gnu.org>
@ 2003-01-30 1:46 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2003-01-30 1:46 UTC (permalink / raw)
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:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-01-30 1:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-29 21:41 comint-input-autoexpand no effect? Michael A. Covington
[not found] <mailman.1136.1043876901.21513.bug-gnu-emacs@gnu.org>
2003-01-30 1:46 ` Kevin Rodgers
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.