all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* shell-mode: How to avoid the autocompletion of <<EOF
@ 2005-03-15  8:46 Zorglups
  2005-03-15  8:57 ` Romain Francoise
  0 siblings, 1 reply; 2+ messages in thread
From: Zorglups @ 2005-03-15  8:46 UTC (permalink / raw)


I posted this in comp.emacs but got absolutely no reply. I don't know if 
this was the right group.
Do you have an idea:

When writing shell code (in major shell-mode), if I type:
   <<
emacs will automatically expand it to:
  <<EOF

EOF
and put the point between the 2 lines.

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

Thanks.

Pierre.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: shell-mode: How to avoid the autocompletion of <<EOF
  2005-03-15  8:46 shell-mode: How to avoid the autocompletion of <<EOF Zorglups
@ 2005-03-15  8:57 ` Romain Francoise
  0 siblings, 0 replies; 2+ messages in thread
From: Romain Francoise @ 2005-03-15  8:57 UTC (permalink / raw)


"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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-15  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-15  8:46 shell-mode: How to avoid the autocompletion of <<EOF Zorglups
2005-03-15  8:57 ` Romain Francoise

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.