all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: emacs-devel@gnu.org
Subject: line-move-visual & invisible text
Date: Thu, 04 Sep 2008 21:17:26 +0900	[thread overview]
Message-ID: <b4mljy82jhl.fsf@jpl.org> (raw)

Hi,

I use (setq line-move-visual nil) but I realized I need at least:

(add-hook 'Info-mode-hook
	  (lambda nil
	    (set (make-local-variable 'line-move-visual) t)))

It enables C-n and C-e to work on the title lines of Info pages.
For instance, in the top of the Gnus Info, there is the line
displayed as:

The Gnus Newsreader

But just under it, there is actually the invisible line:

*******************

This seems to be the cause of the malfunction of C-n and C-e,
performed on such places, in the case where `line-move-visual'
is nil.  It might not be so serious, but is a bug.

Regards,




             reply	other threads:[~2008-09-04 12:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-04 12:17 Katsumi Yamaoka [this message]
2008-09-18  6:06 ` line-move-visual & invisible text martin rudalics
2008-09-18  7:29   ` Katsumi Yamaoka

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=b4mljy82jhl.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=emacs-devel@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.