all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: help-gnu-emacs@gnu.org
Subject: Re: don't show the $-bar that indicates text before and/or after the window view, horizontally
Date: Wed, 24 Jul 2013 03:49:42 +0200	[thread overview]
Message-ID: <87d2q8engp.fsf@web.de> (raw)
In-Reply-To: 87ehap9mam.fsf@VLAN-3434.student.uu.se

Emanuel Berg <embe8573@student.uu.se> writes:

> 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?

This "$-bar" is actually the left fringe, displaying the glyph standing
for line truncation.  This glyph is defined by the currently used
display-table.

So you have two options: either hide the fringe.  Fringes are belonging
to windows (not to buffers), so hiding them generally is maybe not what
you want.

To change the glyph, either set `buffer-display-table' for w3m buffers
if you want to modify the glyph only for w3m buffers.  To change this
globally, you want something like

  (set-display-table-slot standard-display-table 0 ?\ )

which would set the glyph to the space character.  But note that the
glyph indicating line truncation in the right fringe is the same one.


See

 (info "(elisp) Character Display")

and

 (info "(elisp) Active Display Table")

where the background is explained.


Regards,

Michael.




  reply	other threads:[~2013-07-24  1:49 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-23 18:13 don't show the $-bar that indicates text before and/or after the window view, horizontally Emanuel Berg
2013-07-24  1:49 ` Michael Heerdegen [this message]
     [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=87d2q8engp.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --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.