From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.devel Subject: Re: Display problems in M-x term Date: Mon, 06 Jun 2011 01:09:52 +0200 Message-ID: <8739jnkh8f.fsf@web.de> References: <87k4d1mbn6.fsf@web.de> Reply-To: michael_heerdegen@web.de NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1307315375 26281 80.91.229.12 (5 Jun 2011 23:09:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Jun 2011 23:09:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 06 01:09:31 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 1QTMRm-00034G-VV for ged-emacs-devel@m.gmane.org; Mon, 06 Jun 2011 01:09:31 +0200 Original-Received: from localhost ([::1]:59736 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTMRl-0005kW-Vv for ged-emacs-devel@m.gmane.org; Sun, 05 Jun 2011 19:09:30 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTMRY-0005kE-9G for emacs-devel@gnu.org; Sun, 05 Jun 2011 19:09:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTMRX-0001gB-C3 for emacs-devel@gnu.org; Sun, 05 Jun 2011 19:09:16 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:53732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTMRV-0001fx-NU; Sun, 05 Jun 2011 19:09:14 -0400 Original-Received: from smtp08.web.de ( [172.20.5.216]) by fmmailgate01.web.de (Postfix) with ESMTP id 5FA62190DFE8E; Mon, 6 Jun 2011 01:09:12 +0200 (CEST) Original-Received: from [89.204.153.162] (helo=snow) by smtp08.web.de with asmtp (WEB.DE 4.110 #2) id 1QTMRU-0001zY-00; Mon, 06 Jun 2011 01:09:12 +0200 In-Reply-To: (Eli Zaretskii's message of "Sun, 05 Jun 2011 01:38:20 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Sender: michael_heerdegen@web.de X-Provags-ID: V01U2FsdGVkX18QJfzJsC8xYPMgQ++/lQuCKCuCXxKCSvNn/qp6 a0RP0OMxMwqKMnS3mEtDu/cDWmfIRLDYQahKXN87X+uYPcN/S/ qUz6wwhfyeSpeppPLRlA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.221 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:140214 Archived-At: > Does it help to modify the entry for that character in > char-width-table so that the value is 2 instead of 1? I tried (aset char-width-table 9618 2) with no visible effect in emacs -Q. Do I need to eval more than this? > > - If the user option `scroll-margin' has a value greater than 0, > > then the terminal window gets scrolled if the cursor is near the > > bottom and Emacs does a redisplay. > > term should set this to zero. Yes it should (currently, it doesn't). > > - `show-paren-mode': Pairs of "parens" are highlighted by default in > > *terminal*. E.g. in aptitude dialogs like this: > > > > > > +---------------------+ > > |Really quit Aptitude?| > > | [ Yes ] [ No ] | > > +---------------------+ > > > > > > the "parens" around "Yes" and "No" get highlighted if point is > > there. > > Why is that a problem? This isn't a functional problem (but may irritate the user, dunno).