From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: Shell scripting mode Date: Wed, 09 Oct 2013 17:59:18 +0200 Message-ID: <52557D56.3030003@easy-emacs.de> References: <87zjqi6by2.fsf@alumnos.upm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1381334264 4765 80.91.229.3 (9 Oct 2013 15:57:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2013 15:57:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 09 17:57:45 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VTw8q-0008RI-2r for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Oct 2013 17:57:40 +0200 Original-Received: from localhost ([::1]:42573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTw8p-0001xc-PG for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Oct 2013 11:57:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTw8U-0001wX-HV for help-gnu-emacs@gnu.org; Wed, 09 Oct 2013 11:57:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTw8O-0003Mf-IZ for help-gnu-emacs@gnu.org; Wed, 09 Oct 2013 11:57:18 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.8]:63741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTw8O-0003Kq-8q for help-gnu-emacs@gnu.org; Wed, 09 Oct 2013 11:57:12 -0400 Original-Received: from purzel.sitgens (brln-4db91913.pool.mediaWays.net [77.185.25.19]) by mrelayeu.kundenserver.de (node=mrbap3) with ESMTP (Nemesis) id 0M7az9-1VgMPV2JAl-00xMfu; Wed, 09 Oct 2013 17:57:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 In-Reply-To: <87zjqi6by2.fsf@alumnos.upm.es> X-Provags-ID: V02:K0:IGMR1zl6HmffAwb5praNNWIn1j5IMQQLgMwfNDE40Nu qJH+T8I2FY5c5ynU+gaLoRBgBhJD4+c5CLEDArrLNyXSPBIC9b /jtVhAv8kYhmkNwE7H9iCoiYyOiheKbT+44F98mnDyuUIlpW54 kQ2sp+kRdUKNbIwPKTbBERpCPlvMpicFJBouQWGow+i9iItprz vaS9eh1UimigjSt+pHST/FnuWBF+Xzh7v6O200tlZQQ0DqIT+n /datOIdBFxubnKzGW151XDea6n4RKF5j1Fu2RxcSoS+oER/QxD 4kR1VMSFjCtoZrk40HNT2LUkDjSoSzx+oQ3SOkwMB3iy6Gsq8+ 4rLKjZ5lxey835duY7pU= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.8 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93892 Archived-At: Am 09.10.2013 11:16, schrieb Adrián Martínez Larumbe: > Hello everyone, this is my very first post on this list. > Since I use emacs for all of my code editing tasks, I wanted to turn it > into my environment of choice for developing bash shell > scripts. However, the major mode that ships with emacs seems fairly > feature-limited, and I was wondering if anybody knows any replacements > that would somehow mimic what vim users enjoy with this extension: > > http://vim.sourceforge.net/scripts/script.php?script_id=365 > > sh-werkstatt.el implements the following sh-beginning-of-statement sh-end-of-statement sh-mark-function sh-kill-function sh-beginning-of-form sh-end-of-form sh-beginning-of-function sh-end-of-function sh-match-paren sh-beginning-of-comment Source: http://bazaar.launchpad.net/~a-roehler/s-x-emacs-werkstatt/trunk/view/head:/sh-werkstatt.el It needs a parser delivered at the same place: beg-end.el Bug-reports, feature-requests welcome at https://bugs.launchpad.net/s-x-emacs-werkstatt