From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?utf-8?q?R=C3=B6hler?= Newsgroups: gmane.emacs.help Subject: Re: Which mode for editing (ba)sh scripts Date: Tue, 5 Feb 2008 08:19:58 +0100 Message-ID: <200802050819.59513.andreas.roehler@online.de> References: <47A7835A.6000503@telenet.be> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1202195893 20744 80.91.229.12 (5 Feb 2008 07:18:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Feb 2008 07:18:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 05 08:18:35 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JMI4f-0007Hs-Cz for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Feb 2008 08:18:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMI4D-0007X2-5C for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Feb 2008 02:18:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMI3w-0007Wu-G7 for help-gnu-emacs@gnu.org; Tue, 05 Feb 2008 02:17:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMI3u-0007Wa-9V for help-gnu-emacs@gnu.org; Tue, 05 Feb 2008 02:17:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMI3u-0007WX-53 for help-gnu-emacs@gnu.org; Tue, 05 Feb 2008 02:17:46 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMI3t-0001iO-RR for help-gnu-emacs@gnu.org; Tue, 05 Feb 2008 02:17:46 -0500 Original-Received: from noname (p54BE8C5D.dip0.t-ipconnect.de [84.190.140.93]) by mrelayeu.kundenserver.de (node=mrelayeu1) with ESMTP (Nemesis) id 0MKwpI-1JMI3t05bc-0007ml; Tue, 05 Feb 2008 08:17:45 +0100 User-Agent: KMail/1.9.5 In-Reply-To: <47A7835A.6000503@telenet.be> Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX1+fR9yL6S41XEAxHAEjE3xA9E9QhfBO3gC4g1R 9ZgKBbeyHbfwCiw70rgZoD5ppWGZNZ9nIJgr69s8agoHky6QpI VQNleQFW8TSs6SVAGToqQ== X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51215 Archived-At: Am Montag, 4. Februar 2008 22:27 schrieb Alain Muls: > Hi, > > I cannot find a major mode to use for editing bash-scripts. Which one > can you advize? > > Tx/Alain Maybe have a look at sh-beg-end.el, which you can get at http://lists.gnu.org/archive/html/gnu-emacs-sources/2008-02/msg00000.html It delivers `sh-match-paren' and slightly changed move-commands. With thingatpt-utils you get additional facilities to sort, transpose, copy, kill etc. functions in Shell-script mode. =20 Andreas R=C3=B6hler