* a bug in global-hl-line-mode
@ 2007-03-06 10:46 A Soare
2007-03-13 14:55 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: A Soare @ 2007-03-06 10:46 UTC (permalink / raw)
To: Emacs Dev [emacs-devel]
1. emacs -Q
in *scratch* eval these:
(setq eval-expression-print-length 2000)
(setq eval-expression-print-level 1000)
(setq print-length 2000)
(global-hl-line-mode 1)
3. eval lisp-mode-syntax-table with the output to *scratch*
lisp-mode-syntax-table [ C-u C-x C-e ]
or
C-u M-:
Eval: lisp-mode-syntax-table
RET
Then look at the output using just the mouse; scroll using <mouse-4> and <mouse-5>. When one presses the left button in the middle of the output, the cursor selects text instead to jump to the correct point.
The problem is in global-hl-line-mode.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: a bug in global-hl-line-mode
2007-03-06 10:46 a bug in global-hl-line-mode A Soare
@ 2007-03-13 14:55 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2007-03-13 14:55 UTC (permalink / raw)
To: alinsoar; +Cc: Emacs Dev [emacs-devel]
> 1. emacs -Q
> in *scratch* eval these:
> (setq eval-expression-print-length 2000)
> (setq eval-expression-print-level 1000)
> (setq print-length 2000)
> (global-hl-line-mode 1)
> 3. eval lisp-mode-syntax-table with the output to *scratch*
> lisp-mode-syntax-table [ C-u C-x C-e ]
> or
> C-u M-:
> Eval: lisp-mode-syntax-table
> RET
> Then look at the output using just the mouse; scroll using <mouse-4> and <mouse-5>. When one presses the left button in the middle of the output, the cursor selects text instead to jump to the correct point.
> The problem is in global-hl-line-mode.
Actually the problem is much deeper than that. But I believe it was fixed
by Kim recently.
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-13 14:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-06 10:46 a bug in global-hl-line-mode A Soare
2007-03-13 14:55 ` Stefan Monnier
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).