From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Redisplay issues with 'space' display properties on overlays Date: Sat, 16 Apr 2022 21:32:49 +0300 Message-ID: <83lew4zxny.fsf@gnu.org> References: <83pmlhynw9.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28070"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: dalanicolai Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 16 20:34:33 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nfnFh-00076V-I5 for ged-emacs-devel@m.gmane-mx.org; Sat, 16 Apr 2022 20:34:33 +0200 Original-Received: from localhost ([::1]:38474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nfnFg-0003Qb-BH for ged-emacs-devel@m.gmane-mx.org; Sat, 16 Apr 2022 14:34:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59066) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nfnE9-0002E9-MX for emacs-devel@gnu.org; Sat, 16 Apr 2022 14:32:57 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36254) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nfnE7-0004mt-VN; Sat, 16 Apr 2022 14:32:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=6DZ9+5DVbPTIZMOLN6e8S95Ph4YKWP/CcnmBGIV3cVw=; b=TuI7ZH4e6NCA xyBoE5kQMoRnonJ9XatbC0rNa9vpXw+QD5JLRtZN8AG5Zce8+oJJLRqkGJrJwhsrYBNyk+1+J5mqR TMCRc+TZJebU4ElbF1Qgr0SswusGTm9TEb9XveBorvb5cZ8Se1tc7O50jkJEEYEba5PndSeU8zZa2 VZeOj9WaC/opCFvua/DuOtWXmvikAEhe/tP1FMOfwN+NBGmF6tHeZ40pZujOqHxkXa2bz/Yd3Qy2V Eaz2LAnYVz9lw0AvBMdBIP0uurJFVsn3IutQ7ELF9rV0ANIfsJu6JF3h9F7RAF+dn5QpU+6oV6FGP pL/D09z0HIBAWeHDCSpvng==; Original-Received: from [87.69.77.57] (port=1306 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nfnE7-0000lz-Ek; Sat, 16 Apr 2022 14:32:55 -0400 In-Reply-To: (message from dalanicolai on Sat, 16 Apr 2022 20:17:11 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:288490 Archived-At: > From: dalanicolai > Date: Sat, 16 Apr 2022 20:17:11 +0200 > Cc: Emacs Devel > > Well, for the second question, just do emacs -q, > then load papyrus.el and do `M-x papyrus-demo`. And then do what? look where? for what issues? > For the first question pdf-tools is required to be installed, > I am not sure how to achieve that from emacs -q > (well besides building the server manually, after installing > pdf-tools using `list-packages` I guess). I don't understand. It is your code that inserts the overlays which AFAIU give you the problems, right? So I think it should be possible to construct a simple test case using some image file instead of what pdf-tools produce. > So maybe you could answer/comment on the second question. I don't think I understand the situation well enough to answer, sorry.