bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1764: Names of shells in sh-ancestor-alist docstring


From: Ulrich Mueller
Subject: bug#1764: Names of shells in sh-ancestor-alist docstring
Date: Fri, 2 Jan 2009 16:28:08 +0100

GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.14.5) of
2008-12-29 on a1iulm2

The docstring of "sh-ancestor-alist" mentions tcsh as the "Turbo" C
Shell. According to <http://www.tcsh.org/tcsh.html/THE_T_IN_TCSH.html>
the "t" stands for "TENEX".

And the "i" of itcsh stands for "Ian's", see the following article by
its author: <http://www.idallen.com/oclug/2002_unixtalk/talk.txt>

Patch for CVS trunk is included below.

Ulrich


--- emacs/lisp/progmodes/sh-script.el
+++ emacs/lisp/progmodes/sh-script.el
@@ -244,8 +244,8 @@
 
 csh            C Shell
   jcsh         C Shell with Job Control
-  tcsh         Turbo C Shell
-    itcsh      ? Turbo C Shell
+  tcsh         TENEX C Shell
+    itcsh      Ian's TENEX C Shell
 rc             Plan 9 Shell
   es           Extensible Shell
 sh             Bourne Shell







reply via email to

[Prev in Thread] Current Thread [Next in Thread]