[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: << in shell-script mode
From: |
Doug Lewan |
Subject: |
RE: << in shell-script mode |
Date: |
Mon, 19 Oct 2015 20:45:57 +0000 |
Good catch. That much a much younger lisp programmer. I've already registered
that as a bug.
--
,Doug
Douglas Lewan
Shubert Ticketing
(201) 994-4335
Nonfirstorderizability. It's a thing.
> -----Original Message-----
> From: help-gnu-emacs-bounces+dougl=shubertticketing.com@gnu.org
> [mailto:help-gnu-emacs-bounces+dougl=shubertticketing.com@gnu.org] On
> Behalf Of Stefan Monnier
> Sent: Monday, 2015 October 19 16:27
> To: help-gnu-emacs@gnu.org
> Subject: Re: << in shell-script mode
>
> > Mr. Moreton's answer is the right one. Here's how I do it in my
> .emacs:
> > (eval-after-load "sh-script"
> > '(add-hook 'sh-mode-hook '(lambda () (sh-electric-here-document-
> mode 0))))
> ^^^^^^^^
> Please don't quote your lambdas.
>
>
> Stefan
>