From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T. V. Raman" Newsgroups: gmane.emacs.devel Subject: M-x in shell after emacs --daemon Date: Fri, 25 Nov 2011 16:39:48 -0800 Message-ID: <20176.13652.681947.647027@gargle.gargle.HOWL> Reply-To: tv.raman.tv@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1322268000 4112 80.91.229.12 (26 Nov 2011 00:40:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 Nov 2011 00:40:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 26 01:39:57 2011 Return-path: Envelope-to: ged-emacs-devel@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 1RU6JA-0004ty-RZ for ged-emacs-devel@m.gmane.org; Sat, 26 Nov 2011 01:39:56 +0100 Original-Received: from localhost ([::1]:53898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RU6JA-0001P4-41 for ged-emacs-devel@m.gmane.org; Fri, 25 Nov 2011 19:39:56 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RU6J7-0001Ou-GG for emacs-devel@gnu.org; Fri, 25 Nov 2011 19:39:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RU6J6-0006se-PH for emacs-devel@gnu.org; Fri, 25 Nov 2011 19:39:53 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:54322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RU6J6-0006sX-MI for emacs-devel@gnu.org; Fri, 25 Nov 2011 19:39:52 -0500 Original-Received: by iaek3 with SMTP id k3so6909734iae.0 for ; Fri, 25 Nov 2011 16:39:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:mime-version:content-type:content-transfer-encoding :to:subject:x-mailer:reply-to:from:x-attribution; bh=V4zBVqXWXM/Tvr+9+SmEbi+LxjdV14ZhfUt8xN46AyE=; b=PlPuGy12vkoWQoMa4eCP8mR22J3C7Ao4yIZFxQC/G04XhX6EEZAXBpoTXMq0RbMmRp n6j3G/bqKo/58uu6cWs2RP8zJX9umfCLfHzI/TLyY/QrHTA3/Zc9TR+V/3PnAEuskHhc aApGfq6HOJWUytCsh5KRpcrqc/SM4NxnxgErY= Original-Received: by 10.231.29.103 with SMTP id p39mr638340ibc.28.1322267991568; Fri, 25 Nov 2011 16:39:51 -0800 (PST) Original-Received: from lapdog.google.com (c-71-202-188-217.hsd1.ca.comcast.net. [71.202.188.217]) by mx.google.com with ESMTPS id eh34sm8495826ibb.5.2011.11.25.16.39.49 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Nov 2011 16:39:50 -0800 (PST) X-Mailer: VM 8.1.1 under 24.0.91.1 (x86_64-unknown-linux-gnu) x-attribution: tvr X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:146241 Archived-At: This is when running on Linux. Start emacs --daemon -- then launch an emacsclient frame -- either tty or graphical. M-x shell programs like w report " 10 columns not wide enough. stty cols 80 fixes w -- but top fails in that it displays just the first column of top output -- guess it thinks the terminal still has 10 cols. -- -- --