From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ashwin Rao Newsgroups: gmane.emacs.help Subject: Horizontal Scrolling Date: Thu, 5 May 2005 15:39:44 +0530 Message-ID: Reply-To: Ashwin Rao NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1115290345 1927 80.91.229.2 (5 May 2005 10:52:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 May 2005 10:52:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 05 12:52:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTdxG-0003Ug-7b for geh-help-gnu-emacs@m.gmane.org; Thu, 05 May 2005 12:51:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTe4l-0002qT-54 for geh-help-gnu-emacs@m.gmane.org; Thu, 05 May 2005 06:59:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DTdN2-0005qZ-En for help-gnu-emacs@gnu.org; Thu, 05 May 2005 06:14:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DTdMH-0005YM-N0 for help-gnu-emacs@gnu.org; Thu, 05 May 2005 06:13:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTdM5-0005Kk-Kf for help-gnu-emacs@gnu.org; Thu, 05 May 2005 06:13:17 -0400 Original-Received: from [64.233.184.207] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DTdNg-0003p3-Qy for help-gnu-emacs@gnu.org; Thu, 05 May 2005 06:14:56 -0400 Original-Received: by wproxy.gmail.com with SMTP id 36so632017wra for ; Thu, 05 May 2005 03:09:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BEgkimnekO0E8b4ij4rfmZqpf329Cb7i+xekaGkBKFOGuW7iCUFnppJR/eb9gQMSJrRqkhJMuW1rwJcSiOeoER+5kBYDbtIYrAF58xL8VS6crslZDwjYFUAhg3Xsbcd17GAhUh1bLMNA/iyrw4VR2LFOrU7qGiU7VBZDUO9QEII= Original-Received: by 10.54.6.32 with SMTP id 32mr100694wrf; Thu, 05 May 2005 03:09:44 -0700 (PDT) Original-Received: by 10.54.104.10 with HTTP; Thu, 5 May 2005 03:09:44 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:26339 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26339 scroll-conservatively is the variable which can be used to manipulate the way we scroll veritically. I want to horizontally by only one character how to do so? For vertical scrolling 1 line at a time I added (setq scroll-conservatively (/ (frame-height) 2)) to my .emacs file. Please guide me on what to do if i want to scroll horizontally by one one character at a time. Thank in advance. Regards Ashwin