From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: renaming of ob-sh to ob-shell Date: Sat, 01 Feb 2014 11:43:10 +0100 Message-ID: <878utv8669.fsf@gmail.com> References: <8738k39r03.fsf@yahoo.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9Y2B-0005wg-LL for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 05:42:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9Y25-0004DX-Vc for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 05:42:47 -0500 Received: from plane.gmane.org ([80.91.229.3]:54401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9Y25-0004DR-ON for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 05:42:41 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W9Y23-0003SN-I6 for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 11:42:39 +0100 Received: from g231233168.adsl.alicedsl.de ([92.231.233.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Feb 2014 11:42:39 +0100 Received: from tjolitz by g231233168.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Feb 2014 11:42:39 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nicolas Richard writes: Hello, > I attach a patch which changs that and various other things related to > the renaming, namely : the customize interface, the README, and a change > in org-test (the one mentionned in <87a9et6mzz.fsf@gmail.com> I guess). Good job. I wonder if a library can have two (provide ...) statements, in that case ob-shell.el could have simply used both of these: ,----------------- | (provide 'sh) | (provide 'shell) `----------------- -- cheers, Thorsten