all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* sh-script-mode
@ 2006-05-29 15:41 Cai Qian
  2006-05-29 18:06 ` sh-script-mode David Hansen
  0 siblings, 1 reply; 5+ messages in thread
From: Cai Qian @ 2006-05-29 15:41 UTC (permalink / raw)


Hi,

I would like to change the behaviour of default sh-script-mode through
.emacs about the following,

1) Here document,
When input <<, it should not automatically add EOF here document for
me, as I may want to use <<< instead. Therefore, I want to disable
this feature.

2) Case statement,
At the moment the default indention style is,

case $1 in
       -h)
       usage
       ;;

I want to change to

case $1 in
-h)
     usage
     ;;

3) Highlight for quota string
I want to disable syntax highlight for quota string, as it is a mess
when embed double or single quota inside quota, such as,

echo "$(echo "hello 'world'")"

Thanks,
Qian

^ permalink raw reply	[flat|nested] 5+ messages in thread
* sh-script-mode
@ 2006-05-29 15:44 Cai Qian
  2006-05-30 16:32 ` sh-script-mode Kevin Rodgers
       [not found] ` <E1FkpID-0004Pz-On@fencepost.gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Cai Qian @ 2006-05-29 15:44 UTC (permalink / raw)


Hi,

There are two bugs regards sh-script-mode

1) Here document,
When input <<, it should not automatically add EOF here document for
me, as I may want to use <<< instead.

3) Highlight for quota string
Highlight for quota string is a mess, when embed double or single
quota inside quota, such as,

echo "$(echo "hello 'world'")"

Qian

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

end of thread, other threads:[~2006-05-31 23:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-29 15:41 sh-script-mode Cai Qian
2006-05-29 18:06 ` sh-script-mode David Hansen
  -- strict thread matches above, loose matches on Subject: below --
2006-05-29 15:44 sh-script-mode Cai Qian
2006-05-30 16:32 ` sh-script-mode Kevin Rodgers
     [not found] ` <E1FkpID-0004Pz-On@fencepost.gnu.org>
2006-05-31 23:46   ` sh-script-mode Cai Qian

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.