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: [nongnu] main 791bf67d0a: * elpa-packages (visual-fill-column): New package Date: Mon, 03 Jan 2022 18:56:07 +0200 Message-ID: <831r1odahk.fsf@gnu.org> References: <164117996273.7430.4856914456706939523@vcs2.savannah.gnu.org> <20220103031922.F1787C0DA19@vcs2.savannah.gnu.org> <87r19pytwo.fsf@posteo.net> <83h7alc73y.fsf@gnu.org> <87mtkdncxj.fsf@gmail.com> <835yr0dh2c.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23860"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, emacs-devel@gnu.org, kevin.legouguec@gmail.com To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 03 17:56:53 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 1n4Qdg-00063L-Ob for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Jan 2022 17:56:52 +0100 Original-Received: from localhost ([::1]:35714 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n4Qdf-0002td-08 for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Jan 2022 11:56:51 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56234) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4Qcu-0002D2-4W for emacs-devel@gnu.org; Mon, 03 Jan 2022 11:56:04 -0500 Original-Received: from [2001:470:142:3::e] (port=55648 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4Qct-000338-N3; Mon, 03 Jan 2022 11:56:03 -0500 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=+kfD8bqS5ZYtBPyQIbBTms6CHo2fWhMYPFrEhDNcTvQ=; b=kDLuyflh0xp4 bO6yb6Ai30yvfjrU8AX/u9guQ2VlgYeSyj4elL8r5mgoYFC1jxaowuETo9DCWl25F9cbqKdC8Yn2D MrGwtpbHaShb3Xpca9a40iVqC1FVJk3umY2Uba7nSPcS9jfXQqf8LXLwtfW39y6XcGstfDdOduItx 3Rj30u62LIZw1NKVm7HE6Kh/9fv+STIvwTraG0D75yp+iFvIKvEh5ONfCM5FRJPPJhzxijrKrF00o FOav5fZDsq0Ch69UQIWBEolHFhyM5iVE1qQktzcNEypSmI4aP5opxjplvxo+L0lY3zzl2UFeX9IzB O0VaMUeVPt8k6HpII2i8sw==; Original-Received: from [87.69.77.57] (port=1250 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 1n4Qcs-0007YM-Hi; Mon, 03 Jan 2022 11:56:03 -0500 In-Reply-To: (message from Stefan Kangas on Mon, 3 Jan 2022 11:33:03 -0500) 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:284072 Archived-At: > From: Stefan Kangas > Date: Mon, 3 Jan 2022 11:33:03 -0500 > Cc: philipk@posteo.net, emacs-devel@gnu.org > > Eli Zaretskii writes: > > > But I do think we should implement this in the display engine rather > > than in Lisp. > > I agree. > > Do we have a bug report for something like that, or should I open one? I don't think we have such a bug report, so opening one would be appreciated, thanks. I also invite people to work on this, if someone wants to cut their teeth on the display code. The job should be relatively simple, and I can help with orientation. My initial idea would be to make this related to display-fill-column-indicator-mode, in the sense that the text will wrap where the indicator shows it should.