emacs-devel
[Top][All Lists]
Advanced

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

invisible text in compilation-goto-locus


From: Josef Urban
Subject: invisible text in compilation-goto-locus
Date: Tue, 16 Sep 2003 16:29:41 +0200 (CEST)

Hi,

The function compilation-goto-locus used in compile.el shows
invisibile text only if it was created by the hideshow mode:

  ;; If hideshow got in the way of
  ;; seeing the right place, open permanently.
  (mapcar (function (lambda (ov)
                      (when (eq 'hs (overlay-get ov 'invisible))
                        (delete-overlay ov)
                        (goto-char (cdr next-error)))))
          (overlays-at (point)))

Should not there be a more general property (like isearch-open-invisible)
or even a variable (like buffer-invisibility-spec) to allow customization
of its behavior?

Thanks,
Josef Urban






reply via email to

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