From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: 23.0.60; emacsclient -t not working within "less" Date: Thu, 18 Sep 2008 14:36:11 -0400 Message-ID: <87skrxz4h0.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221762972 1490 80.91.229.12 (18 Sep 2008 18:36:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Sep 2008 18:36:12 +0000 (UTC) Cc: 427@emacsbugs.donarmstrong.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 18 20:37:09 2008 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 1KgON6-00004y-U2 for ged-emacs-devel@m.gmane.org; Thu, 18 Sep 2008 20:36:57 +0200 Original-Received: from localhost ([127.0.0.1]:41162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgOM5-0004G7-OC for ged-emacs-devel@m.gmane.org; Thu, 18 Sep 2008 14:35:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgOIm-0003BB-BH for emacs-devel@gnu.org; Thu, 18 Sep 2008 14:32:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgOIj-00039o-VC for emacs-devel@gnu.org; Thu, 18 Sep 2008 14:32:27 -0400 Original-Received: from [199.232.76.173] (port=45589 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgOIj-00039g-O3 for emacs-devel@gnu.org; Thu, 18 Sep 2008 14:32:25 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:58939) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KgOIj-0004lc-0K for emacs-devel@gnu.org; Thu, 18 Sep 2008 14:32:25 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 2A00957E357; Thu, 18 Sep 2008 14:36:11 -0400 (EDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:103944 Archived-At: >From bug 427: > 1) start emacs with "emacs -q -f server-start &" > 2) export VISUAL="emacsclient -t" > 2) less .bashrc > 3) within less type "v" to edit file with $VISUAL > > the result is that less writes a line "!emacsclient -t +18 .bashrc" on > the terminal, but other than that the terminal is still showing the > output of less. emacsclient is not taking over the terminal, and no > editing is possible. This looks like a serious bug that needs to be addressed. Does anyone have a clue about how to fix/debug this?