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: master 616da8fa8e: Merge branch 'feature/fix-the-long-lines-display-bug' Date: Thu, 21 Jul 2022 15:40:45 +0300 Message-ID: <83v8rqmyeq.fsf@gnu.org> References: <165839997103.16342.15946302166780212268@vcs2.savannah.gnu.org> <20220721103932.9604DC0F20B@vcs2.savannah.gnu.org> <87y1wm7ipn.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14861"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, gregory@heytings.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 21 14:46: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 1oEVZW-0003Xt-Hx for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Jul 2022 14:46:30 +0200 Original-Received: from localhost ([::1]:33432 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oEVZV-0006pK-7o for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Jul 2022 08:46:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38012) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEVU4-000880-HP for emacs-devel@gnu.org; Thu, 21 Jul 2022 08:40:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51264) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEVU4-0006pM-6V; Thu, 21 Jul 2022 08:40:52 -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=7tluHlIQu2biZn8jUCKbUa+6CiDEnXdN6YshmzoNy2Y=; b=ShgusyyKnOrW wZLMLy0ZsINHruBJiUHH5P+87UDerkcXrqayD3CJjzj8ad9ZSPTzHKnxttfuYE1pzgn++y0V86DCp 1/S1YXvp0fViu4xrhRkP//dIW2t4iWX7yNS4bcIzXYQ5t5IYVZzyUkbRZfWNLHZpkGfDIjSWHtIyT 79qM6u6doOOgj9aLLuUHd1jsceCnhTCQ3of/PCbyjpn1urJru4qNPsyF/zt7aejTKRq/fghwkhKsV yPNRLuQqc7L9lrfAEhCLAhoLTLK2ejRSJOQtzZba4gXtURFHO8XDtCwolahx7RsE69H4d6n3U1VBy Mndzbi0qvRbJU+Ohw4GL5A==; Original-Received: from [87.69.77.57] (port=3415 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 1oEVU3-0001y1-FA; Thu, 21 Jul 2022 08:40:51 -0400 In-Reply-To: <87y1wm7ipn.fsf@yahoo.com> (message from Po Lu on Thu, 21 Jul 2022 20:28:52 +0800) 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:292349 Archived-At: > From: Po Lu > Cc: Gregory Heytings > Date: Thu, 21 Jul 2022 20:28:52 +0800 > > Gregory Heytings writes: > > > + doc: /* Line length above which specific display optimizations are used. > > +Display optimizations for long lines will automatically be enabled in > > +buffers which contain one or more lines whose length is above that > > +threshold. > > +When nil, these display optimizations are disabled. */); > > What are the "specific display optimizations"? Read the code ;-) Or maybe I don't understand what you are asking about.