From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: adrianml@alumnos.upm.es (=?utf-8?Q?Adri=C3=A1n_Mart=C3=ADnez?= Larumbe) Newsgroups: gmane.emacs.help Subject: Re: Shell scripting mode Date: Thu, 10 Oct 2013 15:26:54 +0200 Message-ID: <87mwmhp881.fsf@alumnos.upm.es> References: <87zjqi6by2.fsf@alumnos.upm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1381411821 3873 80.91.229.3 (10 Oct 2013 13:30:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Oct 2013 13:30:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 10 15:30:24 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 1VUGJr-0005Fu-Rw for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Oct 2013 15:30:23 +0200 Original-Received: from localhost ([::1]:47110 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUGJr-00031a-Cw for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Oct 2013 09:30:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUGJa-0002yB-6a for help-gnu-emacs@gnu.org; Thu, 10 Oct 2013 09:30:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUGJS-0002cN-UE for help-gnu-emacs@gnu.org; Thu, 10 Oct 2013 09:30:06 -0400 Original-Received: from edison.ccupm.upm.es ([138.100.198.71]:60111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUGJS-0002UW-Ki for help-gnu-emacs@gnu.org; Thu, 10 Oct 2013 09:29:58 -0400 Original-Received: from larumbe (84.124.209.2.dyn.user.ono.com [84.124.209.2]) (user=adrianml@alumnos.upm.es mech=PLAIN bits=0) by smtp.upm.es (8.14.3/8.14.3/edison-001) with ESMTP id r9ADT6Ah012014 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Thu, 10 Oct 2013 15:29:08 +0200 In-Reply-To: <87zjqi6by2.fsf@alumnos.upm.es> (=?utf-8?Q?=22Adri=C3=A1n_Mar?= =?utf-8?Q?t=C3=ADnez?= Larumbe"'s message of "Wed, 09 Oct 2013 11:16:53 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 138.100.198.71 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:93915 Archived-At: This is a short wishlist I've compiled that pretty much sums up everything I was looking for when I wrote the post: - Code completion of shell bultins and previously defined functions (I guess this could be done by writing a wordlist for autocomplete mode) - Navigation: imenu, buffer definitions, etags, gtags? (I'm wondering whether etags has shell scripting support, I'll look this up myself) - Flymake for shell (There seems to be a mode for this on elpa repositories) - Interaction with lower process (It'd be awesome if I could send arbitrary regions into the shell for immediate execution) - Online Documentation of shell builtins (I guess the best way is turning to woman and reading the matching section) - Yassnippet library (The sh scripting mode that ships with emacs has predefined functions for skeletons of common constructs, but I think this is unnecessary if you put it all into a yasnipet mode directory)