From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Something like `without-redisplay'? Date: Tue, 1 Sep 2015 18:47:01 +0200 Message-ID: References: <83egij1qr5.fsf@gnu.org> <83zj16zwup.fsf@gnu.org> <83h9nechuu.fsf@gnu.org> <83a8t6ceuo.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1441126067 19980 80.91.229.3 (1 Sep 2015 16:47:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2015 16:47:47 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 01 18:47:38 2015 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 1ZWoie-00006I-RA for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Sep 2015 18:47:36 +0200 Original-Received: from localhost ([::1]:55930 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWoie-00079r-Ax for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Sep 2015 12:47:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWoiS-00079Z-9y for help-gnu-emacs@gnu.org; Tue, 01 Sep 2015 12:47:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWoiR-0007er-HX for help-gnu-emacs@gnu.org; Tue, 01 Sep 2015 12:47:24 -0400 Original-Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:34974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWoiL-0007YL-Tb; Tue, 01 Sep 2015 12:47:18 -0400 Original-Received: by lagj9 with SMTP id j9so1172252lag.2; Tue, 01 Sep 2015 09:47:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SQ0ueFkVOBg8JLgIL2qtLqEqQDDVziiFV549mhGmnXU=; b=VlzM9cqKnMlS/kBVWOG6bdoIQ03WweeXROtDqXbQlWNZt/sEkPyrcMANZ2p5o1PA73 MfFnowDq3Wo+9KlPBzt7zayxAktFn1WkSzwD3fHzEG9fFgM98iuaLtXYTl95GsiNQKk1 JA7c/FE4XIJAuOqcEHflnylnGdO9e2OCAtH8KcXQQXFzkjEYMaXxmPJUzVIyFg4HIuCg abr32MDTIUPojTFD2mkkjOQsrj2YZCJQ4Ek4NYnU4dOcwylIwW8YaGINzkebIlvIwjhH fCiTxDO69pwtJFiNCpgUcZFqyjIPALRoK+pg2My0F+yt23qUMYi5SlMwenH7IImJD+ur 72aA== X-Received: by 10.152.1.164 with SMTP id 4mr13715902lan.64.1441126021332; Tue, 01 Sep 2015 09:47:01 -0700 (PDT) Original-Received: by 10.112.34.17 with HTTP; Tue, 1 Sep 2015 09:47:01 -0700 (PDT) In-Reply-To: <83a8t6ceuo.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::229 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:106964 Archived-At: >> > Horizontal scrolling doesn't move point, AFAIR. >> >> Even if `auto-hscroll-mode' is on (which it is by default)? > > auto-hscroll-mode does the opposite: it scrolls the display to move > point into the view. It doesn't move point. Does it mean that (save-excursion (end-of-visual-line) (current-column)) has potential to cause unintentional viewport movement?