From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kai@emptydomain.de (Kai =?utf-8?Q?Gro=C3=9Fjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add shell-quasiquote. Date: Sat, 31 Oct 2015 17:50:37 +0100 Message-ID: References: <87si59wj42.fsf@T420.taylan> <83eggt4esi.fsf@gnu.org> <87fv19wh7b.fsf@T420.taylan> <83bnbx4d7e.fsf@gnu.org> <87twppuzfu.fsf@T420.taylan> <83a8rh48if.fsf@gnu.org> <87io65utmt.fsf@T420.taylan> <5622B337.4050700@yandex.ru> <876125uqzw.fsf@T420.taylan> <5622BE84.8030209@yandex.ru> <87twpptato.fsf@T420.taylan> <87pp0cehly.fsf@gmx.de> <878u70trqz.fsf@T420.taylan> <87si58phte.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446310279 15060 80.91.229.3 (31 Oct 2015 16:51:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Oct 2015 16:51:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 31 17:51:06 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZsZMs-0004FS-TK for ged-emacs-devel@m.gmane.org; Sat, 31 Oct 2015 17:51:03 +0100 Original-Received: from localhost ([::1]:56397 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsZMs-0006J2-6s for ged-emacs-devel@m.gmane.org; Sat, 31 Oct 2015 12:51:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsZMg-0006Il-8u for emacs-devel@gnu.org; Sat, 31 Oct 2015 12:50:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsZMd-0000hf-3e for emacs-devel@gnu.org; Sat, 31 Oct 2015 12:50:50 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:46339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsZMc-0000hS-TI for emacs-devel@gnu.org; Sat, 31 Oct 2015 12:50:47 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZsZMa-0003zZ-T2 for emacs-devel@gnu.org; Sat, 31 Oct 2015 17:50:44 +0100 Original-Received: from dslb-188-101-072-195.188.101.pools.vodafone-ip.de ([188.101.72.195]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Oct 2015 17:50:44 +0100 Original-Received: from kai by dslb-188-101-072-195.188.101.pools.vodafone-ip.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Oct 2015 17:50:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-188-101-072-195.188.101.pools.vodafone-ip.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:BUzh3RHqQYBeBCLnzoZNL27SM0k= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:193021 Archived-At: Michael Albinus writes: > There is no special check on a remote shell being csh. But most of the > shell commands Tramp emits require a bournish shell. Otherwise, there > would be syntax errors soon, and Tramp would cease to continue on that > host. I thought Tramp does "exec /bin/sh" soon after connecting to the remote host. Evil remote systems might arrange that this starts csh, I'm not clear what to do about that, though. Kai