all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Visual Line mode with no fringe indicators in 26.1
Date: Fri, 13 Jul 2018 10:47:25 +0300	[thread overview]
Message-ID: <834lh3efw2.fsf@gnu.org> (raw)
In-Reply-To: <CAGu0BeqZjyM1LJ51HOvyjZb4kunBrv3HpWNQ=NDqrqHx3O=5xw@mail.gmail.com> (message from Matt Mello on Fri, 13 Jul 2018 00:32:46 -0700)

> From: Matt Mello <matt812@gmail.com>
> Date: Fri, 13 Jul 2018 00:32:46 -0700
> Cc: help-gnu-emacs@gnu.org
> 
>  See the user option visual-line-fringe-indicators.  I'm guessing some
>  of these buffers have it set so as to disable the fringe indicators.
> 
>  What matters is the local value in each buffer, not necessarily the
>  global value.
> 
> I had the *scratch* buffer in focus when I described the visual-line-fringe-indicators variable, which you can
> see in the screenshot in the *Help*<2> buffer.  So, that value is the value of visual-line-fringe-indicators in the
> scratch buffer.  (Right?)
> 
> What more can I do to to force it to happen?

I don't know.  This recipe works for me in Emacs 26:

  emacs -Q
  Type:

    (setq visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow))

  Evaluate the above sexp by putting point at its end and pressing
  "C-x C-e" or C-j.
  M-x visual-line-mode RET

If it doesn't work for you, try toggling visual-line-mode after
setting visual-line-fringe-indicators, maybe you set the variable
after visual-line-mode was already turned on.



  reply	other threads:[~2018-07-13  7:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-12 20:17 Visual Line mode with no fringe indicators in 26.1 Matt Mello
2018-07-13  7:12 ` Eli Zaretskii
2018-07-13  7:32   ` Matt Mello
2018-07-13  7:47     ` Eli Zaretskii [this message]
2018-07-13  8:20       ` Matt Mello

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=834lh3efw2.fsf@gnu.org \
    --to=eliz@gnu.org \
    --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.