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

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

bug#17867: 24.3.90; Printing of overlayed text not reagarding overlays a


From: Stefan Monnier
Subject: bug#17867: 24.3.90; Printing of overlayed text not reagarding overlays anymore
Date: Mon, 30 Jun 2014 22:25:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

[ Please don't Cc: me (or anyone else for that matter) when sending mail
  to bug-gnu-emacs, otherwise they receive the mail before it gets
  assigned a bug-tracking number.  For me, just leave me out since
  I receive a copy of all bug reports anyway, for other people use
  "X-Debbugs-Cc:" instead.  ]

> In org-mode you can have links like this
>    [[file:private.org][My special file]]
> this is overlayed and you see (in emacs)
>    My special file
> with face.
> Before the mentioned change this will be printed also in this way. After the
> change it will be printed as in the shown in the first line

Indeed, thanks.  I installed the patch below which seems to fix
the problem.


        Stefan


=== modified file 'lisp/ps-def.el'
--- lisp/ps-def.el      2014-04-15 13:21:18 +0000
+++ lisp/ps-def.el      2014-07-01 02:19:40 +0000
@@ -325,8 +325,6 @@
          ;; Emacs
          (property-change from)
          (overlay-change from)
-         (save-buffer-invisibility-spec buffer-invisibility-spec)
-         (buffer-invisibility-spec nil)
          before-string after-string)
       (while (< from to)
        (and (< property-change to)     ; Don't search for property change






reply via email to

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