GNU bug report logs - #8745
Enhancement Request: Support for restricted bash interpreter scripts

Previous Next

Package: emacs;

Reported by: David Michael <fedora.dm0 <at> gmail.com>

Date: Fri, 27 May 2011 18:15:02 UTC

Severity: wishlist

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: David Michael <fedora.dm0 <at> gmail.com>
Subject: bug#8745: closed (Re: bug#8745: Enhancement Request: Support for
 restricted bash interpreter scripts)
Date: Fri, 27 May 2011 19:35:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#8745: Enhancement Request: Support for restricted bash interpreter scripts

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 8745 <at> debbugs.gnu.org.

-- 
8745: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8745
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: David Michael <fedora.dm0 <at> gmail.com>
Cc: 8745-done <at> debbugs.gnu.org
Subject: Re: bug#8745: Enhancement Request: Support for restricted bash
	interpreter scripts
Date: Fri, 27 May 2011 16:34:18 -0300
>   When bash is invoked with the name "rbash", it starts a restricted
> shell (same as "bash -r").  This interpreter name is not recognized
> and therefore sh-mode is not enabled when editing restricted scripts.

>   The following patch is specifically what I am requesting.

Thank you.  Installed in the trunk.


        Stefan

[Message part 3 (message/rfc822, inline)]
From: David Michael <fedora.dm0 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Enhancement Request: Support for restricted bash interpreter scripts
Date: Fri, 27 May 2011 13:31:10 -0400
Hi,

  When bash is invoked with the name "rbash", it starts a restricted
shell (same as "bash -r").  This interpreter name is not recognized
and therefore sh-mode is not enabled when editing restricted scripts.

  The following patch is specifically what I am requesting.

 Thanks


*** lisp/files.el.orig  2011-02-18 18:16:54.000000000 -0500
--- lisp/files.el       2011-05-27 13:09:19.058670776 -0400
*************** and `magic-mode-alist', which determines
*** 2396,2401 ****
--- 2396,2402 ----
       ("ksh" . sh-mode)
       ("oash" . sh-mode)
       ("pdksh" . sh-mode)
+      ("rbash" . sh-mode)
       ("rc" . sh-mode)
       ("rpm" . sh-mode)
       ("sh" . sh-mode)



This bug report was last modified 13 years and 363 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.