unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Stefan-W. Hahn" <stefan.hahn@s-hahn.de>
Cc: 17867-done@debbugs.gnu.org
Subject: bug#17867: 24.3.90; Printing of overlayed text not reagarding overlays anymore
Date: Mon, 30 Jun 2014 22:25:55 -0400	[thread overview]
Message-ID: <jwvoax96co6.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <20140628063947.GD8609@pille.home> (Stefan-W. Hahn's message of "Sat, 28 Jun 2014 08:39:47 +0200")

[ 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	other threads:[~2014-07-01  2:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-28  6:39 bug#17867: 24.3.90; Printing of overlayed text not reagarding overlays anymore Stefan-W. Hahn
2014-07-01  2:25 ` Stefan Monnier [this message]
2014-07-01 16:10   ` Stefan-W. Hahn

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvoax96co6.fsf-monnier+emacsbugs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=17867-done@debbugs.gnu.org \
    --cc=stefan.hahn@s-hahn.de \
    /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 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).