all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: don't show the $-bar that indicates text before and/or after the window view, horizontally
Date: Tue, 23 Jul 2013 20:13:53 +0200	[thread overview]
Message-ID: <87ehap9mam.fsf@VLAN-3434.student.uu.se> (raw)

Sometimes, the text I want to read in Emacs-w3m has a width (in
chars) that would suggest that I could have it all visible at
once. But, the horizontal scrolling is so heavy-handed, that it
still isn't possible! So I setup scrolling char by char, left and
right (code last). I seems to work, but there is still the
annoying bar of dollar signs ($). (Check out the screenshot, yet
after the code.) How can I disable the $-bar? "Disable" could be
as in disable, or as in just showing whitespaces instead.

(put 'scroll-left  'disabled nil)
(put 'scroll-right 'disabled nil)

(defun scroll-left-1  () (interactive) (scroll-left  1))
(defun scroll-right-1 () (interactive) (scroll-right 1))

(let ((map (current-global-map)))
 (define-key map (kbd "C-o i") 'scroll-right-1)
 (define-key map (kbd "C-o o") 'scroll-left-1) )

Screenshot: http://user.it.uu.se/~embe8573/money.png

-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573


             reply	other threads:[~2013-07-23 18:13 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-23 18:13 Emanuel Berg [this message]
2013-07-24  1:49 ` don't show the $-bar that indicates text before and/or after the window view, horizontally Michael Heerdegen
     [not found] ` <mailman.1674.1374630606.12400.help-gnu-emacs@gnu.org>
2013-07-24 17:10   ` Emanuel Berg
2013-07-24 17:16     ` Damien Wyart
2013-07-24 17:32       ` Emanuel Berg
2013-07-24 17:53         ` Eli Zaretskii
     [not found]           ` <mailman.1719.1374695805.12400.help-gnu-emacs@gnu.org>
2013-07-24 21:13             ` Emanuel Berg
2013-07-24 23:35               ` Drew Adams
     [not found]               ` <mailman.1726.1374708932.12400.help-gnu-emacs@gnu.org>
2013-07-25  0:58                 ` Emanuel Berg
2013-07-25  2:14                   ` Thien-Thi Nguyen
     [not found]         ` <<8338r3x2ta.fsf@gnu.org>
2013-07-24 19:56           ` Drew Adams
     [not found]         ` <mailman.1716.1374688401.12400.help-gnu-emacs@gnu.org>
2013-07-24 21:06           ` Emanuel Berg
2013-07-24 21:35             ` Juanma Barranquero
     [not found]             ` <mailman.1723.1374701789.12400.help-gnu-emacs@gnu.org>
2013-07-24 22:58               ` Emanuel Berg
2013-07-24 23:22                 ` Juanma Barranquero
     [not found]                 ` <mailman.1725.1374708201.12400.help-gnu-emacs@gnu.org>
2013-07-24 23:26                   ` Emanuel Berg
2013-07-25  5:09           ` Rustom Mody
2013-07-25  7:52             ` Emanuel Berg
2013-07-25  7:59               ` Juanma Barranquero
     [not found]               ` <mailman.1736.1374739225.12400.help-gnu-emacs@gnu.org>
2013-07-25  8:04                 ` Emanuel Berg
2013-07-25  8:12                   ` Juanma Barranquero
     [not found]                   ` <mailman.1739.1374739991.12400.help-gnu-emacs@gnu.org>
2013-07-25  9:06                     ` Emanuel Berg
2013-07-25  9:40                       ` Jambunathan K
2013-07-25 10:47                       ` Juanma Barranquero
     [not found]                       ` <mailman.1747.1374749300.12400.help-gnu-emacs@gnu.org>
2013-07-25 17:06                         ` Emanuel Berg
2013-07-25 10:34               ` Rustom Mody
2013-07-25 10:55                 ` Jambunathan K
2013-07-25 16:43                 ` Eli Zaretskii
2013-07-25 16:59                 ` Emanuel Berg
2013-07-25 18:20                   ` Jambunathan K
     [not found]                   ` <mailman.1773.1374776354.12400.help-gnu-emacs@gnu.org>
2013-07-25 18:33                     ` Emanuel Berg
2013-07-25 19:04                       ` Jambunathan K
2013-07-26 13:34                         ` Stefan Monnier
2013-07-27 12:30                           ` Chris Van Dusen
     [not found]                         ` <mailman.1840.1374845680.12400.help-gnu-emacs@gnu.org>
2013-07-26 16:50                           ` Rustom Mody
2013-07-26 17:01                             ` Drew Adams
     [not found]                             ` <mailman.1867.1374858127.12400.help-gnu-emacs@gnu.org>
2013-07-26 17:12                               ` Rustom Mody
     [not found]                 ` <mailman.1748.1374749649.12400.help-gnu-emacs@gnu.org>
2013-07-25 12:07                   ` Rustom Mody
2013-07-25 17:13                   ` Emanuel Berg
     [not found]                 ` <mailman.1771.1374770675.12400.help-gnu-emacs@gnu.org>
2013-07-25 17:23                   ` Emanuel Berg
2013-07-25 17:42                     ` Eli Zaretskii
     [not found]                     ` <mailman.1772.1374774190.12400.help-gnu-emacs@gnu.org>
2013-07-25 18:02                       ` Emanuel Berg
2013-07-25 18:41                         ` Eli Zaretskii
     [not found]                         ` <mailman.1776.1374777727.12400.help-gnu-emacs@gnu.org>
2013-07-25 18:49                           ` Emanuel Berg
2013-07-25 19:16                             ` Jambunathan K
2013-07-25 21:50                         ` Bob Proulx
2013-07-25 18:06                       ` Rustom Mody
2013-07-25 18:25                         ` Emanuel Berg
2013-07-25 18:46                           ` Jambunathan K
     [not found]                           ` <mailman.1777.1374777912.12400.help-gnu-emacs@gnu.org>
2013-07-25 18:53                             ` Emanuel Berg
2013-07-25 19:33                               ` Jambunathan K
2013-07-25 18:48                         ` Eli Zaretskii
     [not found]                         ` <mailman.1778.1374778124.12400.help-gnu-emacs@gnu.org>
2013-07-25 18:55                           ` Emanuel Berg
2013-07-25 21:51                             ` broken thread (was: don't show the $-bar that...) Nicolas Richard
2013-07-25 11:40               ` don't show the $-bar that indicates text before and/or after the window view, horizontally Jambunathan K
     [not found]               ` <mailman.1752.1374752366.12400.help-gnu-emacs@gnu.org>
2013-07-25 17:36                 ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ehap9mam.fsf@VLAN-3434.student.uu.se \
    --to=embe8573@student.uu.se \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.