From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: Why doesn't Emacs have a horizontal scroll bar? Date: Tue, 03 Jul 2007 09:36:46 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183448437 5921 80.91.229.12 (3 Jul 2007 07:40:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Jul 2007 07:40:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 03 09:40:34 2007 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I5czt-0001hD-Qa for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Jul 2007 09:40:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5czt-0005dp-9N for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Jul 2007 03:40:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: individual.net dQDD39HxisZRKUynaUH6tAlP3p8nDNBb/0jxwTORl+04oBT4Av Cancel-Lock: sha1:q2IozP2+0iNhyBxMrXQIn8NvWq4= sha1:CuLGSeFoO0SPMgsVp0YGUenD1ws= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (windows-nt) Original-Xref: shelby.stanford.edu gnu.emacs.help:149845 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:45432 Archived-At: writes: > Why doesn't Emacs have a horizontal scroll bar? Probably because noone needed it so much that he/she decided to implement it. > Sometimes I have to use other editor to edit something just because > emacs has not horizontal scroll bar and it is not very convenient to > do some tasks. When I started using Emacs I also thought I needed a horizontal scroll bar, but in reality I have never needed one. I either use `scroll-left' and `scroll-right' (I use the Ctrl + PageDown and Ctrl + Page Up keybindings) when text is truncated or I let the text be wrapped. Have you tried `scroll-left' and `scroll-right'? Does it not work for you? If so, what are the use cases where you would need a horizontal scroll bar?