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

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

[debbugs-tracker] bug#17867: closed (24.3.90; Printing of overlayed text


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17867: closed (24.3.90; Printing of overlayed text not reagarding overlays anymore)
Date: Tue, 01 Jul 2014 02:27:02 +0000

Your message dated Mon, 30 Jun 2014 22:25:55 -0400
with message-id <address@hidden>
and subject line Re: 24.3.90; Printing of overlayed text not reagarding 
overlays anymore
has caused the debbugs.gnu.org bug report #17867,
regarding 24.3.90; Printing of overlayed text not reagarding overlays anymore
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
17867: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17867
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.90; Printing of overlayed text not reagarding overlays anymore Date: Sat, 28 Jun 2014 08:39:47 +0200 User-agent: Mutt/1.5.21 (2010-09-15)
Good morning,

I'm using emacs heavily with org-mode on windows and be used
to print parts of org-mode files from within emacs as postscript.

With the change

,----
| commit a019de041b837fe23372078870a6eca8a08fbdf9
| Author: Stefan Monnier <address@hidden>
| Date:   Tue Apr 15 09:21:18 2014 -0400
| 
|     * src/buffer.c (Foverlays_at): Add argument `sorted'.
|     * doc/lispref/display.texi (Overlay Properties): Reword the doc of 
`priority'.
|     (Finding Overlays): Document new arg of `overlays-at'.
|     * lisp/obsolete/lucid.el (extent-at):
|     * lisp/htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
|     overlays-at.
|     (hfy-fontify-buffer): Remove unused var `orig-ovls'.
|     * lisp/ps-def.el (ps-generate-postscript-with-faces1): Use the new 
`sorted'
|     arg of overlays-at.  Use `invisible-p'.
`----

in lisp/ps-def.el the interpretation of overlays was removed.

Example:
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

This means that printing org-mode tables is not fulfilling anymore.

Is there anything I misunterstood? Perhaps another possibility to
print overlayed text? If not I think this is a bug.

With kind regards
Stefan

-- 
Stefan-W. Hahn                          It is easy to make things.
                                        It is hard to make things simple.



--- End Message ---
--- Begin Message --- Subject: Re: 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



--- End Message ---

reply via email to

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