From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: [NonGNU ELPA] New package: Denote-Refs Date: Tue, 20 Dec 2022 16:55:58 +0000 Message-ID: <87r0wudnfl.fsf@posteo.net> References: <87a63jl5i2.fsf@disroot.org> <87ili75o0p.fsf@posteo.net> <87a63jp92j.fsf@disroot.org> <878rj35hh0.fsf@posteo.net> <87cz8enmcj.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6332"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs Developer List To: Akib Azmain Turja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 20 18:53:55 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 1p7goN-0001Sa-0n for ged-emacs-devel@m.gmane-mx.org; Tue, 20 Dec 2022 18:53:55 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p7fv3-0007kC-Sf; Tue, 20 Dec 2022 11:56:46 -0500 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 1p7fv1-0007k1-Ix for emacs-devel@gnu.org; Tue, 20 Dec 2022 11:56:43 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p7fux-0000Xq-OW for emacs-devel@gnu.org; Tue, 20 Dec 2022 11:56:43 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 1D620240027 for ; Tue, 20 Dec 2022 17:56:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1671555391; bh=2YHwv8Xw+VnTTBq1qNV+PWp1/AAlqvpiqYBwkVg3ipY=; h=From:To:Cc:Subject:Date:From; b=QIw3MYYJt3h6eIREtL+Zk/2i3hVb8xV7Byc4lUxMQuNGKK57k4zTgNN29CQfMAsw6 PjZbGS7wOP5iAPQ/7pbRuaKoce8z+bdIF27KrS0X7csCc+eAr4DUBxCYi92ZHW2gpd Gqu+LMoB1AX4NuptO2Of4OOLbluDYZa1tILmjb7iORATPbaK309yP//Fw5PGX4GhO4 xVqvG/c1Euv20lVqTZa26BM3+tH0tpaPTZNlPH9UlsSv1TlPdteMwYikmnW4W5EDBK gZ8ZsUB0JnWiqhfubpvmBc1FaZ4lqG30BOYr0eQPcZ6U63xZNpfuYB7II2zEQ30PZI Ct4990XuuUJDA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Nc2lZ4hn0z6tmB; Tue, 20 Dec 2022 17:55:55 +0100 (CET) In-Reply-To: <87cz8enmcj.fsf@disroot.org> (Akib Azmain Turja's message of "Tue, 20 Dec 2022 21:09:16 +0600") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:301692 Archived-At: Akib Azmain Turja writes: > Philip Kaludercic writes: > > [...] > >> I'll go ahead and add this to NonGNU ELPA. > > Thanks! Got the mail! > > Anyway, do you think it is a good idea to write some text temporarily in > a buffer? My experience suggests no, but if I use overlays then I can't > select and press RET on the links, and I can't scroll if the list is too > long. WDYT? I am afraid I am not certain what you are talking about. Can you point me to the concrete use-case?