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

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

bug#1764: marked as done (Names of shells in sh-ancestor-alist docstrin


From: Emacs bug Tracking System
Subject: bug#1764: marked as done (Names of shells in sh-ancestor-alist docstring)
Date: Sun, 04 Jan 2009 03:25:05 +0000

Your message dated Sat, 03 Jan 2009 22:17:05 -0500
with message-id <87tz8f4v66.fsf@cyd.mit.edu>
and subject line Re: Names of shells in sh-ancestor-alist docstring
has caused the Emacs bug report #1764,
regarding Names of shells in sh-ancestor-alist docstring
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
1764: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1764
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 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




--- End Message ---
--- Begin Message --- Subject: Re: Names of shells in sh-ancestor-alist docstring Date: Sat, 03 Jan 2009 22:17:05 -0500
I've checked in your fix.  Thanks.


--- End Message ---

reply via email to

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