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 13:20:21 +0100 Message-ID: <874n4j81oa.fsf@gmail.com> References: <8738k39r03.fsf@yahoo.fr> <878utv8669.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9ZYG-0000vd-1V for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 07:20:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9ZYA-0007iM-9b for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 07:19:59 -0500 Received: from plane.gmane.org ([80.91.229.3]:49581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9ZYA-0007iI-2j for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 07:19:54 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W9ZY6-00062I-J9 for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 13:19:50 +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 13:19:50 +0100 Received: from tjolitz by g231233168.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Feb 2014 13:19:50 +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 Thorsten Jolitz writes: > 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) > `----------------- I meant ,----------------- | (provide 'ob-sh) | (provide 'ob-shell) `----------------- of course ... -- cheers, Thorsten