From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mafeuser@gmail.com Newsgroups: gmane.emacs.help Subject: emacs 23.3; tramp. remote activity adds extra login info. Date: Thu, 21 Apr 2011 21:58:46 +0200 Organization: education Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1303417884 15339 80.91.229.12 (21 Apr 2011 20:31:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2011 20:31:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 21 22:31:20 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QD0X0-0004Rv-R4 for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Apr 2011 22:31:18 +0200 Original-Received: from localhost ([::1]:38431 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QD0X0-00082h-78 for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Apr 2011 16:31:18 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QD01h-000856-Ow for help-gnu-emacs@gnu.org; Thu, 21 Apr 2011 15:58:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QD01g-00019u-US for help-gnu-emacs@gnu.org; Thu, 21 Apr 2011 15:58:57 -0400 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:52032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QD01g-00019f-K2 for help-gnu-emacs@gnu.org; Thu, 21 Apr 2011 15:58:56 -0400 Original-Received: by eyd9 with SMTP id 9so22620eyd.0 for ; Thu, 21 Apr 2011 12:58:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:x-mailer:organization:date :message-id:user-agent:mime-version:content-type; bh=ecUjBIygG1CwrV8JUTUglfT3ZBWhLWyk9xLWdoZwHJo=; b=OwQIFwlrkq/kMhatdpf8iQN2dV3Qn7sqfoovULFPwUXsU/BwPxNAAE771fKPbGXY5o 5z8ph/E2eTLZ+3xVZB10fD0l+gYdUGENuHtdraYxJiiLq2/oKCO1Qx8jJ1UisOhM0uAS mbpqiQkXH9QX2G+dGWh2JZsbPB1OOPyAZMJQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:x-mailer:organization:date:message-id:user-agent :mime-version:content-type; b=x2Dr9+huKTHbtPKUgsmjmVwbW8qeRcSsJNj9PULe0Kk+BH+sD/OnsrkKcxxMpugXKW z+LdRMyq2qsO9XMbNbBtEaH1LpBPJdy9by5x+Hkgke8hxLUGs9PKAsRk8xbKnmiEB/Ul uhYw6PB5DV3ZPd3ghJ0yLHbFCjMpJoYHXskuw= Original-Received: by 10.213.12.207 with SMTP id y15mr840662eby.140.1303415934803; Thu, 21 Apr 2011 12:58:54 -0700 (PDT) Original-Received: from localhost.localdomain (89-73-131-214.dynamic.chello.pl [89.73.131.214]) by mx.google.com with ESMTPS id y7sm1562663eeh.14.2011.04.21.12.58.47 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 21 Apr 2011 12:58:51 -0700 (PDT) X-MAILER: KMail/1.7.1 User-Agent: mozilla news reader X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 X-Mailman-Approved-At: Thu, 21 Apr 2011 16:31:12 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80830 Archived-At: Hallo all! I just installed emacs 23.3 (from sources). I use tramp havilly and after using it about 15min I noticed it runs faster. Thank You. There is one difference to 23.2 though. When I compile remotly, compilation buffer gets more verbose login prompt as it did before. Literally, "NEW" points out changes: -*- mode: compilation; default-directory: "/scpc:centos5.x86_64:/tmp/" -*- Compilation started at Wed Apr 20 15:51:34 g++ -g -O3 -o p1 p1.cpp Last login: Wed Apr 20 17:51:02 2011 from 10.0.2.2 ;; "NEW" [root@user ~]# ;; "NEW" Compilation finished at Wed Apr 20 15:51:36 is it expected befaviour? best regards, Paul.