bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11261: 24.1.50; cursor doesn't move in a long line


From: Katsumi Yamaoka
Subject: bug#11261: 24.1.50; cursor doesn't move in a long line
Date: Tue, 17 Apr 2012 08:40:40 +0900
User-agent: Gnus/5.130004 (真 Gnus v0.4) Emacs/24.1.50 (i686-pc-cygwin)

Hi,

When I view an html source, of which lines are very long, I meet
with a symptom that C-f, C-b, and so forth don't move the cursor.
One discovered yesterday that it happens only when the header line
exists in a buffer (we use emacs-w3m that ises the header line for
the tab browsing).  Here's a recipe to reproduce this with Emacs -Q:

(let ((fox "The quick brown fox jumps over the lazy dog."))
  (pop-to-buffer "*testing*")
  (erase-buffer)
  (setq header-line-format fox)
  (dotimes (var 1000)
    (insert fox "  "))
  (goto-char (point-min))
  (search-forward "fox" nil t 500))

Could this be fixed?

Thanks in advance.
Regards,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]