all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: help-gnu-emacs@gnu.org
Subject: Re: gutter region on both sides of screen
Date: Fri, 04 Sep 2009 20:17:02 +0300	[thread overview]
Message-ID: <87zl9aeik1.fsf@iki.fi> (raw)
In-Reply-To: mailman.6040.1252083641.2239.help-gnu-emacs@gnu.org

On 2009-09-04 13:04 (-0400), J. David Boyd wrote:

> It's actually not the color of the fringe that bothers me, it is the
> little 'wrap' characters that I don't like. I'm looking at a file
> where the lines are about 500 char long, and the little clockwise and
> counterclockwise symbols that tell me the line is wrapping bother me.
> They are visual nose that I don't need. I _know_ the line is wrapping.
>
> I can't find where to turn those off either, or what the glyphs are
> called.

This is probably the simplest way:

    (push '(continuation nil nil) fringe-indicator-alist)

This version modifies the alist in-place:

    (setcdr (assq 'continuation fringe-indicator-alist)
            '(nil nil))


  parent reply	other threads:[~2009-09-04 17:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-03 18:44 gutter region on both sides of screen J. David Boyd
2009-09-03 18:52 ` Andreas Politz
2009-09-03 20:42   ` J. David Boyd
2009-09-04 13:18     ` J. David Boyd
2009-09-04 13:49       ` Andreas Politz
2009-09-04 13:19     ` J. David Boyd
     [not found]     ` <mailman.6026.1252070414.2239.help-gnu-emacs@gnu.org>
     [not found]       ` <ppednYzl3bCMgDzXnZ2dnUVZ_o6dnZ2d@sysmatrix.net>
2009-09-04 16:11         ` J. David Boyd
2009-09-04 16:52           ` Drew Adams
2009-09-04 17:04             ` J. David Boyd
2009-09-04 17:25               ` Drew Adams
     [not found]             ` <mailman.6040.1252083641.2239.help-gnu-emacs@gnu.org>
2009-09-04 17:17               ` Teemu Likonen [this message]
2009-09-04 17:50                 ` Drew Adams
2009-09-04 17:36             ` Eli Zaretskii

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=87zl9aeik1.fsf@iki.fi \
    --to=tlikonen@iki.fi \
    --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.