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

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

Re: shell-mode: How to avoid the autocompletion of <<EOF


From: Romain Francoise
Subject: Re: shell-mode: How to avoid the autocompletion of <<EOF
Date: Tue, 15 Mar 2005 09:57:10 +0100

"Zorglups" <zorglups@alcatel.be> writes:

> How can I disable this ? I've been searching around without success.

Either type the second `<' as `C-q <', or use something like:

(define-key sh-mode-map (kbd "<") 'self-insert-command)

-- 
Romain Francoise <romain@orebokech.com> | I am the walrus. I am the
it's a miracle -- http://orebokech.com/ | walrus. I am the walrus.


reply via email to

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