From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Changes in frame/window code Date: Thu, 31 Jul 2014 18:53:53 +0200 Message-ID: <53DA74A1.2070304@gmx.at> References: <53CE6A44.1010708@gmx.at> <53D4FF76.1060804@gmx.at> <8338dmj1of.fsf@gnu.org> <83wqayhe0o.fsf@gnu.org> <53D542B3.20206@gmx.at> <83tx62hane.fsf@gnu.org> <53D6172A.5010909@gmx.at> <87vbqd7adh.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1406825694 8009 80.91.229.3 (31 Jul 2014 16:54:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2014 16:54:54 +0000 (UTC) To: Stefan Monnier , Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 18:54:49 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XCtcp-0005KH-NI for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2014 18:54:43 +0200 Original-Received: from localhost ([::1]:57831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCtcp-0007jN-D6 for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2014 12:54:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCtcP-00075p-Ri for emacs-devel@gnu.org; Thu, 31 Jul 2014 12:54:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCtcH-0003xe-AG for emacs-devel@gnu.org; Thu, 31 Jul 2014 12:54:17 -0400 Original-Received: from mout.gmx.net ([212.227.17.21]:57277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCtcH-0003xE-1I; Thu, 31 Jul 2014 12:54:09 -0400 Original-Received: from [188.22.37.103] ([188.22.37.103]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0Lf0M7-1WgoeC2Ghb-00qhkM; Thu, 31 Jul 2014 18:54:03 +0200 In-Reply-To: <87vbqd7adh.fsf@gnu.org> X-Provags-ID: V03:K0:0CnO+adA/PLl9jdfcE9T56j5oU/srltxHr9SsseOCDQUL0YeQ3s +/BAOhmEh6DuWtmhk0E7rGOLAWmi8HTpTSPW2maYG+9ZlftdjFl0eMlF8XVJ44iFh0o/eQi enFbB6pAqoI/5I3/HSUQPHr+3o2b0vPbTD+noKPnqNdqcNXMr/9uweYW6YRAvNuqHDUiAKB dInLREpbOl0K8MwH0iuKg== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173329 Archived-At: > And ideally, they would > only show up when the text is actually truncated, i.e., `truncate-lines' > is t Then we would need new optional values for that. Patches welcome. > and there is a line that's longer than the window width. > Basically, that would also make sense for vertical scroll bars. Why > should there be a scroll bar when the buffer text is smaller than the > window height? I intend to write an auto-hide-scroll-bars mode to do that but it's not entirely trivial and probably would not come without additional costs. martin