Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206335 - emacs ebuild[bash] mode makes <<< extremely difficult
Summary: emacs ebuild[bash] mode makes <<< extremely difficult
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-17 13:37 UTC by Marijn Schouten (RETIRED)
Modified: 2008-01-17 14:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marijn Schouten (RETIRED) gentoo-dev 2008-01-17 13:37:32 UTC
emacs ebuild[bash] mode makes entering <<< extremely difficult as << is transformed to:

<<EOF

EOF

This doesn't make sense for plain bash mode either, where I have been told this behaviour originates. I'm using emacs-22.1-r3.
Comment 1 Ulrich Müller gentoo-dev 2008-01-17 14:18:31 UTC
It's not a bug, it's a feature.

Possible workarounds:
   1. Type "C-u 3 <"
   2. Disable it with (define-key sh-mode-map "<" 'self-insert-command)

Please report upstream, if you want this behaviour changed.