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: [PATCH] User-defined fringe tooltips (a request for review) Date: Sat, 13 Apr 2024 12:14:35 +0300 Message-ID: <86zftxpqtg.fsf@gnu.org> References: <83sf3xgimq.fsf@gnu.org> <83plyzfoe4.fsf@gnu.org> <83plyxca0t.fsf@gnu.org> <8334vrczig.fsf@gnu.org> <86frwejkxe.fsf@gnu.org> <86il12bxwj.fsf@gnu.org> <86y19pz6j9.fsf@gnu.org> <86le5pyq1p.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8498"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Vladimir Kazanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 13 11:14:54 2024 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 1rvZTJ-0001xu-GN for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Apr 2024 11:14:53 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rvZT7-00036K-0V; Sat, 13 Apr 2024 05:14:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rvZT5-000367-RE for emacs-devel@gnu.org; Sat, 13 Apr 2024 05:14:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rvZT5-00049i-J4; Sat, 13 Apr 2024 05:14:39 -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=SQSbG4jMHlUemxUpISsxhXbQFAgHEYcMXwKJboY7V+8=; b=NThamopmfjeb ASbVU9omV8kUawrzAFrlzWO/SCZOREIoAmTLe+6c2WDK49menQ8cqYqSgNVqNjklMtfac5FGuY7E6 +1dXbaZq0h1qdVErFJHMhlu48UA7l/hYtPKpt5S7WaoN30vl2Akk4kYnOIP89X0BNbk/p2PgCEWMA wBGL29G52CMp+QPO5zPl64tKZVlxWD5XTWilMk7ObG3bqxKFbR6AgjoQI3ZC0qVOaEMriVcpX1qEI RO/vXFfeg3CX2hkD6G9tq19qrfxUMWSBNYeF8Pd5StTYYz4yHgWeVT0oRHCyVf0L78IaiaCxmPwCQ gsID87FnlgD3Q72kt8GqOg==; In-Reply-To: (message from Vladimir Kazanov on Mon, 8 Apr 2024 15:41:38 +0100) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:317704 Archived-At: > From: Vladimir Kazanov > Date: Mon, 8 Apr 2024 15:41:38 +0100 > Cc: emacs-devel@gnu.org > > Here is the v4 patch. As we discussed, this is option 3 i.e., looking > up properties in visible text only. In addition to the implementation, > I've fixed the docs, NEWS and TODO files. Thanks. Can you post some simple Lisp to test this feature after applying the patch? I'd like to run some tests before I install it.