From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Kost Newsgroups: gmane.emacs.help Subject: Re: (shell): prompt jumps to center Date: Fri, 27 Sep 2013 14:19:20 +0400 Message-ID: <87d2numus7.fsf@gmail.com> References: <1380189966716-298322.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1380277182 14695 80.91.229.3 (27 Sep 2013 10:19:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Sep 2013 10:19:42 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Muhali Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 27 12:19:46 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VPV9G-0005RW-2A for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Sep 2013 12:19:46 +0200 Original-Received: from localhost ([::1]:35241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPV9F-0008Ae-8r for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Sep 2013 06:19:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPV8z-00089v-El for help-gnu-emacs@gnu.org; Fri, 27 Sep 2013 06:19:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPV8t-0007T0-Hd for help-gnu-emacs@gnu.org; Fri, 27 Sep 2013 06:19:29 -0400 Original-Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:35140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPV8t-0007Ss-6e for help-gnu-emacs@gnu.org; Fri, 27 Sep 2013 06:19:23 -0400 Original-Received: by mail-lb0-f172.google.com with SMTP id x18so2106255lbi.3 for ; Fri, 27 Sep 2013 03:19:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=mYpUsYDBnIwGzQx1SqiFnU44K0G1d36Df7xWu5m6P3Q=; b=J5CgbrwUGbf1W9i/PCN2zFXJWGDa1NSEfMGHCHvjx6woaswk6jhQ/MCpaSLrfr7xor lcs0wpcnfchvIAAwwezUURwDh3Bk5guZmMEfoT5sP9b69RoV29ZiXd5hWvvzMYzEbqdS BmNYbg4JXoAr7tYB2MJ6A7Ylc9+N+a2Ar7fizeDFLgUKqaUS98jm/Ir2Sq7YBTMeKLGy Iky7tgd8w38MmdA3zP8IImSXrCfL7URjfol4VO+ZqYQVs2LSz48DH+ptMa/KWVSuySaU 00g6mc88SQI9t+FGmTUnw9l0KX036dKtjjXQZGFDpdOpxzCzPgSwCCA+tXqqlSETjTM3 WS/w== X-Received: by 10.152.45.106 with SMTP id l10mr5105533lam.12.1380277161626; Fri, 27 Sep 2013 03:19:21 -0700 (PDT) Original-Received: from leviafan (128-70-203-73.broadband.corbina.ru. [128.70.203.73]) by mx.google.com with ESMTPSA id w10sm5353626lbv.6.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Sep 2013 03:19:21 -0700 (PDT) In-Reply-To: <1380189966716-298322.post@n5.nabble.com> (muhali@users.sf.net's message of "Thu, 26 Sep 2013 03:06:06 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22c 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:93658 Archived-At: Muhali (2013-09-26 14:06 +0400) wrote: > when using the shell I wonder how I can prevent the prompt from jumping back > to center each time I reach the bottom line. > > Any ideas? Try (setq scroll-conservatively 101). Perhaps you need to modify some other variables. might help.