From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Quotes in Dired listing switches Date: Tue, 29 Dec 2009 22:35:36 +0200 Organization: JURTA Message-ID: <87my11jyx1.fsf@mail.jurta.org> References: <87vdfy5om7.fsf@mail.jurta.org> <87pr61qyfm.fsf@gmx.de> <87637rze4b.fsf@mail.jurta.org> <877hs7jqpt.fsf@gmx.de> <87d41yq01b.fsf@mail.jurta.org> <87637q9mcm.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262119462 25059 80.91.229.12 (29 Dec 2009 20:44:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Dec 2009 20:44:22 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 29 21:44:14 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NPivM-0007Vn-CV for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 21:44:12 +0100 Original-Received: from localhost ([127.0.0.1]:39986 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPivM-0004tH-OQ for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 15:44:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPivH-0004sq-4R for emacs-devel@gnu.org; Tue, 29 Dec 2009 15:44:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPivC-0004rl-EY for emacs-devel@gnu.org; Tue, 29 Dec 2009 15:44:06 -0500 Original-Received: from [199.232.76.173] (port=36642 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPivC-0004ri-8W for emacs-devel@gnu.org; Tue, 29 Dec 2009 15:44:02 -0500 Original-Received: from smtp-out4.starman.ee ([85.253.0.6]:45994 helo=mx2.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPivB-0002wk-RK for emacs-devel@gnu.org; Tue, 29 Dec 2009 15:44:02 -0500 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (82.131.30.98.cable.starman.ee [82.131.30.98]) by mx2.starman.ee (Postfix) with ESMTP id 1AE933F40B1; Tue, 29 Dec 2009 22:43:54 +0200 (EET) In-Reply-To: <87637q9mcm.fsf@gmx.de> (Michael Albinus's message of "Tue, 29 Dec 2009 10:10:49 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118982 Archived-At: > There is an idea to introduce server-local environment variables. Then > you could keep different settings for `dired-actual-switches', depending > on the host Tramp is accessing. It seems there are already some server-local variables in ~/.emacs.d/tramp. At least, I see two relevant variables: "ls" that has the value "/bin/ls" and "ls-dired" with the value `t'. Maybe a new variable would help to keep settings for `dired-actual-switches'. BTW, there is one problem with ~/.emacs.d/tramp. After upgrading the kernel, Tramp fails with the message Tramp: Connection reset, because remote host changed from `Linux 2.6.24-23-generic' to `Linux 2.6.24-24-generic'. because ~/.emacs.d/tramp has the old value of "uname". Could you suggest what to do in this situation? -- Juri Linkov http://www.jurta.org/emacs/