unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1764: Names of shells in sh-ancestor-alist docstring
@ 2009-01-02 15:28 ` Ulrich Mueller
       [not found]   ` <handler.1764.B.123091011516796.ack@emacsbugs.donarmstrong.com>
  2009-01-04  3:25   ` bug#1764: marked as done " Emacs bug Tracking System
  0 siblings, 2 replies; 5+ messages in thread
From: Ulrich Mueller @ 2009-01-02 15:28 UTC (permalink / raw)
  To: bug-gnu-emacs

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







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1764: Acknowledgement (Names of shells in sh-ancestor-alist docstring)
       [not found]   ` <handler.1764.B.123091011516796.ack@emacsbugs.donarmstrong.com>
@ 2009-01-02 15:46     ` Ulrich Mueller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller @ 2009-01-02 15:46 UTC (permalink / raw)
  To: 1764

And of course "ash" stands for "Almquist Shell".






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1764: marked as done (Names of shells in sh-ancestor-alist  docstring)
  2009-01-02 15:28 ` bug#1764: Names of shells in sh-ancestor-alist docstring Ulrich Mueller
       [not found]   ` <handler.1764.B.123091011516796.ack@emacsbugs.donarmstrong.com>
@ 2009-01-04  3:25   ` Emacs bug Tracking System
  1 sibling, 0 replies; 5+ messages in thread
From: Emacs bug Tracking System @ 2009-01-04  3:25 UTC (permalink / raw)
  To: Chong Yidong

[-- Attachment #1: Type: text/plain, Size: 878 bytes --]


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

[-- Attachment #2: Type: message/rfc822, Size: 3143 bytes --]

From: Ulrich Mueller <ulm@kph.uni-mainz.de>
To: bug-gnu-emacs@gnu.org
Subject: Names of shells in sh-ancestor-alist docstring
Date: Fri, 2 Jan 2009 16:28:08 +0100
Message-ID: <18782.12936.158929.727890@a1ihome1.kph.uni-mainz.de>

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




[-- Attachment #3: Type: message/rfc822, Size: 1090 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: Ulrich Mueller <ulm@kph.uni-mainz.de>
Cc: 1764-done@emacsbugs.donarmstrong.com
Subject: Re: Names of shells in sh-ancestor-alist docstring
Date: Sat, 03 Jan 2009 22:17:05 -0500
Message-ID: <87tz8f4v66.fsf@cyd.mit.edu>

I've checked in your fix.  Thanks.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1764: Names of shells in sh-ancestor-alist docstring
       [not found] <87tz8f4v66.fsf@cyd.mit.edu>
  2009-01-02 15:28 ` bug#1764: Names of shells in sh-ancestor-alist docstring Ulrich Mueller
@ 2009-01-20 16:36 ` Ulrich Mueller
  2009-01-21  1:23   ` Chong Yidong
  1 sibling, 1 reply; 5+ messages in thread
From: Ulrich Mueller @ 2009-01-20 16:36 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 1764

> I've checked in your fix.  Thanks.

Could you also add the following (I had already mentioned it above,
but without a patch).

--- emacs-orig/lisp/progmodes/sh-script.el
+++ emacs/lisp/progmodes/sh-script.el
@@ -249,7 +249,7 @@
 rc		Plan 9 Shell
   es		Extensible Shell
 sh		Bourne Shell
-  ash		? Shell
+  ash		Almquist Shell
   jsh		Bourne Shell with Job Control
     bash	GNU Bourne Again Shell
     ksh88	Korn Shell '88






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1764: Names of shells in sh-ancestor-alist docstring
  2009-01-20 16:36 ` bug#1764: Names of shells in sh-ancestor-alist docstring Ulrich Mueller
@ 2009-01-21  1:23   ` Chong Yidong
  0 siblings, 0 replies; 5+ messages in thread
From: Chong Yidong @ 2009-01-21  1:23 UTC (permalink / raw)
  To: Ulrich Mueller; +Cc: 1764

> Could you also add the following (I had already mentioned it above,
> but without a patch).

Done, thanks.






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-21  1:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87tz8f4v66.fsf@cyd.mit.edu>
2009-01-02 15:28 ` bug#1764: Names of shells in sh-ancestor-alist docstring Ulrich Mueller
     [not found]   ` <handler.1764.B.123091011516796.ack@emacsbugs.donarmstrong.com>
2009-01-02 15:46     ` bug#1764: Acknowledgement (Names of shells in sh-ancestor-alist docstring) Ulrich Mueller
2009-01-04  3:25   ` bug#1764: marked as done " Emacs bug Tracking System
2009-01-20 16:36 ` bug#1764: Names of shells in sh-ancestor-alist docstring Ulrich Mueller
2009-01-21  1:23   ` Chong Yidong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).